Skip to content

Commit

Permalink
docs: add installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
balajtimate committed Sep 19, 2024
1 parent 21695ca commit eac14ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/api/conf.py → docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from sphinx.ext import apidoc

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


# -- Project information -----------------------------------------------------
Expand Down Expand Up @@ -74,7 +74,7 @@ def run_apidoc(_):
"--force",
"--module-first",
"-o", "./modules",
"../../htsinfer"
"../htsinfer"
] + ignore_paths
apidoc.main(argv)

Expand Down
2 changes: 1 addition & 1 deletion docs/api/index.rst → docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ HTSinfer Documentation
=======================

.. toctree::
:caption: Contents:
:caption: Contents

guides/installation

Expand Down

0 comments on commit eac14ed

Please sign in to comment.