Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,11 @@ Helper functions and utilities.
:members:
:undoc-members:
:show-inheritance:

snps.testing
~~~~~~~~~~~~

.. automodule:: snps.testing
:members:
:undoc-members:
:show-inheritance:
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"colon_fence",
"deflist",
"fieldlist",
"linkify",
"substitution",
"tasklist",
]
Expand Down Expand Up @@ -142,7 +143,7 @@
"snps Documentation",
author,
"snps",
"Tools for reading, writing, merging, and remapping SNPs.",
"tools for reading, writing, generating, merging, and remapping SNPs",
"Miscellaneous",
)
]
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ sphinx==9.1.0
furo==2025.12.19
myst-parser==5.0.0
sphinx-copybutton==0.5.2
linkify-it-py>=2.0.0
2 changes: 1 addition & 1 deletion src/snps/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""`snps`

tools for reading, writing, merging, and remapping SNPs
tools for reading, writing, generating, merging, and remapping SNPs

"""

Expand Down
Loading