diff --git a/README.md b/README.md index 6636e002..144ed71f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [Documentation](https://stereopy.readthedocs.io/en/latest/index.html) - [API](https://stereopy.readthedocs.io/en/latest/content/03_API.html) - + [comment]: <> (![Stereopy](./docs/source/_static/stereopy.PNG)) diff --git a/stereo/algorithm/community_detection.py b/stereo/algorithm/community_detection.py index ea5218a9..abab19ce 100644 --- a/stereo/algorithm/community_detection.py +++ b/stereo/algorithm/community_detection.py @@ -719,7 +719,9 @@ def main(self, **kwargs): The window size and sliding step are optional CCD parameters. If not provided, the optimal window size is calculated throughout the iterative process with goal of having average number of cell-spots in all windows in range [30, 50]. Sliding step is set to the half of the window size. - Note: All the parameters are key word arguments. + .. note:: + + All the parameters are key word arguments. :param annotation: The key specified the cell type in obs. :param tfile: File path to Anndata object with calculated cell mixtures for data windows, output of calc_feature_matrix.