rendercv/docs/documentation/index.md

11 lines
481 B
Markdown
Raw Normal View History

2023-09-13 17:10:21 +00:00
# RenderCV
::: rendercv
In this section, you can find how RenderCV works in detail.
Modules:
2023-10-20 18:58:43 +00:00
- [\_\_main\_\_](__main__.md) This module contains the main functions of RenderCV.
2023-09-13 17:10:21 +00:00
- [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.
2023-10-20 18:58:43 +00:00
- [rendering](rendering.md) This module implements $\LaTeX$ file generation and $\LaTeX$ runner utilities for RenderCV.