docs: update

This commit is contained in:
Sina Atalay
2024-06-17 21:57:50 +03:00
parent 031687f5ab
commit 75169637c3
19 changed files with 329 additions and 306 deletions

View File

@@ -1,3 +1,3 @@
# CLI
# `cli.py`
::: rendercv.cli

View File

@@ -1,3 +1,3 @@
# Data Models
# `data_models.py`
::: rendercv.data_models

View File

@@ -6,7 +6,7 @@ In this section, you can find how RenderCV's components are structured and how t
- [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.
- [renderer.py](renderer.md) This module contains utilities for generating $\LaTeX$, Markdown, and HTML files, as well as running TinyTeX for RenderCV.
- [themes](themes/index.md) This package contains all the built-in themes of RenderCV.
- [classic](themes/classic.md)
- [engineeringresumes](themes/engineeringresumes.md)

View File

@@ -1,3 +1,3 @@
# Renderer
# `renderer.py`
::: rendercv.renderer