Updated documentation and process to generate html files

This commit is contained in:
2016-08-04 09:19:47 -05:00
parent ef95244f0c
commit 4056c73052
5 changed files with 358 additions and 439 deletions

View File

@@ -106,8 +106,9 @@ Now that you have installed all these packages, you can run TW Blue from source
### Generating the documentation
To generate the documentation in html format, navigate to the doc folder inside this repo. After that, run this command:
python generator.py
To generate the documentation in html format, navigate to the doc folder inside this repo. After that, run these commands:
python document_importer.py
python generator.py
The documentation will be generated, placing each language in a separate folder in the doc directory. Move these folders (for example de, en, es, fr, it, ...) to src/documentation, creating the directory if necesary.
Also, copy the license.txt located in the root of the repo to the documentation folder.