settings
Settings
Source code in mkreports/md/settings.py
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
|
__add__(other)
Merges mkdocs and mkreports.
For mkdocs, nav will never be merged and an error thrown if attempted.
Source code in mkreports/md/settings.py
25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
|
strategy_append_new(config, path, base, nxt)
prepend nxt to base.
Source code in mkreports/md/settings.py
41 42 43 44 |
|