Skip to content

Commit

Permalink
Deployed e4b0117 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mAGLAVE committed Jan 8, 2025
1 parent e4b0117 commit 1ebac95
Show file tree
Hide file tree
Showing 5 changed files with 158 additions and 24 deletions.
6 changes: 5 additions & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@

<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul>
<li class="toctree-l1"><a class="reference internal" href="/.">Welcome to MkDocs</a>
<li class="toctree-l1"><a class="reference internal" href="/.">Tutorials to use flamingo</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/test_new_page/">Test new page</a>
</li>
</ul>
</div>
Expand Down
39 changes: 18 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<script>
// Current page data
var mkdocs_page_name = "Welcome to MkDocs";
var mkdocs_page_name = "Tutorials to use flamingo";
var mkdocs_page_input_path = "index.md";
var mkdocs_page_url = null;
</script>
Expand Down Expand Up @@ -40,15 +40,15 @@

<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal current" href="#">Welcome to MkDocs</a>
<li class="toctree-l1 current"><a class="reference internal current" href="#">Tutorials to use flamingo</a>
<ul class="current">
<li class="toctree-l2"><a class="reference internal" href="#commands">Commands</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#project-layout">Project layout</a>
</li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="test_new_page/">Test new page</a>
</li>
</ul>
</div>
</div>
</nav>
Expand All @@ -63,7 +63,7 @@
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="." class="icon icon-home" aria-label="Docs"></a></li>
<li class="breadcrumb-item active">Welcome to MkDocs</li>
<li class="breadcrumb-item active">Tutorials to use flamingo</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
Expand All @@ -72,24 +72,19 @@
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div class="section" itemprop="articleBody">

<h1 id="welcome-to-mkdocs">Welcome to MkDocs</h1>
<p>For full documentation visit <a href="https://www.mkdocs.org">mkdocs.org</a>.</p>
<h2 id="commands">Commands</h2>
<h1 id="tutorials-to-use-flamingo">Tutorials to use flamingo</h1>
<ul>
<li><code>mkdocs new [dir-name]</code> - Create a new project.</li>
<li><code>mkdocs serve</code> - Start the live-reloading docs server.</li>
<li><code>mkdocs build</code> - Build the documentation site.</li>
<li><code>mkdocs -h</code> - Print help message and exit.</li>
<li>https://gustaveroussyfr.sharepoint.com/:b:/s/Plateformedebioinformatique/EcqVyAm75vVNuW6Ochs3PUIB0WKLwRDSDDo_FRxBC_BqeA?e=euwRuj</li>
<li>https://gustaveroussyfr.sharepoint.com/:u:/r/sites/Plateformedebioinformatique/Documents%20partages/Cluster/20221205_ThibaultDAYRIS_Flamingo_Best_Practice.html?csf=1&amp;web=1&amp;e=wSti4o</li>
<li>Official documentation of Slurm : https://slurm.schedmd.com/documentation.html</li>
</ul>
<h2 id="project-layout">Project layout</h2>
<pre><code>mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.
</code></pre>
<h1 id="flamingo-best-practices"><a href="test_new_page/">Flamingo Best Practices</a></h1>

</div>
</div><footer>
<div class="rst-footer-buttons" role="navigation" aria-label="Footer Navigation">
<a href="test_new_page/" class="btn btn-neutral float-right" title="Test new page">Next <span class="icon icon-circle-arrow-right"></span></a>
</div>

<hr/>

Expand All @@ -112,6 +107,8 @@ <h2 id="project-layout">Project layout</h2>



<span><a href="test_new_page/" style="color: #fcfcfc">Next &raquo;</a></span>

</span>
</div>
<script src="js/jquery-3.6.0.min.js"></script>
Expand All @@ -130,5 +127,5 @@ <h2 id="project-layout">Project layout</h2>

<!--
MkDocs version : 1.6.1
Build Date UTC : 2025-01-08 22:03:14.905004+00:00
Build Date UTC : 2025-01-08 22:15:09.890998+00:00
-->
6 changes: 5 additions & 1 deletion search.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@

<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul>
<li class="toctree-l1"><a class="reference internal" href="./.">Welcome to MkDocs</a>
<li class="toctree-l1"><a class="reference internal" href="./.">Tutorials to use flamingo</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="./test_new_page/">Test new page</a>
</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"Welcome to MkDocs For full documentation visit mkdocs.org . Commands mkdocs new [dir-name] - Create a new project. mkdocs serve - Start the live-reloading docs server. mkdocs build - Build the documentation site. mkdocs -h - Print help message and exit. Project layout mkdocs.yml # The configuration file. docs/ index.md # The documentation homepage. ... # Other markdown pages, images and other files.","title":"Welcome to MkDocs"},{"location":"#welcome-to-mkdocs","text":"For full documentation visit mkdocs.org .","title":"Welcome to MkDocs"},{"location":"#commands","text":"mkdocs new [dir-name] - Create a new project. mkdocs serve - Start the live-reloading docs server. mkdocs build - Build the documentation site. mkdocs -h - Print help message and exit.","title":"Commands"},{"location":"#project-layout","text":"mkdocs.yml # The configuration file. docs/ index.md # The documentation homepage. ... # Other markdown pages, images and other files.","title":"Project layout"}]}
{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"Tutorials to use flamingo https://gustaveroussyfr.sharepoint.com/:b:/s/Plateformedebioinformatique/EcqVyAm75vVNuW6Ochs3PUIB0WKLwRDSDDo_FRxBC_BqeA?e=euwRuj https://gustaveroussyfr.sharepoint.com/:u:/r/sites/Plateformedebioinformatique/Documents%20partages/Cluster/20221205_ThibaultDAYRIS_Flamingo_Best_Practice.html?csf=1&web=1&e=wSti4o Official documentation of Slurm : https://slurm.schedmd.com/documentation.html Flamingo Best Practices","title":"Tutorials to use flamingo"},{"location":"#tutorials-to-use-flamingo","text":"https://gustaveroussyfr.sharepoint.com/:b:/s/Plateformedebioinformatique/EcqVyAm75vVNuW6Ochs3PUIB0WKLwRDSDDo_FRxBC_BqeA?e=euwRuj https://gustaveroussyfr.sharepoint.com/:u:/r/sites/Plateformedebioinformatique/Documents%20partages/Cluster/20221205_ThibaultDAYRIS_Flamingo_Best_Practice.html?csf=1&web=1&e=wSti4o Official documentation of Slurm : https://slurm.schedmd.com/documentation.html","title":"Tutorials to use flamingo"},{"location":"#flamingo-best-practices","text":"","title":"Flamingo Best Practices"},{"location":"test_new_page/","text":"Test new page This is my new page. blabla blabal blibli blibli","title":"Test new page"},{"location":"test_new_page/#test-new-page","text":"This is my new page.","title":"Test new page"},{"location":"test_new_page/#blabla","text":"blabal","title":"blabla"},{"location":"test_new_page/#blibli","text":"blibli","title":"blibli"}]}
129 changes: 129 additions & 0 deletions test_new_page/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="../img/favicon.ico" />
<title>Test new page - My Awsome Docs</title>
<link rel="stylesheet" href="../css/theme.css" />
<link rel="stylesheet" href="../css/theme_extra.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />

<script>
// Current page data
var mkdocs_page_name = "Test new page";
var mkdocs_page_input_path = "test_new_page.md";
var mkdocs_page_url = null;
</script>

<!--[if lt IE 9]>
<script src="../js/html5shiv.min.js"></script>
<![endif]-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</head>

<body class="wy-body-for-nav" role="document">

<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
<div class="wy-side-scroll">
<div class="wy-side-nav-search">
<a href=".." class="icon icon-home"> My Awsome Docs
</a><div role="search">
<form id ="rtd-search-form" class="wy-form" action="../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" />
</form>
</div>
</div>

<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul>
<li class="toctree-l1"><a class="reference internal" href="..">Tutorials to use flamingo</a>
</li>
</ul>
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal current" href="#">Test new page</a>
<ul class="current">
<li class="toctree-l2"><a class="reference internal" href="#blabla">blabla</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#blibli">blibli</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>

<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="..">My Awsome Docs</a>

</nav>
<div class="wy-nav-content">
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href=".." class="icon icon-home" aria-label="Docs"></a></li>
<li class="breadcrumb-item active">Test new page</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div class="section" itemprop="articleBody">

<h1 id="test-new-page">Test new page</h1>
<p>This is my new page.</p>
<h2 id="blabla">blabla</h2>
<p>blabal</p>
<h2 id="blibli">blibli</h2>
<p>blibli</p>

</div>
</div><footer>
<div class="rst-footer-buttons" role="navigation" aria-label="Footer Navigation">
<a href=".." class="btn btn-neutral float-left" title="Tutorials to use flamingo"><span class="icon icon-circle-arrow-left"></span> Previous</a>
</div>

<hr/>

<div role="contentinfo">
<!-- Copyright etc -->
</div>

Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>

</div>
</div>

</section>

</div>

<div class="rst-versions" role="note" aria-label="Versions">
<span class="rst-current-version" data-toggle="rst-current-version">


<span><a href=".." style="color: #fcfcfc">&laquo; Previous</a></span>


</span>
</div>
<script src="../js/jquery-3.6.0.min.js"></script>
<script>var base_url = "..";</script>
<script src="../js/theme_extra.js"></script>
<script src="../js/theme.js"></script>
<script src="../search/main.js"></script>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>

</body>
</html>

0 comments on commit 1ebac95

Please sign in to comment.