mirror of https://github.com/eyhc1/rendercv.git
docs: remove unnecessary words
This commit is contained in:
parent
b0d96a7c73
commit
4bacff4b79
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
</div>
|
</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
|
The primary motivation behind the RenderCV is to provide people with a concrete framework that allows
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,8 @@ The source code is thoroughly documented and well-commented, making it an enjoya
|
||||||
- `docs`: For building the documentation.
|
- `docs`: For building the documentation.
|
||||||
- `test`: For testing RenderCV.
|
- `test`: For testing RenderCV.
|
||||||
|
|
||||||
|
Create the virtual environments with the following commands.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
hatch env create default
|
hatch env create default
|
||||||
hatch env create docs
|
hatch env create docs
|
||||||
|
|
|
@ -15,8 +15,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
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.
|
||||||
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.
|
|
||||||
|
|
||||||
The primary motivation behind the RenderCV is to provide people with a concrete framework that allows
|
The primary motivation behind the RenderCV is to provide people with a concrete framework that allows
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
"""RenderCV package.
|
"""RenderCV package.
|
||||||
|
|
||||||
RenderCV is a LaTeX CV/resume framework that allows you to create a high-quality CV as a
|
RenderCV is a $\LaTeX$ CV/resume framework that allows you to create a high-quality CV
|
||||||
PDF from a YAML file with full Markdown syntax support and complete control over the
|
as a PDF from a YAML file with Markdown syntax support and complete control over the
|
||||||
LaTeX code.
|
$\LaTeX$ code.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "1.11"
|
__version__ = "1.11"
|
||||||
|
|
|
@ -1460,7 +1460,7 @@ def get_a_sample_data_model(
|
||||||
(
|
(
|
||||||
"[RenderCV](https://github.com/sinaatalay/rendercv) is a LaTeX-based"
|
"[RenderCV](https://github.com/sinaatalay/rendercv) is a LaTeX-based"
|
||||||
" CV/resume framework. It allows you to create a high-quality CV or"
|
" 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**."
|
" support** and **complete control over the LaTeX code**."
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
|
|
Loading…
Reference in New Issue