rendercv/docs/reference/index.md

15 lines
750 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# RenderCV
::: rendercv
In this section, you can find how RenderCV's components are structured and how they interact with each other.
- [cli.py](cli.md) This module contains all the command-line interface (CLI) related code for RenderCV.
- [data_models.py](data_models.md) This module contains classes and functions to parse and validate RenderCV's input YAML.
- [renderer.py](renderer.md) This module implements $\LaTeX$ file generation and $\LaTeX$ runner utilities for RenderCV.
- [themes](themes/index.md) This package contains all the built-in themes of RenderCV.
- [classic](themes/classic.md)
- [engineeringresumes](themes/engineeringresumes.md)
- [sb2nov](themes/sb2nov.md)
- [moderncv](themes/moderncv.md)