mumarshahbaz/Godot XML to RST
Converts godot's xml docs into .rst
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| short_name | A short name for your project | no | "" |
| name | Full name of your project | yes | — |
| major | Major from the project version eg. [1].2.3 | yes | — |
| minor | Minor from the project version eg. 1.[2].3 | yes | — |
| patch | Patch from the project version eg. 1.2.[3] | yes | — |
| status | Current status of the project eg. beta or stable | yes | — |
| module_config | module_config in version.py | no | "" |
| website | Project website | no | "" |
| docs | docs in version.py | no | latest |
| built-in | Use built-in godot docs? | no | false |
| language | Any of the following codes [en, es, fr, ga, it, ko, ru, ta, uk, zh_Hans, zh_Hant] | no | en |
| other | Write any RAW CLI that godot's make_rst.py accepts excluding input, output or language. This is usually not needed. | no | "" |
| xml | Path to XML Docs | yes | — |
Outputs
| name | description |
|---|---|
| path | File path to the generated .zip |