Skip to content

Commit

Permalink
add missing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gregdenay committed Jun 14, 2024
1 parent 49bbebd commit 8069b97
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/api_doc/constructors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Constructors

::: taxidTools.factories.read_taxdump
options:
show_root_heading: true
heading_level: 2

::: taxidTools.factories.read_json
options:
show_root_heading: true
heading_level: 2
2 changes: 1 addition & 1 deletion docs/recipes/verify_blast.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ we can simply check wether the agreement rank in either of 'genus' or 'species':
### Unnormalized taxonomy

Of course it is possible to follow a similar approach without normalizing the taxonomy. It is however
significantly more complicated. For example checking wether *Bos taurus* (9913) consensus (here genus) is
slightly more complicated. For example checking wether *Bos taurus* (9913) consensus (here genus) is
under the genus level involves determining the correpsonding expected node as before with the unnormalized taxonomy.

``` py
Expand Down
1 change: 0 additions & 1 deletion docs/usage/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Should you want to keep a copy of the original Taxonomy (and the Nodes), you sho
do a copy:

``` py
>>> import copy
>>> backup = tax.copy()
```

Expand Down

0 comments on commit 8069b97

Please sign in to comment.