Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Jul 26, 2024
1 parent f29eff2 commit e5ab2cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions docs/release-notes/0.4.4.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
(v0.4.4)=
### 0.4.4 {small}`2018-02-26`

- embed cells using {func}`~scanpy.api.tl.umap` {cite:p}`McInnes2018`:
`examples <https://github.com/theislab/scanpy/pull/92>`_
- score sets of genes, e.g. for cell cycle, using :func:`~scanpy.api.tl.score_genes` {cite:p}`Satija2015`:
`notebook <https://nbviewer.jupyter.org/github/theislab/scanpy_usage/blob/master/180209_cell_cycle/cell_cycle.ipynb>`_
- embed cells using {func}`~scanpy.tl.umap` {cite:p}`McInnes2018` {pr}`92` {smaller}`G Eraslan`
- score sets of genes, e.g. for cell cycle, using {func}`~scanpy.tl.score_genes` {cite:p}`Satija2015`:
[notebook](https://nbviewer.jupyter.org/github/theislab/scanpy_usage/blob/master/180209_cell_cycle/cell_cycle.ipynb)
4 changes: 2 additions & 2 deletions docs/release-notes/1.3.7.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(v1.3.7)=
### 1.3.7 {small}`2019-01-02`

- one can now `import scanpy as sc` instead of `import scanpy.api as sc`, see `here <https://scanpy.readthedocs.io/en/latest/api/>`__
- :func:`~scanpy.external.tl.phenograph` wraps the graph clustering package Phenograph {cite:p}`Levine2015` {smaller}`thanks to A Mousa`
- API changed from `import scanpy as sc` to `import scanpy.api as sc`.
- {func}`~scanpy.external.tl.phenograph` wraps the graph clustering package Phenograph {cite:p}`Levine2015` {smaller}`thanks to A Mousa`
2 changes: 1 addition & 1 deletion docs/release-notes/1.3.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
### 1.3.8 {small}`2019-02-05`

- various documentation and dev process improvements
- {func}`~scanpy.pp.combat` added {pr}`398` {smaller}`M Lange`
- Added {func}`~scanpy.pp.combat` function for batch effect correction {cite:p}`Johnson2006,Leek2012,Pedersen2012` {pr}`398` {smaller}`M Lange`

0 comments on commit e5ab2cd

Please sign in to comment.