diff options
| author | 2023-07-26 18:02:52 +0800 | |
|---|---|---|
| committer | 2023-07-26 18:02:52 +0800 | |
| commit | 70964662a05b6d86af8b11d20c8160aa5e7b2de9 (patch) | |
| tree | 612b6bd7e7ec0f22e47c1d6988d72164bca68034 /readme.rst | |
| parent | 598e22e76085c3b9df994207bc67ca0126f28176 (diff) | |
| parent | aa4e453e46d6df21991e848b56b52afa72029273 (diff) | |
| download | TRPGNivis-70964662a05b6d86af8b11d20c8160aa5e7b2de9.tar.gz TRPGNivis-70964662a05b6d86af8b11d20c8160aa5e7b2de9.zip | |
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'readme.rst')
| -rw-r--r-- | readme.rst | 20 |
1 files changed, 18 insertions, 2 deletions
@@ -76,8 +76,24 @@ How to build docs :: git clone https://github.com/HydroRoll-Team/psi.git - cd psi/psi/docs - sphinx-build -b html . _build/html + cd docs + pip install -r requirements.txt + # mkdocs build + mkdocs serve + + +Documentation +------------- + +Psi documentation is available at `psi.retrofor <https://psi.retrofor.space>`_. + +You can also view it throw the following links: + + `vercel-1 psi-alpha <https://psi-alpha.vercel.app>`_ + + `vercel-2 psi-retrofor <https://psi-retrofor.vercel.app>`_ + + `gh-pages from HydroRoll-Team <https://hydroroll-team.github.io/psi>`_ License |
