Skip to content

Commit

Permalink
Update docs (#1279)
Browse files Browse the repository at this point in the history
* Update `conf.py`

Update to latest sphinx version.

* Update vignette index

* Update docstrings

Replace `Arguments:` by `Parameters`

* Remove redundant import

Removes `pca` which is merely imported from and defined in Scanpy.

* Update `perspectives/index.rst`

Fix notebook linking.

* Update index page

- Remove reference to veloVI.
- Update bibtex references

* Update references

- Update list of references.
- Use consistent ID `AuthorYY` for references.
- Properly cite papers in docstrings.

* Update `docs/api.rst`

- Remove `pca`.
- Add empty line for consistent formatting.

* Update `conf.py`

Refactor sphinx config.

* Update `set_figure_params`

Update type hint of argument `format`.

* Fix unit tests

Fix import of removed `pca` function.

* Update `getting_started.rst`

Update docs according to latest changes; The syntax `scv.read` no longer
works and needs to be used with Scanpy directly.

* Update `pyproject.toml`
  • Loading branch information
WeilerP authored Oct 1, 2024
1 parent 71e0340 commit 77e6b49
Show file tree
Hide file tree
Showing 44 changed files with 369 additions and 570 deletions.
2 changes: 1 addition & 1 deletion docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Preprocessing (pp)
.. autosummary::
:toctree: .

pp.pca
pp.neighbors
pp.moments

Expand Down Expand Up @@ -86,6 +85,7 @@ Tools (tl)
tl.velocity_confidence
tl.score_genes_cell_cycle


Inference from metabolic labeling information
---------

Expand Down
Loading

0 comments on commit 77e6b49

Please sign in to comment.