mirror of https://github.com/eyhc1/rendercv.git
docs: fix themes' link in reference/index.md
This commit is contained in:
parent
5d0032cb13
commit
2ca5cf0d24
|
@ -7,4 +7,4 @@ 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.
|
- [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.
|
- [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 implements $\LaTeX$ file generation and $\LaTeX$ runner utilities for RenderCV.
|
||||||
- [themes](themes.md) – This package contains all the built-in themes of RenderCV.
|
- [themes](themes/index.md) – This package contains all the built-in themes of RenderCV.
|
||||||
|
|
Loading…
Reference in New Issue