Skip to content

Commit f08fe00

Browse files
committed
gitignore
1 parent 2e24232 commit f08fe00

File tree

11 files changed

+16
-5
lines changed

11 files changed

+16
-5
lines changed

docs/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_build/*

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ ipython~=7.22
22
nbsphinx~=0.8
33
recommonmark~=0.7
44
semantic-version~=2.8
5-
sphinx-bootstrap-theme~=0.7
5+
sphinx-bootstrap-theme~=0.7
6+
mod_nest_exp
Binary file not shown.
28 Bytes
Binary file not shown.

docs/source/_build/html/_sources/index.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Library
5050

5151
Installation <install>
5252
To-do <todo>
53+
About <about>
5354

5455
Indices and tables
5556
==================

docs/source/_build/html/genindex.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
aria-labelledby="dLabelGlobalToc"><ul>
6060
<li class="toctree-l1"><a class="reference internal" href="install.html">Installation</a></li>
6161
<li class="toctree-l1"><a class="reference internal" href="todo.html">To-do</a></li>
62+
<li class="toctree-l1"><a class="reference internal" href="about.html">About</a></li>
6263
</ul>
6364
</ul>
6465
</li>

docs/source/_build/html/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
aria-labelledby="dLabelGlobalToc"><ul>
6262
<li class="toctree-l1"><a class="reference internal" href="install.html">Installation</a></li>
6363
<li class="toctree-l1"><a class="reference internal" href="todo.html">To-do</a></li>
64+
<li class="toctree-l1"><a class="reference internal" href="about.html">About</a></li>
6465
</ul>
6566
</ul>
6667
</li>
@@ -147,6 +148,10 @@ <h2>Library<a class="headerlink" href="#library" title="Permalink to this headli
147148
</ul>
148149
</li>
149150
<li class="toctree-l1"><a class="reference internal" href="todo.html">To-do</a></li>
151+
<li class="toctree-l1"><a class="reference internal" href="about.html">About</a><ul>
152+
<li class="toctree-l2"><a class="reference internal" href="about.html#authors">Authors</a></li>
153+
</ul>
154+
</li>
150155
</ul>
151156
</div>
152157
</section>

docs/source/_build/html/search.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
aria-labelledby="dLabelGlobalToc"><ul>
6666
<li class="toctree-l1"><a class="reference internal" href="install.html">Installation</a></li>
6767
<li class="toctree-l1"><a class="reference internal" href="todo.html">To-do</a></li>
68+
<li class="toctree-l1"><a class="reference internal" href="about.html">About</a></li>
6869
</ul>
6970
</ul>
7071
</li>

docs/source/_build/html/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
'sphinx.ext.todo',
5353
'sphinx.ext.coverage',
5454
'sphinx.ext.mathjax',
55+
'sphinx.ext.viewcode',
5556
'sphinx_bootstrap_theme',
5657
'nbsphinx',
5758
'recommonmark',
@@ -99,7 +100,7 @@
99100
html_theme_options = {
100101
'bootswatch_theme': 'darkly',
101102
# Choose Bootstrap version.
102-
'bootstrap_version': '5',
103+
'bootstrap_version': '4',
103104
# Tab name for entire site. (Default: "Site")
104105
'navbar_site_name': 'Documentation',
105106
# HTML navbar class (Default: "navbar") to attach to <div> element.
@@ -113,8 +114,7 @@
113114
'navbar_links': [
114115
('GitHub', _parser.get('metadata', 'url').strip(), True),
115116
('CI', project_urls['CI'], True)
116-
],
117-
'admonition_use_panel': True
117+
]
118118
}
119119

120120
# Add any paths that contain custom static files (such as style sheets) here,

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Library
5050

5151
Installation <install>
5252
To-do <todo>
53+
About <about>
5354

5455
Indices and tables
5556
==================

0 commit comments

Comments
 (0)