![]() |
PyXMake Developer Guide 1.0
PyXMake
|
Public Member Functions | |
initialize_options (self) | |
finalize_options (self) | |
![]() | |
run (self) | |
Public Attributes | |
int | verbose = 0 |
str | include_path = "" |
str | source_path = '' |
str | output_file_path = '' |
scratch_path = os.getcwd() | |
logo = None | |
![]() | |
verbose | |
Static Public Attributes | |
str | description = "Runs the html documentation build process of source code using Sphinx." |
list | user_options |
Protected Member Functions | |
_run_command (self, command) | |
![]() | |
_create_command (self) | |
_perform_post_actions (self) | |
Static Protected Attributes | |
str | _BUILD_NAME = '' |
str | _INPUT_FILE = "" |
Additional Inherited Members | |
![]() | |
_create_build_dir () | |
Base class for encapsulating command line arguments and build process.
Definition at line 286 of file stm_make.py.
|
protected |
Execute build command
Reimplemented from PyXMake.VTL.stm_make._BaseCommandRunner.
Definition at line 324 of file stm_make.py.
PyXMake.VTL.stm_make.pyx_sphinx.finalize_options | ( | self | ) |
Post-process options.
Definition at line 316 of file stm_make.py.
PyXMake.VTL.stm_make.pyx_sphinx.initialize_options | ( | self | ) |
Set default values for options.
Definition at line 304 of file stm_make.py.
|
staticprotected |
Definition at line 290 of file stm_make.py.
|
staticprotected |
Definition at line 291 of file stm_make.py.
|
static |
Definition at line 293 of file stm_make.py.
str PyXMake.VTL.stm_make.pyx_sphinx.include_path = "" |
Definition at line 310 of file stm_make.py.
PyXMake.VTL.stm_make.pyx_sphinx.logo = None |
Definition at line 314 of file stm_make.py.
str PyXMake.VTL.stm_make.pyx_sphinx.output_file_path = '' |
Definition at line 312 of file stm_make.py.
PyXMake.VTL.stm_make.pyx_sphinx.scratch_path = os.getcwd() |
Definition at line 313 of file stm_make.py.
PyXMake.VTL.stm_make.pyx_sphinx.source_path = '' |
Definition at line 311 of file stm_make.py.
|
static |
Definition at line 294 of file stm_make.py.
int PyXMake.VTL.stm_make.pyx_sphinx.verbose = 0 |
Definition at line 309 of file stm_make.py.