Quickly setup documentation source to work with Sphinx.
Unknown Field: copyright | |
Copyright 2007-2022 by the Sphinx team, see AUTHORS. | |
Unknown Field: license | |
BSD, see LICENSE for details. |
Constant | COLOR_QUESTION |
Undocumented |
Constant | DEFAULTS |
Undocumented |
Constant | EXTENSIONS |
Undocumented |
Constant | PROMPT_PREFIX |
Undocumented |
Constant | USE_LIBEDIT |
Undocumented |
Variable | readline |
Undocumented |
Class | QuickstartRenderer |
No class docstring; 0/1 instance variable, 1/3 method documented |
Class | ValidationError |
Raised for validation errors. |
Function | allow_empty |
Undocumented |
Function | ask_user |
Ask the user for quickstart values missing from d. |
Function | boolean |
Undocumented |
Function | choice |
Undocumented |
Function | do_prompt |
Undocumented |
Function | generate |
Generate project based on values in d. |
Function | get_parser |
Undocumented |
Function | is_path |
Undocumented |
Function | is_path_or_empty |
Undocumented |
Function | main |
Undocumented |
Function | nonempty |
Undocumented |
Function | ok |
Undocumented |
Function | suffix |
Undocumented |
Function | term_input |
Undocumented |
Function | valid_dir |
Undocumented |
dict
=
Undocumented
Value |
|
Undocumented
Value |
|
Ask the user for quickstart values missing from d.
Values are:
Parameters | |
d:Dict | Undocumented |
Undocumented
Parameters | |
text:str | Undocumented |
default:str | Undocumented |
validator:Callable[ | Undocumented |
Returns | |
Union[ | Undocumented |