Skip to content

Commit

Permalink
Merge pull request #774 from theislab/docs/more_info
Browse files Browse the repository at this point in the history
Make some improvements to documentation
  • Loading branch information
ArinaDanilina authored Jan 3, 2025
2 parents 1e8ffdf + 8c31536 commit 5e5bbb3
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ repos:
rev: v6.2.4
hooks:
- id: rstcheck
additional_dependencies: [tomli]
additional_dependencies: [toml, sphinx]
args: [--config=pyproject.toml]
- repo: https://github.com/PyCQA/doc8
rev: v1.1.2
Expand Down
Binary file added docs/_static/img/dark_mode_concept.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/img/light_mode_concept.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 33 additions & 8 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,44 @@ Moscot - Multiomics Single-cell Optimal Transport
=================================================
.. module:: moscot

:mod:`moscot` is a framework for optimal transport applications in single cell genomics.

.. image:: _static/img/light_mode_logo.png
:width: 600px
.. image:: _static/img/light_mode_concept.png
:width: 800px
:align: center
:class: only-light

.. image:: _static/img/dark_mode_logo.png
:width: 600px
.. image:: _static/img/dark_mode_concept.png
:width: 800px
:align: center
:class: only-dark

If you find a model useful for your research, please consider citing the ``moscot`` manuscript [`Klein et al., 2023 <https://www.biorxiv.org/content/10.1101/2023.05.11.540374v2>`_] as
:mod:`moscot` is a framework for Optimal Transport (OT) applications in
single-cell genomics. It scales to large datsets and can be used for a
variety of applications across different modalities.

Key applications
----------------
- :doc:`Trajectory inference <notebooks/tutorials/200_temporal_problem>`
(incorporating :doc:`spatial <notebooks/tutorials/500_spatiotemporal>`
and :doc:`lineage <notebooks/tutorials/100_lineage>` information).
- :doc:`Mapping <notebooks/tutorials/400_spatial_mapping>` cells to their spatial organisation.
- :doc:`Aligning <notebooks/tutorials/300_spatial_alignment>` spatial transcriptomics slides.
- :doc:`Translating <notebooks/tutorials/600_tutorial_translation>` modalities.
- ... and more, check out the :doc:`user guide <user_guide>` for more information.

Getting started
----------------
- Read the :doc:`user guide <user_guide>` to get a high-level overview of :mod:`moscot`.
- Take a look at our :doc:`tutorials <notebooks/tutorials/index>` to learn how to use :mod:`moscot` for data analysis.
- For more technical examples and specific use cases, check out the :doc:`examples <notebooks/examples/index>` section.
- To see :mod:`moscot` in action, read our `Klein et al., 2023`_ manuscript.

Citing moscot
-------------
If you find a model useful for your research, please consider citing the `Klein et al., 2023`_ manuscript as
well as the publication introducing the model, which can be found in the corresponding documentation.

Important resources
-------------------
.. grid:: 3
:gutter: 1

Expand Down Expand Up @@ -54,7 +77,7 @@ well as the publication introducing the model, which can be found in the corresp

.. grid-item-card:: Manuscript

Please have a look at our manuscript [`Klein et al., 2023 <https://www.biorxiv.org/content/10.1101/2023.05.11.540374v2>`_] to learn more.
Please have a look at `Klein et al., 2023`_ to learn more.

.. toctree::
:maxdepth: 2
Expand Down Expand Up @@ -93,3 +116,5 @@ well as the publication introducing the model, which can be found in the corresp
.. |Downloads| image:: https://static.pepy.tech/badge/moscot
:target: https://pepy.tech/project/moscot
:alt: Downloads

.. _Klein et al., 2023: https://www.biorxiv.org/content/10.1101/2023.05.11.540374v2

0 comments on commit 5e5bbb3

Please sign in to comment.