Skip to content

Commit

Permalink
Try different configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno committed Dec 7, 2022
1 parent e24d064 commit d6933df
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 2 additions & 4 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
API Reference
=============
.. automodule:: replay_trajectory_classification

.. autosummary::
:toctree:
:toctree: _autosummary
:template: custom-module-template.rst
:recursive:

replay_trajectory_classification.classifier
replay_trajectory_classification
20 changes: 11 additions & 9 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,17 @@

import replay_trajectory_classification

sys.path.insert(
0, os.path.abspath(os.path.join("..", "..", "replay_trajectory_classification"))
)
sys.path.insert(
0,
os.path.abspath(
os.path.join("..", "..", "replay_trajectory_classification", "likelihoods")
),
)
# sys.path.insert(
# 0, os.path.abspath(os.path.join("..", "..", "replay_trajectory_classification"))
# )
# sys.path.insert(
# 0,
# os.path.abspath(
# os.path.join("..", "..", "replay_trajectory_classification", "likelihoods")
# ),
# )

sys.path.insert(0, os.path.abspath("../.."))


# -- Project information -----------------------------------------------------
Expand Down

0 comments on commit d6933df

Please sign in to comment.