Skip to content

Commit 1df3df1

Browse files
Fix documentation (#566)
* Fix sphinx class warning * Fix link
1 parent a980861 commit 1df3df1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,4 +242,5 @@
242242
("py:class", "Figure"),
243243
("py:class", "Progress"),
244244
("py:class", "ProgressBar"),
245+
("py:class", "typer.models.CallbackParam"),
245246
]

docs/source/user_guide/python.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ will return
101101
Additional Calculators
102102
======================
103103

104-
Although ``janus-core`` only directly supports the MLIP calculators listed in :doc:`Getting started </getting_started/getting_started>`,
104+
Although ``janus-core`` only directly supports the MLIP calculators listed in :doc:`Getting started </user_guide/get_started>`,
105105
any valid `ASE calculator <https://wiki.fysik.dtu.dk/ase/ase/calculators/calculators.html>`_
106106
can be attached to a structure, including calculators for currently unsupported MLIPs.
107107

0 commit comments

Comments
 (0)