pygacity.generate.document module¶
Document build functions for pygacity
- class pygacity.generate.document.Document(document_specs: dict)[source]¶
Bases:
objectRepresents a LaTeX document composed of multiple blocks.
- make_substitutions(outer_substitutions: dict = {})[source]¶
Applies substitutions to all blocks in the document.
- Parameters:
outer_substitutions (dict, optional) – additional substitutions to apply (default is empty dict)
- resources_root: Path = PosixPath('/home/docs/checkouts/readthedocs.org/user_builds/pygacity/envs/latest/lib/python3.12/site-packages/pygacity/resources')¶
Root directory for resource files.