module documentation
Code building ``all-documents.html``, ``searchindex.json`` and ``fullsearchindex.json``.
Class |
|
Undocumented |
Class |
|
Class to write lunr indexes with configurable fields. |
Function | get |
Get a generator for all data to be writen into ``all-documents.html`` file. |
Function | stem |
Undocumented |
Function | write |
Write ``searchindex.json`` and ``fullsearchindex.json`` to the output directory. |
Variable | searchpages |
Undocumented |
def get_all_documents_flattenable(system:
model.System
) -> Iterator[ dict[ str, Flattenable]]
:
(source)
¶
Get a generator for all data to be writen into ``all-documents.html`` file.
Write ``searchindex.json`` and ``fullsearchindex.json`` to the output directory.
Parameters | |
outputPath | Output directory. |
system:model.System | System. |