-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #569 from Arfs6/fixed-generating-documentation-readme
Fixed documentation generation step in readme
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,7 +75,7 @@ Now that you have installed all these packages, you can run TW Blue from source | |
|
||
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 documentation_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 necessary. | ||
|
@@ -108,4 +108,4 @@ To manage translations in TWBlue, you can install the [Babel package.](https://p | |
pybabel extract -o twblue.pot --msgid-bugs-address "[email protected]" --copyright-holder "MCV software" --input-dirs ..\src | ||
``` | ||
|
||
Take into account, though, that we use [weblate](https://weblate.mcvsoftware.com) to track translation work for TWBlue. If you wish to be part of our translation team, please open an issue so we can create an account for you in Weblate. | ||
Take into account, though, that we use [weblate](https://weblate.mcvsoftware.com) to track translation work for TWBlue. If you wish to be part of our translation team, please open an issue so we can create an account for you in Weblate. |