Skip to content

Commit

Permalink
sphinx issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade committed Oct 1, 2020
1 parent f31d302 commit 730f9dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion skbio/io/format/binary_dm.py
Expand Up @@ -24,7 +24,7 @@
Format Specification
--------------------
The binary dissimilarity matrix and object identifiers are stored within an
HDF5[1]_ file. Both datatypes are represented by their own datasets. The
HDF5 [1]_ file. Both datatypes are represented by their own datasets. The
`ids` dataset is of a variable length unicode type, while the
`matrix` dataset are floating point. The shape of the `ids` is
`(N,)`, and the shape of the `dissimilarities` is `(N, N)`. The diagonal of
Expand Down Expand Up @@ -63,6 +63,7 @@
References
----------
.. [1] http://www.hdfgroup.org/
"""

# ----------------------------------------------------------------------------
Expand Down

0 comments on commit 730f9dc

Please sign in to comment.