Skip to content

Commit e45ddd2

Browse files
committed
1 parent 1668e58 commit e45ddd2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+5254
-49
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
skbio.util.config.get\_config
2+
=============================
3+
4+
.. currentmodule:: skbio.util.config
5+
6+
.. autofunction:: get_config
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
skbio.util.config.set\_config
2+
=============================
3+
4+
.. currentmodule:: skbio.util.config
5+
6+
.. autofunction:: set_config

docs/dev/_sources/generated/skbio.stats.ordination.OrdinationResults.rst.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ skbio.stats.ordination.OrdinationResults
9494

9595

9696

97+
98+
9799

98100

99101

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
skbio.util.assert\_ordination\_results\_equal\_np
2+
=================================================
3+
4+
.. currentmodule:: skbio.util
5+
6+
.. autofunction:: assert_ordination_results_equal_np
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
..
2+
The extra blocks seem to be required for autosummary to populate our
3+
docstrings correctly. In the original template, these would recusively call
4+
autosummary again, but we already do that in the narratively convenient
5+
places.
6+
7+
.. automodule:: skbio.util.config
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+
18+
19+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
skbio.util.get\_config
2+
======================
3+
4+
.. currentmodule:: skbio.util
5+
6+
.. autofunction:: get_config
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
skbio.util.set\_config
2+
======================
3+
4+
.. currentmodule:: skbio.util
5+
6+
.. autofunction:: set_config

docs/dev/_sources/index.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ scikit-bio (canonically pronounced *sigh-kit-buy-oh*) is a library for working w
5454
table
5555
metadata
5656
workflow
57-
util
57+
util

0 commit comments

Comments
 (0)