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
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,3 +99,22 @@ The rendered site lands in `docs/_site/`. The generated API source pages land in
99
99
__from wheel__
100
100
- download the appropriate `.whl` for your system from the more recent release listed in `Releases` and run `uv pip install ./pyensmallen...` OR
101
101
- copy the download url and run `uv pip install https://github.com/apoorvalal/pyensmallen/releases/download/<version>/pyensmallen-<version>-<pyversion>-linux_x86_64.whl`
102
+
103
+
## Documentation
104
+
105
+
GitHub Pages is served from the `gh-pages` branch. This repository does not
106
+
auto-publish the website when `master` changes, so updating the site is a
107
+
separate step.
108
+
109
+
After rendering the documentation site into `docs/_site/`, publish it with:
0 commit comments