Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhang committed Oct 1, 2024
1 parent 78ce346 commit 83f14ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/_templates/autosummary/class.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
.. autosummary::
:toctree: .
{% for item in attributes %}
~{{ fullname }}.{{ item }}
{{ item }}
{%- endfor %}
{% endif %}
{% endblock %}
Expand All @@ -24,7 +24,7 @@
:toctree: .
{% for item in methods %}
{%- if item != '__init__' %}
~{{ fullname }}.{{ item }}
{{ objname }}.{{ item }}
{%- endif -%}
{%- endfor %}
{% endif %}
Expand Down
4 changes: 1 addition & 3 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ SeqSpec
:toctree: _autosummary

SeqSpec
SeqSpec.add_read
SeqSpec.to_yaml

Core functions
~~~~~~~~~~~~~~
Expand All @@ -33,4 +31,4 @@ Utilities
.. autosummary::
:toctree: _autosummary

precellar.utils.strip_barcode_from_fastq
utils.strip_barcode_from_fastq

0 comments on commit 83f14ab

Please sign in to comment.