docs: remove unnecessary words

This commit is contained in:
Sina Atalay 2024-06-20 14:49:14 +03:00
parent b0d96a7c73
commit 4bacff4b79
5 changed files with 8 additions and 7 deletions

View File

@ -11,7 +11,7 @@
</div>
RenderCV allows you to create a high-quality CV as a PDF from a YAML input file. It supports full Markdown syntax and gives you complete control over the $\LaTeX$ code.
RenderCV allows you to create a high-quality CV as a PDF from a YAML input file. It supports Markdown syntax and gives you complete control over the $\LaTeX$ code.
The primary motivation behind the RenderCV is to provide people with a concrete framework that allows

View File

@ -21,6 +21,8 @@ The source code is thoroughly documented and well-commented, making it an enjoya
- `docs`: For building the documentation.
- `test`: For testing RenderCV.
Create the virtual environments with the following commands.
```bash
hatch env create default
hatch env create docs

View File

@ -15,8 +15,7 @@
</div>
RenderCV allows you to create a high-quality CV as a PDF from a YAML input file. It supports full Markdown syntax and gives you complete control over the $\LaTeX$ code.
RenderCV allows you to create a high-quality CV as a PDF from a YAML input file. It supports Markdown syntax and gives you complete control over the $\LaTeX$ code.
The primary motivation behind the RenderCV is to provide people with a concrete framework that allows

View File

@ -1,8 +1,8 @@
"""RenderCV package.
RenderCV is a LaTeX CV/resume framework that allows you to create a high-quality CV as a
PDF from a YAML file with full Markdown syntax support and complete control over the
LaTeX code.
RenderCV is a $\LaTeX$ CV/resume framework that allows you to create a high-quality CV
as a PDF from a YAML file with Markdown syntax support and complete control over the
$\LaTeX$ code.
"""
__version__ = "1.11"

View File

@ -1460,7 +1460,7 @@ def get_a_sample_data_model(
(
"[RenderCV](https://github.com/sinaatalay/rendercv) is a LaTeX-based"
" CV/resume framework. It allows you to create a high-quality CV or"
" resume as a PDF file from a YAML file, with **full Markdown syntax"
" resume as a PDF file from a YAML file, with **Markdown syntax"
" support** and **complete control over the LaTeX code**."
),
(