Skip to content

Commit

Permalink
Fixing the links to the docs in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickJadoul committed Dec 11, 2017
1 parent 58a67f9 commit 803bb47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ or, to update your installed version to the latest release:
pip install -U praat-parselmouth
```

For more detailed instructions, please refer to the [documentation](parselmouth.readthedocs.io/en/stable/installation.html).
For more detailed instructions, please refer to the [documentation](https://parselmouth.readthedocs.io/en/latest/installation.html).

## Example usage
```Python
Expand Down Expand Up @@ -94,7 +94,7 @@ for wave_file in glob.glob('/home/yannick/*.wav'):
```

## Documentation
Our documentation is available at [ReadTheDocs](http://parselmouth.readthedocs.io/). Soon, it will contain the API reference of Parselmouth, but until then, the existing API documentation can be found [here](http://ai.vub.ac.be/~yajadoul/parselmouth.html).
Our documentation is available at [ReadTheDocs](http://parselmouth.readthedocs.io/), including the API reference of Parselmouth.

## Development
Currently, the actual project and Parselmouth's code is not very well documented. Or well, hardly documented at all. That is planned to still change in order to allow for easier contribution to this open source project.
Expand Down

0 comments on commit 803bb47

Please sign in to comment.