class documentation

class Options: (source)

View In Hierarchy

Container for all possible pydoctor options.

See pydoctor --help for more informations.

Class Method defaults Undocumented
Class Method from_args Undocumented
Class Method from_namespace Undocumented
Method __attrs_post_init__ Undocumented
Constant HTML_SOURCE_TEMPLATE_DEFAULT Undocumented
Constant MAKE_HTML_DEFAULT Undocumented
Instance Variable buildtime Undocumented
Instance Variable clear_intersphinx_cache Undocumented
Instance Variable docformat Undocumented
Instance Variable enable_intersphinx_cache Undocumented
Instance Variable htmloutput Undocumented
Instance Variable htmlsourcebase Undocumented
Instance Variable htmlsourcetemplate Undocumented
Instance Variable htmlsubjects Undocumented
Instance Variable htmlsummarypages Undocumented
Instance Variable htmlwriter Undocumented
Instance Variable intersphinx Undocumented
Instance Variable intersphinx_cache_max_age Undocumented
Instance Variable intersphinx_cache_path Undocumented
Instance Variable introspect_c_modules Undocumented
Instance Variable makehtml Undocumented
Instance Variable makeintersphinx Undocumented
Instance Variable nosidebar Undocumented
Instance Variable pdb Undocumented
Instance Variable prependedpackage Undocumented
Instance Variable privacy Undocumented
Instance Variable processtypes Undocumented
Instance Variable projectbasedirectory Undocumented
Instance Variable projectname Undocumented
Instance Variable projecturl Undocumented
Instance Variable projectversion Undocumented
Instance Variable pyvalreprlinelen Undocumented
Instance Variable pyvalreprmaxlines Undocumented
Instance Variable quietness Undocumented
Instance Variable sidebarexpanddepth Undocumented
Instance Variable sidebartocdepth Undocumented
Instance Variable sourcepath Undocumented
Instance Variable systemclass Undocumented
Instance Variable templatedir Undocumented
Instance Variable testing Undocumented
Instance Variable theme Undocumented
Instance Variable verbosity Undocumented
Instance Variable warnings_as_errors Undocumented
@classmethod
def defaults(cls): (source)

Undocumented

Returns
OptionsUndocumented
@classmethod
def from_args(cls, args): (source)

Undocumented

Parameters
args:Sequence[str]Undocumented
Returns
OptionsUndocumented
@classmethod
def from_namespace(cls, args): (source)

Undocumented

Parameters
args:NamespaceUndocumented
Returns
OptionsUndocumented
def __attrs_post_init__(self): (source)

Undocumented

HTML_SOURCE_TEMPLATE_DEFAULT = (source)

Undocumented

Value
object()
MAKE_HTML_DEFAULT = (source)

Undocumented

Value
object()

Undocumented

clear_intersphinx_cache: bool = (source)

Undocumented

docformat: str = (source)

Undocumented

enable_intersphinx_cache: bool = (source)

Undocumented

htmloutput: str = (source)

Undocumented

htmlsourcebase: Optional[str] = (source)

Undocumented

htmlsourcetemplate: str = (source)

Undocumented

htmlsubjects: Optional[List[str]] = (source)

Undocumented

htmlsummarypages: bool = (source)

Undocumented

Undocumented

intersphinx: List[str] = (source)

Undocumented

intersphinx_cache_max_age: str = (source)

Undocumented

intersphinx_cache_path: str = (source)

Undocumented

introspect_c_modules: bool = (source)

Undocumented

makehtml: bool = (source)

Undocumented

makeintersphinx: bool = (source)

Undocumented

nosidebar: int = (source)

Undocumented

Undocumented

prependedpackage: Optional[str] = (source)

Undocumented

processtypes: bool = (source)

Undocumented

projectbasedirectory: Path = (source)

Undocumented

projectname: Optional[str] = (source)

Undocumented

Undocumented

projectversion: str = (source)

Undocumented

pyvalreprlinelen: int = (source)

Undocumented

pyvalreprmaxlines: int = (source)

Undocumented

quietness: int = (source)

Undocumented

sidebarexpanddepth: int = (source)

Undocumented

sidebartocdepth: int = (source)

Undocumented

sourcepath: List[Path] = (source)

Undocumented

Undocumented

templatedir: List[Path] = (source)

Undocumented

Undocumented

Undocumented

verbosity: int = (source)

Undocumented

warnings_as_errors: bool = (source)

Undocumented