mirror of https://github.com/eyhc1/rendercv.git
494 B
494 B
RenderCV
::: rendercv
In this section, you can find how RenderCV works in detail.
Modules:
- __main__ – This module is a script to run the RenderCV and generate a CV as a PDF.
- data_model – This module contains classes and functions to parse RenderCV's specifically structured YAML or JSON to generate meaningful data for Python.
- rendering – This module implements LaTeX file generation and LaTeX runner utilities for RenderCV.