Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar committed Feb 20, 2024
1 parent e295e40 commit 32a9962
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/source/apidoc/janus_core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ janus\_core package
Submodules
----------

janus\_core.mlip\_calculators module
------------------------------------
janus\_core.geom\_opt module
----------------------------

.. automodule:: janus_core.mlip_calculators
.. automodule:: janus_core.geom_opt
:members:
:special-members:
:private-members:
:undoc-members:
:show-inheritance:

janus\_core.read\_args module
-----------------------------
janus\_core.mlip\_calculators module
------------------------------------

.. automodule:: janus_core.read_args
.. automodule:: janus_core.mlip_calculators
:members:
:special-members:
:private-members:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
"numpy": ("https://numpy.org/doc/stable/", None),
"ase": ("https://wiki.fysik.dtu.dk/ase", None),
"ase": ("https://wiki.fysik.dtu.dk/ase/", None),
}

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit 32a9962

Please sign in to comment.