[Doc] Create skeleton for revised layout

This commit is contained in:
Ray Speth 2023-09-29 21:11:16 -04:00 committed by Ray Speth
parent 221ae6a5c2
commit 8084eae338
9 changed files with 39 additions and 27 deletions

View File

@ -71,8 +71,12 @@ $extrastylesheet
</div>
<div>
<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 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>
</div>
<!--END TITLEAREA-->

View File

@ -1,31 +1,7 @@
<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">
<a class="nav-link nav-internal" href="/community.html">
Community
</a>
</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>

View File

@ -296,7 +296,7 @@ html_theme = 'pydata_sphinx_theme'
html_theme_options = {
"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"],
"show_prev_next": False,
"logo": {

5
doc/sphinx/develop.md Normal file
View File

@ -0,0 +1,5 @@
# Develop
- Compilation instructions
- Explanations of how the code works
- Guides to introducing new models

View File

@ -4,5 +4,8 @@ Table of Contents
.. toctree::
:maxdepth: 1
reference
install
userguide
examples
reference
develop

8
doc/sphinx/install.md Normal file
View File

@ -0,0 +1,8 @@
# Install
```{toctree}
:maxdepth: 1
install/conda
install/pip
```

View 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>.
```

View 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
View File

@ -0,0 +1,4 @@
# User Guide
* Tutorials
* Task/goal-oriented guides