Skip to content

Commit

Permalink
fixed paths to scripts module
Browse files Browse the repository at this point in the history
  • Loading branch information
stefdoerr committed Feb 12, 2025
1 parent da2ab6e commit ffd4c89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ To implement a new architecture, you need to follow these steps:
**shared_args,
)
4. Add any new parameters required to initialize your module to scripts.train.get_args:
4. Add any new parameters required to initialize your module to torchmdnet.scripts.train.get_args:
.. code-block:: python
Expand Down
2 changes: 1 addition & 1 deletion docs/source/torchmd-train.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Command line interface
~~~~~~~~~~~~~~~~~~~~~~


.. autoprogram:: scripts.train:get_argparse()
.. autoprogram:: torchmdnet.scripts.train:get_argparse()
:prog: torchmd-train


0 comments on commit ffd4c89

Please sign in to comment.