Skip to content

Commit

Permalink
Fixed Example Google Style Python Docstrings URL (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShorthillsAI authored Mar 20, 2024
1 parent 0da6eac commit c50edd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ To generate the documentation, run `make` from the `docs/` directory.

## Style
This project uses Google-style docstrings. See:
http://www.sphinx-doc.org/en/1.5/ext/example_google.html
for more details.
[https://www.sphinx-doc.org/en/master/usage/extensions/example_google.html
](https://www.sphinx-doc.org/en/master/usage/extensions/example_google.html)for more details.

0 comments on commit c50edd6

Please sign in to comment.