I’ll need todo some clean-up and then I’ll push the work in progress version to GitHub. I’ll let you know when it is ready, I’d hope within a few days.
@PrinceofNaxos it took me a few more days due to other priorities
All code is pushed to GitHub, it is all on the master branch. The manual can be build by running the build.py script in the manual directory. If not yet installed, the Python packages listed in requirments.txt need to be installed in order to build the manual.
The build.py script will generate first a mkdocs.yml and the markdown files for the Lua scripting reference, then is calls MkDocs to build the manual.
The Traintastic client application now has a –-screenshot option, this can be used to generate/update screenshots used in the manual. The logic is in C++ code, for new images adding a manually created screenshots is fine. They can be added to this option later.
Please let me know if there is something unclear, happy to help