Create API documentation in reStructuredText from Godot GDScript files
Project description
GDScript reStructuredText Docs Maker
gdscript2rest is a tool to document your Godot gdscript files into reStructuredText (.rst) files and to create an index of the generated files if required.
The code is based on the gdscript-docs-maker code from GDQuest and, in as far as the initial stages of the conversion are concerned, it is a direct copy of their code with a few notable exceptions:
- This version only provides reStructuredText (.rst) output - if you require markdown or Hugo output then please follow the above link and use the original version.
- As there is no facility to create markdown or Hugo files the
-f/--formatand-a/--authoroptions in the original are no longer available. - Multi-line comments in the code are concatenated to single line comments unless there are multiple line breaks, in which case the line breaks are preserved. This is to give, hopefully, a better flow of the description text.
Usage
A JSON file of the Godot projects docstrings has to be created first using either the generate-reference script on homepage or the original at gdscript-docs-maker code. Both locations have instructions on how to do this.
Once the JSON file has been created then the reStructuredText documents can be created by running
python -m gdscript2rest [options] $JSON-dump.json
where $JSON-dump.json is the file created by generate-reference.
The above command will generate the files required and place them in a folder called export that is a sub folder of the Current Working Directory.
Running
python3 -m gdscript2rest -h
will give full program usage with detailing options for tailoring the output location and generating an index file.
My Homepage has full instructions, a mini tutorial wiki's as well as a wiki on creating a Sphinx based webpage of your Games API.
Don't hesitate to raise issues or ask questions and if you like this tool then please spread the word!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gdscript2rest-0.3.0.tar.gz.
File metadata
- Download URL: gdscript2rest-0.3.0.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32296f756e486667c348b0bc363a5364423a0ea16e7e0bcd605008754673b95b
|
|
| MD5 |
20dde49a9a40994aef6f57138fb62377
|
|
| BLAKE2b-256 |
877e8013aaec39c57e13b6eeecd6331f79c3a9f28d204ceebf8203180116f38e
|
File details
Details for the file gdscript2rest-0.3.0-py3-none-any.whl.
File metadata
- Download URL: gdscript2rest-0.3.0-py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4e023601f089ba9a6c04115a66ff3e569240cc7a5e276c124ac7ae12c127670
|
|
| MD5 |
643fe85689360fc18fd4b1a2e4e7b6ec
|
|
| BLAKE2b-256 |
76915cfa37fbec137f37434a38b50b722fe173c238d25a4349930fcbef74f51f
|