mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
[Doc] Create skeleton for revised layout
This commit is contained in:
parent
221ae6a5c2
commit
8084eae338
@ -71,8 +71,12 @@ $extrastylesheet
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<ul class="sm sm-dox" style="display: block;">
|
<ul class="sm sm-dox" style="display: block;">
|
||||||
<li><a id="selected" href="$relpath^../reference.html">Reference</a></li>
|
<li><a href="$relpath^../install.html">Install</a></li>
|
||||||
|
<li><a href="$relpath^../userguide.html">User Guide</a></li>
|
||||||
<li><a href="$relpath^../examples.html">Examples</a></li>
|
<li><a href="$relpath^../examples.html">Examples</a></li>
|
||||||
|
<li><a id="selected" href="$relpath^../reference.html">Reference</a></li>
|
||||||
|
<li><a href="$relpath^../develop.html">Develop</a></li>
|
||||||
|
<li><a href="/community.html">Community</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!--END TITLEAREA-->
|
<!--END TITLEAREA-->
|
||||||
|
@ -1,31 +1,7 @@
|
|||||||
<ul class="bd-navbar-elements navbar-nav">
|
<ul class="bd-navbar-elements navbar-nav">
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link nav-internal" href="/install/index.html">
|
|
||||||
Install
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link nav-internal" href="/tutorials/index.html">
|
|
||||||
Tutorials
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link nav-internal" href="/community.html">
|
<a class="nav-link nav-internal" href="/community.html">
|
||||||
Community
|
Community
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link nav-internal" href="/science/index.html">
|
|
||||||
Science
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link nav-internal" href="/blog/index.html">
|
|
||||||
Blog
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -296,7 +296,7 @@ html_theme = 'pydata_sphinx_theme'
|
|||||||
|
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
"show_toc_level": 2,
|
"show_toc_level": 2,
|
||||||
"navbar_center": ["cantera-org-links", "navbar-nav"],
|
"navbar_center": ["navbar-nav", "cantera-org-links"],
|
||||||
"navbar_end": ["version-switcher", "theme-switcher", "navbar-icon-links"],
|
"navbar_end": ["version-switcher", "theme-switcher", "navbar-icon-links"],
|
||||||
"show_prev_next": False,
|
"show_prev_next": False,
|
||||||
"logo": {
|
"logo": {
|
||||||
|
5
doc/sphinx/develop.md
Normal file
5
doc/sphinx/develop.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Develop
|
||||||
|
|
||||||
|
- Compilation instructions
|
||||||
|
- Explanations of how the code works
|
||||||
|
- Guides to introducing new models
|
@ -4,5 +4,8 @@ Table of Contents
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
reference
|
install
|
||||||
|
userguide
|
||||||
examples
|
examples
|
||||||
|
reference
|
||||||
|
develop
|
||||||
|
8
doc/sphinx/install.md
Normal file
8
doc/sphinx/install.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Install
|
||||||
|
|
||||||
|
```{toctree}
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
install/conda
|
||||||
|
install/pip
|
||||||
|
```
|
6
doc/sphinx/install/conda.md
Normal file
6
doc/sphinx/install/conda.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# Installing with Conda
|
||||||
|
|
||||||
|
```{caution}
|
||||||
|
This page is a work in progress. For current Conda installation instructions, see
|
||||||
|
<a href="/install/conda-install.html">this page</a>.
|
||||||
|
```
|
6
doc/sphinx/install/pip.md
Normal file
6
doc/sphinx/install/pip.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# Installing with Pip
|
||||||
|
|
||||||
|
```{caution}
|
||||||
|
This page is a work in progress. For current Pip installation instructions, see
|
||||||
|
<a href="/install/pip-install.html">this page</a>.
|
||||||
|
```
|
4
doc/sphinx/userguide.md
Normal file
4
doc/sphinx/userguide.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# User Guide
|
||||||
|
|
||||||
|
* Tutorials
|
||||||
|
* Task/goal-oriented guides
|
Loading…
Reference in New Issue
Block a user