Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix #2065
description
As suggested in our email exchange, I built a fully functional documentation environment for your documentation. It is based on the Sphinx Python tool and fancy extensions. I didn't set anything related to the automatic build as I think that most of the work here will be done locally.
In this first draft you'll find:
docs/
folder with the build environment and some dummy sourcesrequirements.txt
with the python libs used to create the themeinstallation
Pull the branch on you local machine and create a python venv in the docs directory:
This folder is already in the
.gitignore
.Then install all the python packages in the venv:
You are now ready to build the documentation from the
docs/
folder:or
to get started
Of course, the objective here is to build the real documentation from what is existing in https://docs.google.com/document/d/1GWerrExvbdT5oOOlwdkE9pptK4pVbQxwtgaSNPasmKA/view. if you build the documentation, in
docs/build/html/start/kitchen-sink.html
you'll find more or less all the existing directives and indocs/build/html/start/custom.html
some more custom information about the custom extension and a few coding guidelines.I you're missing anything let me know !
🚀 Happy documenting