Replies: 1 comment
-
Alternative approach to creating links:
Depending on the structure of the install-folder, links between markdown-files may be incorrect, either on GitHub or in the documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since spirit now uses GH actions as CI, it could also be used to generate the documentation.
The most promising approach I have found so far would be to use
mkdocs
, themkdocs-material
theme andmike
to generate version-specific sites and to deploy to GH pages. However, the Python package docs would need to be created in markdown and versioning is currently only available to "insiders".Steps would be:
spirit/docs/mkdocs.yml
in whichdocs_dir: spirit
Open questions:
Related issues:
The folder structure in https://github.com/spirit-code/spirit-code.github.io could be something like
Beta Was this translation helpful? Give feedback.
All reactions