Skip to content

Commit

Permalink
removed auto_ from API url
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Oct 25, 2023
1 parent fb4485f commit 579db88
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ instance/
# Sphinx documentation
docs/build/
docs/source/examples/
docs/source/auto_api/
docs/source/api/

# MkDocs documentation
/site/
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ My new module
--------------
.. currentmodule:: movement.new_module
.. autosummary::
:toctree: auto_api
:toctree: api
new_function
NewClass
Expand Down
10 changes: 5 additions & 5 deletions docs/source/api_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ Input/Output
------------
.. currentmodule:: movement.io.load_poses
.. autosummary::
:toctree: auto_api
:toctree: api

from_sleap_file
from_dlc_file
from_dlc_df

.. currentmodule:: movement.io.save_poses
.. autosummary::
:toctree: auto_api
:toctree: api

to_dlc_file
to_dlc_df

.. currentmodule:: movement.io.validators
.. autosummary::
:toctree: auto_api
:toctree: api

ValidFile
ValidHDF5
Expand All @@ -32,7 +32,7 @@ Datasets
--------
.. currentmodule:: movement.datasets
.. autosummary::
:toctree: auto_api
:toctree: api

list_pose_data
fetch_pose_data_path
Expand All @@ -41,7 +41,7 @@ Logging
-------
.. currentmodule:: movement.logging
.. autosummary::
:toctree: auto_api
:toctree: api

configure_logging
log_error
Expand Down

0 comments on commit 579db88

Please sign in to comment.