Skip to content

Commit

Permalink
Fix Markdown syntax for preprocessing docs page (#3418)
Browse files Browse the repository at this point in the history
Co-authored-by: Phil Schaf <[email protected]>
  • Loading branch information
dinakazemi and flying-sheep authored Jan 9, 2025
1 parent 09c88b1 commit 5a0cc52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/preprocessing.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ For visual quality control, see {func}`~scanpy.pl.highest_expr_genes` and

### Batch effect correction

Also see [Data integration]. Note that a simple batch correction method is available via {func}`pp.regress_out`. Checkout {mod}`scanpy.external` for more.
Also see {ref}`data-integration`. Note that a simple batch correction method is available via {func}`pp.regress_out`. Checkout {mod}`scanpy.external` for more.

```{eval-rst}
.. autosummary::
Expand Down
2 changes: 2 additions & 0 deletions docs/api/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ Compute densities on embeddings.
tl.paga
```

(data-integration)=

### Data integration

```{eval-rst}
Expand Down
1 change: 1 addition & 0 deletions docs/release-notes/3418.doc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix reference in {mod}`scanpy.pp` page {smaller}`D Kazemi`

0 comments on commit 5a0cc52

Please sign in to comment.