Skip to content

Commit

Permalink
try to fix double indexing on RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
trichter committed Sep 19, 2024
1 parent ba2d80a commit c352966
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def parse_imports():
autodoc_mock_imports = parse_imports()
print(f'set {autodoc_mock_imports=}')

html_title = f'AnchoRNA <br>v{version} <br>documentation'
html_title = f'AnchoRNA <br>v{version} <br>API docs'
html_theme = 'furo'
html_theme_options = {
'footer_icons' : [],
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 8 additions & 8 deletions docs/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ API Documentation

AnchoRNA's functionality is provided through the following modules:

.. autosummary::
.. toctree::
:hidden:

self
anchorna.core
anchorna.util
anchorna.io
anchorna.cli

.. toctree::
:hidden:
.. autosummary::

self
core
util
io
cli
anchorna.core
anchorna.util
anchorna.io
anchorna.cli

0 comments on commit c352966

Please sign in to comment.