From d169b3e0c41ea0c11e89ca56390c8691e2f4f8c1 Mon Sep 17 00:00:00 2001 From: qiyunzhu <4396343+qiyunzhu@users.noreply.github.com> Date: Tue, 26 Mar 2024 22:54:24 +0000 Subject: [PATCH] Update from https://github.com/scikit-bio/scikit-bio/commit/a2ca94a93c269295ff5e8594aa78e7d7ec303e1c --- .../generated/skbio.io.format.biom.rst.txt | 19 + .../skbio.io.ArgumentOverrideWarning.html | 1 + .../generated/skbio.io.BLAST7FormatError.html | 1 + .../skbio.io.ClustalFormatError.html | 1 + .../generated/skbio.io.EMBLFormatError.html | 1 + .../generated/skbio.io.FASTAFormatError.html | 1 + .../generated/skbio.io.FASTQFormatError.html | 1 + .../generated/skbio.io.FileFormatError.html | 1 + .../skbio.io.FormatIdentificationWarning.html | 1 + .../generated/skbio.io.GFF3FormatError.html | 1 + .../skbio.io.GenBankFormatError.html | 1 + .../dev/generated/skbio.io.IOSourceError.html | 1 + .../generated/skbio.io.LSMatFormatError.html | 1 + .../generated/skbio.io.NewickFormatError.html | 1 + .../skbio.io.OrdinationFormatError.html | 1 + .../generated/skbio.io.PhylipFormatError.html | 1 + .../generated/skbio.io.QSeqFormatError.html | 1 + .../generated/skbio.io.QUALFormatError.html | 1 + .../skbio.io.StockholmFormatError.html | 1 + .../skbio.io.UnrecognizedFormatError.html | 1 + .../generated/skbio.io.format.binary_dm.html | 7 +- docs/dev/generated/skbio.io.format.biom.html | 884 ++++++++++++++++++ .../dev/generated/skbio.io.format.blast6.html | 7 +- .../dev/generated/skbio.io.format.blast7.html | 1 + .../generated/skbio.io.format.clustal.html | 1 + docs/dev/generated/skbio.io.format.embl.html | 1 + docs/dev/generated/skbio.io.format.fasta.html | 1 + docs/dev/generated/skbio.io.format.fastq.html | 1 + .../generated/skbio.io.format.genbank.html | 1 + docs/dev/generated/skbio.io.format.gff3.html | 1 + docs/dev/generated/skbio.io.format.lsmat.html | 1 + .../dev/generated/skbio.io.format.newick.html | 1 + .../generated/skbio.io.format.ordination.html | 1 + .../dev/generated/skbio.io.format.phylip.html | 1 + docs/dev/generated/skbio.io.format.qseq.html | 1 + .../skbio.io.format.sample_metadata.html | 1 + .../generated/skbio.io.format.stockholm.html | 1 + .../generated/skbio.io.format.taxdump.html | 1 + ...o.registry.DuplicateRegistrationError.html | 1 + .../skbio.io.registry.Format.__eq__.html | 1 + .../skbio.io.registry.Format.__ge__.html | 1 + ...skbio.io.registry.Format.__getstate__.html | 1 + .../skbio.io.registry.Format.__gt__.html | 1 + .../skbio.io.registry.Format.__hash__.html | 1 + .../skbio.io.registry.Format.__le__.html | 1 + .../skbio.io.registry.Format.__lt__.html | 1 + .../skbio.io.registry.Format.__ne__.html | 1 + .../skbio.io.registry.Format.__str__.html | 1 + .../generated/skbio.io.registry.Format.html | 1 + .../skbio.io.registry.Format.reader.html | 1 + .../skbio.io.registry.Format.sniffer.html | 1 + .../skbio.io.registry.Format.writer.html | 1 + .../skbio.io.registry.IORegistry.__eq__.html | 1 + .../skbio.io.registry.IORegistry.__ge__.html | 1 + ...o.io.registry.IORegistry.__getstate__.html | 1 + .../skbio.io.registry.IORegistry.__gt__.html | 1 + ...skbio.io.registry.IORegistry.__hash__.html | 1 + .../skbio.io.registry.IORegistry.__le__.html | 1 + .../skbio.io.registry.IORegistry.__lt__.html | 1 + .../skbio.io.registry.IORegistry.__ne__.html | 1 + .../skbio.io.registry.IORegistry.__str__.html | 1 + ...bio.io.registry.IORegistry.add_format.html | 1 + ....io.registry.IORegistry.create_format.html | 1 + ...bio.io.registry.IORegistry.get_reader.html | 1 + ...io.io.registry.IORegistry.get_sniffer.html | 1 + ...bio.io.registry.IORegistry.get_writer.html | 1 + .../skbio.io.registry.IORegistry.html | 1 + ...registry.IORegistry.list_read_formats.html | 1 + ...egistry.IORegistry.list_write_formats.html | 1 + ...o.io.registry.IORegistry.monkey_patch.html | 1 + .../skbio.io.registry.IORegistry.read.html | 1 + .../skbio.io.registry.IORegistry.sniff.html | 1 + .../skbio.io.registry.IORegistry.write.html | 1 + ....io.registry.InvalidRegistrationError.html | 1 + .../skbio.io.registry.create_format.html | 1 + docs/dev/generated/skbio.io.registry.html | 1 + .../dev/generated/skbio.io.registry.read.html | 1 + .../generated/skbio.io.registry.sniff.html | 1 + .../generated/skbio.io.registry.write.html | 1 + docs/dev/generated/skbio.io.util.html | 1 + docs/dev/generated/skbio.io.util.open.html | 1 + .../generated/skbio.io.util.open_file.html | 1 + .../generated/skbio.io.util.open_files.html | 1 + docs/dev/genindex.html | 13 +- docs/dev/io.html | 36 +- docs/dev/objects.inv | Bin 21388 -> 21426 bytes docs/dev/py-modindex.html | 5 + docs/dev/searchindex.js | 2 +- 88 files changed, 1027 insertions(+), 25 deletions(-) create mode 100644 docs/dev/_sources/generated/skbio.io.format.biom.rst.txt create mode 100644 docs/dev/generated/skbio.io.format.biom.html diff --git a/docs/dev/_sources/generated/skbio.io.format.biom.rst.txt b/docs/dev/_sources/generated/skbio.io.format.biom.rst.txt new file mode 100644 index 000000000..17a92727b --- /dev/null +++ b/docs/dev/_sources/generated/skbio.io.format.biom.rst.txt @@ -0,0 +1,19 @@ +.. + The extra blocks seem to be required for autosummary to populate our + docstrings correctly. In the original template, these would recusively call + autosummary again, but we already do that in the narratively convenient + places. + +.. automodule:: skbio.io.format.biom + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/dev/generated/skbio.io.ArgumentOverrideWarning.html b/docs/dev/generated/skbio.io.ArgumentOverrideWarning.html index d3414b12c..6fceccf50 100644 --- a/docs/dev/generated/skbio.io.ArgumentOverrideWarning.html +++ b/docs/dev/generated/skbio.io.ArgumentOverrideWarning.html @@ -601,6 +601,7 @@