Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs for (new) augur curate rename #1528

Merged
merged 1 commit into from
Jul 10, 2024
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
7 changes: 7 additions & 0 deletions docs/api/developer/augur.curate.rename.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
augur.curate.rename module
==========================

.. automodule:: augur.curate.rename
:members:
:undoc-members:
:show-inheritance:
1 change: 1 addition & 0 deletions docs/api/developer/augur.curate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ Submodules
augur.curate.normalize_strings
augur.curate.parse_genbank_location
augur.curate.passthru
augur.curate.rename
augur.curate.titlecase
augur.curate.transform_strain_name
1 change: 1 addition & 0 deletions docs/usage/cli/curate/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ We will continue to add more subcommands as we identify other common data curati
abbreviate-authors
parse-genbank-location
transform-strain-name
rename

9 changes: 9 additions & 0 deletions docs/usage/cli/curate/rename.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
======
rename
======

.. argparse::
:module: augur
:func: make_parser
:prog: augur
:path: curate rename
Loading