Skip to content

Commit

Permalink
deploy: 8b69b22
Browse files Browse the repository at this point in the history
  • Loading branch information
enryH committed Oct 3, 2024
1 parent d1be4ab commit 09d1fc2
Show file tree
Hide file tree
Showing 13 changed files with 473 additions and 2 deletions.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file added .doctrees/folder_topic/coding.doctree
Binary file not shown.
Binary file modified .doctrees/index.doctree
Binary file not shown.
3 changes: 3 additions & 0 deletions _sources/folder_topic/coding.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Best coding pratices

Some super cool insights.
7 changes: 7 additions & 0 deletions _sources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,10 @@ about
folder_topic/article_topic
```


```{toctree}
:maxdepth: 1
:caption: Programming
folder_topic/coding
```
4 changes: 4 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@
<p aria-level="2" class="caption" role="heading"><span class="caption-text">A topic</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="folder_topic/article_topic.html">Headline of the article</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Programming</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="folder_topic/coding.html">Best coding pratices</a></li>
</ul>

</div>
Expand Down
14 changes: 14 additions & 0 deletions folder_topic/article_topic.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Best coding pratices" href="coding.html" />
<link rel="prev" title="About" href="../about.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
Expand Down Expand Up @@ -171,6 +172,10 @@
<p aria-level="2" class="caption" role="heading"><span class="caption-text">A topic</span></p>
<ul class="current nav bd-sidenav">
<li class="toctree-l1 current active"><a class="current reference internal" href="#">Headline of the article</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Programming</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="coding.html">Best coding pratices</a></li>
</ul>

</div>
Expand Down Expand Up @@ -367,6 +372,15 @@ <h1>Headline of the article<a class="headerlink" href="#headline-of-the-article"
<p class="prev-next-title">About</p>
</div>
</a>
<a class="right-next"
href="coding.html"
title="next page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
<p class="prev-next-title">Best coding pratices</p>
</div>
<i class="fa-solid fa-angle-right"></i>
</a>
</div>
</footer>

Expand Down
Loading

0 comments on commit 09d1fc2

Please sign in to comment.