For a long time, I adopted the reStructured Text format for the documentation and READMEs.
I now believe it has been an error and we should fix that.
I also believe that a mkdocs formatted documentation is more appealing for everyone: End-Users, Contributors, and Developers. Therefore, I started a new branch named switch-to-mkdocs which we should use for the documentation - until it gets merged into the dev branch.
If you want to see, what it looks like - right now, feel free to execute the following:
git checkout switch-to-mkdocs
pip3 install --user -r requirements.docs.txt
mkdocs serve
You are free and welcome to comment on this issue with:
- everything that you think is missing
- everything that you think should be rewritten or deleted
from the READMEs or documentation.
Cheers!
For a long time, I adopted the reStructured Text format for the documentation and READMEs.
I now believe it has been an error and we should fix that.
I also believe that a
mkdocsformatted documentation is more appealing for everyone: End-Users, Contributors, and Developers. Therefore, I started a new branch named switch-to-mkdocs which we should use for the documentation - until it gets merged into thedevbranch.If you want to see, what it looks like - right now, feel free to execute the following:
You are free and welcome to comment on this issue with:
from the READMEs or documentation.
Cheers!