Skip to content

Commit 97ecda0

Browse files
committed
Fix outdated reference from Parcels-code#2298
1 parent 5aee5c2 commit 97ecda0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@
4747

4848
# The suffix(es) of source filenames.
4949
# You can specify multiple suffix as a list of string:
50-
# source_suffix = ['.rst', '.md']
51-
source_suffix = ".rst"
50+
source_suffix = [".rst", ".md"]
5251

5352
# The encoding of source files.
5453
# source_encoding = 'utf-8-sig'

docs/v4/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Install an alpha version of Parcels v4
22

3-
During development of Parcels v4, we are uploading versions of the package to an [index on prefix.dev](https://prefix.dev/channels/parcels/packages/parcels). This allows users to easily install an unreleased version without having to do a [development install](../installation.rst)! Give it a spin!
3+
During development of Parcels v4, we are uploading versions of the package to an [index on prefix.dev](https://prefix.dev/channels/parcels/packages/parcels). This allows users to easily install an unreleased version without having to do a [development install](../installation.md)! Give it a spin!
44

55
```{warning}
66
Before installing an alpha version of Parcels, we *highly* recommend creating a new environment so that doesn't affect package versions in your current environment (which you may be using for your research).

0 commit comments

Comments
 (0)