Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/problems/400_subset_policy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"{class}`~moscot.problems.time.TemporalProblem`, we can choose among different policies as demonstrated below.\n",
"\n",
":::{seealso}\n",
"- See {doc}`AlignmentProblem/1300_sequential_alignment.ipynb` on how to use different policies in the {class}`~moscot.problems.space.AlignmentProblem`.\n",
"- See {doc}`AlignmentProblem/1300_sequential_alignment` on how to use different policies in the {class}`~moscot.problems.space.AlignmentProblem`.\n",
":::"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"In this example we focus on how to use different policies in the {class}`~moscot.problems.space.AlignmentProblem` to produce specific alignments of spatial samples.\n",
"\n",
":::{seealso}\n",
"- See {doc}`../400_subset_policy.ipynb` on how to use different policies.\n",
"- See {doc}`../../../tutorials/300_spatial_alignment.ipynb` on how to align spatial transcriptomics data.\n",
"- See {doc}`../400_subset_policy` on how to use different policies.\n",
"- See {doc}`../../../tutorials/300_spatial_alignment` on how to align spatial transcriptomics data.\n",
":::"
]
},
Expand Down
8 changes: 8 additions & 0 deletions examples/problems/AlignmentProblem/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Alignment Problem
=================

.. toctree::
:maxdepth: 1
:glob:

./*
8 changes: 8 additions & 0 deletions examples/problems/LineageProblem/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Lineage Problem
================

.. toctree::
:maxdepth: 1
:glob:

./*
8 changes: 8 additions & 0 deletions examples/problems/SpatioTemporalProblem/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Spatio Temporal Problem
=======================

.. toctree::
:maxdepth: 1
:glob:

./*
8 changes: 8 additions & 0 deletions examples/problems/TemporalProblem/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Temporal Problem
================

.. toctree::
:maxdepth: 1
:glob:

./*
10 changes: 10 additions & 0 deletions examples/problems/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Problems
========

.. toctree::
:maxdepth: 1

AlignmentProblem/index
LineageProblem/index
SpatioTemporalProblem/index
TemporalProblem/index