Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasaunai committed May 21, 2024
1 parent 25a9256 commit 689a145
Show file tree
Hide file tree
Showing 23 changed files with 592 additions and 469 deletions.
25 changes: 16 additions & 9 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# -- Project information -----------------------------------------------------

project = "PHARE"
copyright = "2018-2023, Nicolas Aunai, Roch Smets, Philip Deegan"
copyright = "2018-2024, Nicolas Aunai, Roch Smets, Philip Deegan"
author = "Nicolas Aunai, Roch Smets, Philip Deegan"

# The short X.Y version
Expand All @@ -43,22 +43,28 @@
"sphinx.ext.autodoc",
"sphinx.ext.mathjax",
"sphinx.ext.githubpages",
"sphinx.ext.autodoc",
"sphinx.ext.viewcode",
"sphinx.ext.doctest",
"sphinx.ext.intersphinx",
"sphinx.ext.autosectionlabel",
"sphinx_gallery.load_style",
"sphinx_codeautolink",
"sphinxcontrib.apidoc",
# "sphinxcontrib.apidoc",
"nbsphinx",
"numpydoc",
# "numpydoc",
]
apidoc_module_dir = "../../pyphare"
apidoc_output_dir = "development"
apidoc_separate_modules = True
apidoc_module_first = True
# apidoc_module_dir = "../../pyphare"
# apidoc_output_dir = "development"
# apidoc_separate_modules = True
# apidoc_module_first = True

# autosummary_generate = False

autodoc_default_options = {
"members": True,
"private-members": False,
"special-members": False,
}

autosectionlabel_prefix_document = True
codeautolink_custom_blocks = {
Expand Down Expand Up @@ -104,7 +110,8 @@
exclude_patterns = []

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = None
# pygments_style = None
pygments_style = "sphinx"


# -- Options for HTML output -------------------------------------------------
Expand Down
20 changes: 0 additions & 20 deletions doc/source/development/tests.rst

This file was deleted.

10 changes: 1 addition & 9 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ the mesh resolution wherever the solution needs it.
:maxdepth: 1
:hidden:

usage/simulation_inputs
usage/run_from_python
usage/run_from_exe
usage/simulation_inputs
usage/examples


Expand All @@ -98,14 +98,6 @@ the mesh resolution wherever the solution needs it.



.. Development
.. -----------
.. toctree::
:caption: DEVELOPMENT
:maxdepth: 1
:hidden:

development/tests

.. Indices and tables
.. ------------------
Expand Down
8 changes: 0 additions & 8 deletions doc/source/modules.rst

This file was deleted.

38 changes: 0 additions & 38 deletions doc/source/pyphare.core.rst

This file was deleted.

10 changes: 0 additions & 10 deletions doc/source/pyphare.cpp.rst

This file was deleted.

22 changes: 0 additions & 22 deletions doc/source/pyphare.data.rst

This file was deleted.

70 changes: 0 additions & 70 deletions doc/source/pyphare.pharein.rst

This file was deleted.

54 changes: 0 additions & 54 deletions doc/source/pyphare.pharesee.rst

This file was deleted.

22 changes: 0 additions & 22 deletions doc/source/pyphare.rst

This file was deleted.

22 changes: 0 additions & 22 deletions doc/source/pyphare.simulator.rst

This file was deleted.

18 changes: 0 additions & 18 deletions doc/source/pyphare_tests.rst

This file was deleted.

22 changes: 0 additions & 22 deletions doc/source/pyphare_tests.test_core.rst

This file was deleted.

Loading

0 comments on commit 689a145

Please sign in to comment.