You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The [Persephony documentation ](https://www.persephony.com/docs) has guides on [
33
33
34
34
The SDK documentation is not generated from source code comments, as at the time of writing no existing tool could be found that parsed the comments adequately. Instead the documentation is manually curated in the files at `docs/source` in the .rst (ReStructuredText) format. Developers should ensure that changes to the SDK are reflected in the documentation.
35
35
36
-
It is built using the Python package Sphinx and a few other libraries. To install the dependencies in a python virtual environment, run setup.sh.
36
+
It is built using the Python package Sphinx and a few other libraries. To install the dependencies in a python virtual environment, run setup.sh.
37
37
38
38
To generate the documentation, activate the virtual environment and run `make html`. For livereload, run `make watch`
0 commit comments