Skip to content

Commit

Permalink
docs: test :class:ClassName
Browse files Browse the repository at this point in the history
  • Loading branch information
soymintc committed Jun 11, 2024
1 parent 6d38235 commit fadf4aa
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 3 deletions.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/ontmont.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/ontmont.html
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
<dd><p>Get SV type string for a given <code class="docutils literal notranslate"><span class="pre">BreakpointPair</span></code></p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><p><strong>tra</strong> (<code class="docutils literal notranslate"><span class="pre">BreakpointPair</span></code>) – Paired breakpoint object</p>
<dd class="field-odd"><p><strong>tra</strong> (:class:<code class="docutils literal notranslate"><span class="pre">BreakpointPair</span></code>) – Paired breakpoint object</p>
</dd>
<dt class="field-even">Raises<span class="colon">:</span></dt>
<dd class="field-even"><p><strong>ValueError</strong> – If no SV type has been assigned</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/searchindex.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
'myst_parser',
'sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'sphinx_autodoc_typehints',
'sphinx.ext.viewcode',
]

# Napoleon settings
Expand Down
2 changes: 1 addition & 1 deletion ontmont/collect.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def get_svtype(tra:BreakpointPair):
"""Get SV type string for a given ``BreakpointPair``
Args:
tra (``BreakpointPair``): Paired breakpoint object
tra (:class:``BreakpointPair``): Paired breakpoint object
Raises:
ValueError: If no SV type has been assigned
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ PyYAML
scipy
setuptools
sphinxcontrib-napoleon
sphinx-autodoc-typehints
swalign
tqdm

0 comments on commit fadf4aa

Please sign in to comment.