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