buildcontext
Class info¶
Classes¶
Name | Children | Inherits |
---|---|---|
BuildContext mkdocs_mknodes.buildcontext Information about a website build. |
🛈 DocStrings¶
Module containing the BuildCollector class.
BuildContext
dataclass
¶
Bases: Context
Information about a website build.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
page_mapping
|
str
|
|
{}
|
resources
|
str
|
|
Resources(css=[], markdown_extensions={}, plugins=[], js=[], assets=[], packages=[])
|
build_files
|
str
|
|
{}
|
node_counter
|
str
|
|
Counter()
|
templates
|
str
|
|
[]
|
Source code in mkdocs_mknodes/buildcontext.py
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
|
build_files
class-attribute
instance-attribute
¶
A mapping of filepaths -> Markdown.
node_counter
class-attribute
instance-attribute
¶
Counter containing the amount of creations for each node class.
page_mapping
class-attribute
instance-attribute
¶
A dictionary mapping all page filenames to the corresponding MkPages.