Skip to content

Commit d0915cf

Browse files
authored
[MAINT] Fix RTD links (#135)
1 parent f39843b commit d0915cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Analysis of phase-amplitude coupling, time delays, and non-sinusoidal waveshape
1111
## Installation & Requirements:
1212
Install the package into the desired environment using pip: `pip install pybispectra`<br/>
1313
or conda: `conda install -c conda-forge pybispectra`<br/>
14-
More information on the [installation](https://pybispectra.readthedocs.io/en/1.2.3/installation.html) page.
14+
More information on the [installation](https://pybispectra.readthedocs.io/1.2/installation.html) page.
1515

1616
## Use:
17-
To get started with the toolbox, check out the [documentation](https://pybispectra.readthedocs.io/en/1.2.3/) and [examples](https://pybispectra.readthedocs.io/en/1.2.3/examples.html).
17+
To get started with the toolbox, check out the [documentation](https://pybispectra.readthedocs.io/1.2/) and [examples](https://pybispectra.readthedocs.io/1.2/examples.html).
1818

1919
For instance, given some epoched time series, `data`, phase-amplitude coupling can be computed as:
2020

@@ -29,7 +29,7 @@ pac_results.plot() # plot results
2929
```
3030

3131
## Contributing & Development:
32-
If you encounter issues with the package, want to suggest improvements, or have made any changes which you would like to see officially supported, please refer to the [development](https://pybispectra.readthedocs.io/en/1.2.3/development.html) page. A unit test suite is included and must be expanded where necessary to validate any changes.
32+
If you encounter issues with the package, want to suggest improvements, or have made any changes which you would like to see officially supported, please refer to the [development](https://pybispectra.readthedocs.io/1.2/development.html) page. A unit test suite is included and must be expanded where necessary to validate any changes.
3333

3434
## Citing:
3535
If you use this toolbox in your work, please include the following citation:<br/>

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"navbar_end": ["theme-switcher", "version-switcher", "navbar-icon-links"],
7474
"footer_start": ["copyright"],
7575
"switcher": {
76-
"json_url": "https://pybispectra.readthedocs.io/en/main/_static/versions.json", # noqa E501
76+
"json_url": "https://pybispectra.readthedocs.io/latest/_static/versions.json",
7777
"version_match": pybispectra.__version__,
7878
},
7979
"pygment_light_style": "default",

0 commit comments

Comments
 (0)