Skip to content

Commit ce2ffa3

Browse files
Merge pull request #478 from OmicsML/fix-doc
Fix doc
2 parents 735ef4f + 8524da3 commit ce2ffa3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ as well as easily reproducible experiments by providing unified tools for
137137
### Overview
138138

139139
In release 2.0, DANCE evolves from an experiment reproduction library into an automated and interpretable preprocessing platform. It provides powerful tools to optimize your single-cell analysis workflows:
140-
To discover the best preprocessing pipeline for a specific method, you can use our Method-Aware Preprocessing (MAP) module. For practical examples on how to run this locally, please see [`examples/tuning/custom-methods/`](examples/tuning/custom-methods%60).
140+
To discover the best preprocessing pipeline for a specific method, you can use our Method-Aware Preprocessing (MAP) module. For practical examples on how to run this locally, please see [`examples/tuning/custom-methods/`](examples/tuning/custom-methods).
141141
To get an instant, high-quality pipeline recommendation for a new dataset, you can use our Dataset-Aware Preprocessing (DAP) web service, available at http://omicsml.ai:81/dance/.
142142
Together, these features transform single-cell preprocessing from a manual, trial-and-error process into a systematic, data-driven, and reproducible workflow.
143143

docs/source/api/atlas.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
dance.atlas
22
======================
3+
.. note::
4+
The functions in the :doc:`api/atlas` module are primarily backend APIs for the DANCE 2.0 Platform.
5+
For interactive usage, please visit the `DANCE 2.0 Platform <http://omicsml.ai:81/dance/>`_.
36
.. automodule:: main
47
:members:

0 commit comments

Comments
 (0)