Skip to content

Commit

Permalink
remove :class: properly
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Aug 24, 2018
1 parent 6033ab4 commit 6fb2807
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions doc/source/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ future
sphinx
sphinxcontrib-napoleon
sphinxcontrib-bibtex
tasklogger

8 changes: 4 additions & 4 deletions graphtools/graphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -834,13 +834,13 @@ class MNNGraph(DataGraph):
data : array-like, shape=[n_samples,n_features]
accepted types: `numpy.ndarray`,
`scipy.sparse.spmatrix`.,
`scipy.sparse.spmatrix`,
`pandas.DataFrame`, `pandas.SparseDataFrame`.
sample_idx: array-like, shape=[n_samples]
sample_idx : array-like, shape=[n_samples]
Batch index
beta: `float`, optional (default: 1)
beta : `float`, optional (default: 1)
Downweight within-batch affinities by beta
adaptive_k : {'min', 'mean', 'sqrt', `None`} (default: 'sqrt')
Expand All @@ -849,7 +849,7 @@ class MNNGraph(DataGraph):
Attributes
----------
subgraphs : list of :class:`~graphtools.graphs.kNNGraph`s
subgraphs : list of `graphtools.graphs.kNNGraph`
Graphs representing each batch separately
"""

Expand Down

0 comments on commit 6fb2807

Please sign in to comment.