Skip to content

Commit f5edd43

Browse files
Fix links (#2953)
Co-authored-by: Philipp A <[email protected]>
1 parent 7a1f89f commit f5edd43

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ Contributing code
1717
-----------------
1818

1919
We love code contributions!
20-
If you're interested in contributing code, please take a look over the [contributing guide](https://scanpy.readthedocs.io/en/latest/dev/index.html) in the main documentation.
20+
If you're interested in contributing code, please take a look over the [contribution guide](https://scanpy.readthedocs.io/en/latest/dev/index.html) in the main documentation.

README.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,17 @@
1111
# Scanpy – Single-Cell Analysis in Python
1212

1313
Scanpy is a scalable toolkit for analyzing single-cell gene expression data
14-
built jointly with [anndata](https://anndata.readthedocs.io). It includes
14+
built jointly with [anndata][]. It includes
1515
preprocessing, visualization, clustering, trajectory inference and differential
1616
expression testing. The Python-based implementation efficiently deals with
1717
datasets of more than one million cells.
1818

19-
Discuss usage on the scverse [Discourse]. Read the [documentation].
20-
If you'd like to contribute by opening an issue or creating a pull request, please take a look at our [contributing guide].
19+
Discuss usage on the scverse [Discourse][]. Read the [documentation][].
20+
If you'd like to contribute by opening an issue or creating a pull request, please take a look at our [contribution guide][].
21+
22+
[anndata]: https://anndata.readthedocs.io
23+
[discourse]: https://discourse.scverse.org/
24+
[documentation]: https://scanpy.readthedocs.io
2125

2226
[//]: # (numfocus-fiscal-sponsor-attribution)
2327

@@ -52,6 +56,5 @@ You can cite the scverse publication as follows:
5256
>
5357
> _Nat Biotechnol._ 2023 Apr 10. doi: [10.1038/s41587-023-01733-8](https://doi.org/10.1038/s41587-023-01733-8).
5458
55-
[contributing guide]: CONTRIBUTING.md
56-
[discourse]: https://discourse.scverse.org/
57-
[documentation]: https://scanpy.readthedocs.io
59+
60+
[contribution guide]: CONTRIBUTING.md

docs/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
```{include} ../README.md
2-
:end-line: 36
2+
:end-line: 40
33
```
44

55
```{eval-rst}
@@ -51,7 +51,7 @@ Find a bug? Interested in improving scanpy? Checkout our GitHub for the latest d
5151
**Other resources**
5252
* Follow changes in the {ref}`release notes <release-notes>`.
5353
* Find tools that harmonize well with anndata & Scanpy via the {doc}`external API <external/index>` and the {doc}`ecosystem page <ecosystem>`.
54-
* Check out our {ref}`contributing guide <contribution-guide>` for development practices.
54+
* Check out our {ref}`contribution guide <contribution-guide>` for development practices.
5555
* Consider citing [Genome Biology (2018)] along with original {doc}`references <references>`.
5656

5757
## News
@@ -85,6 +85,6 @@ contributors
8585
references
8686
```
8787

88-
[discourse]: https://discourse.scverse.org/
88+
[contribution guide]: dev/index.md
8989
[genome biology (2018)]: https://doi.org/10.1186/s13059-017-1382-0
9090
[github]: https://github.com/scverse/scanpy

docs/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ flit install -s --deps=develop
6565
On Windows, you might have to use `flit install --pth-file`
6666
if you are not able to give yourself the [create symbolic links] privilege.
6767

68-
For instructions on how to work with the code, see the {ref}`contributing guide <contribution-guide>`.
68+
For instructions on how to work with the code, see the {ref}`contribution guide <contribution-guide>`.
6969

7070
## Docker
7171

0 commit comments

Comments
 (0)