Commit 67b97017 authored by Jordan Musser's avatar Jordan Musser Committed by William D. Fullmer
Browse files

Major reorg (exa/docs!58)

parent e11364a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ refining the computational meshes near walls.


.. toctree::
   :maxdepth: 1
   :maxdepth: 0
   :caption: Contents:

   eb/EBWalls
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ tiles to OpenMP threads. See
in the AMReX documentation for more about tiling.

.. toctree::
   :maxdepth: 1
   :maxdepth: 0

   grid/GridCreation
   grid/DualGrid
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ particle-particle, particle-fluid, and particle-wall interactions.


.. toctree::
   :maxdepth: 1
   :maxdepth: 0
   :caption: Contents:

   particles/ParticleBasics
+16 −2
Original line number Diff line number Diff line
@@ -34,7 +34,8 @@ import sphinx_rtd_theme
extensions = ['sphinx.ext.mathjax',
              'sphinx.ext.githubpages',
              'sphinx.ext.viewcode',
              'sphinx_tabs.tabs']
              'sphinx_tabs.tabs',
              'sphinx.ext.todo']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['ytemplates']
@@ -95,7 +96,20 @@ html_theme = 'sphinx_rtd_theme'
# further.  For a list of options available for each theme, see the
# documentation.
#
# html_theme_options = {}
html_theme_options = {
    'logo_only': False,
    'display_version': True,
    'prev_next_buttons_location': 'bottom',
    'style_external_links': False,
    'vcs_pageview_mode': '',
    # Toc options
    'collapse_navigation': True,
    'sticky_navigation': True,
    'navigation_depth': 3,
    'includehidden': True,
    'titles_only': False
}


# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ Time Discretization


.. toctree::
   :maxdepth: 1
   :maxdepth: 0

   FluidTimeStep
   Slopes
Loading