mirror of https://github.com/eyhc1/rendercv.git
docs: update README.md
This commit is contained in:
parent
80269cfb01
commit
9a496b988b
|
@ -1,9 +1,9 @@
|
|||
# RenderCV
|
||||
|
||||
[![tests](https://github.com/sinaatalay/rendercv/actions/workflows/tests.yaml/badge.svg?branch=main)](https://github.com/sinaatalay/rendercv/actions/workflows/test.yaml)
|
||||
[![tests](https://github.com/sinaatalay/rendercv/actions/workflows/tests.yaml/badge.svg?branch=main)](https://github.com/sinaatalay/rendercv/actions/workflows/tests.yaml)
|
||||
[![coverage](https://coverage-badge.samuelcolvin.workers.dev/sinaatalay/rendercv.svg)](https://coverage-badge.samuelcolvin.workers.dev/redirect/sinaatalay/rendercv)
|
||||
[![pypi-version](https://img.shields.io/pypi/v/rendercv?label=PyPI%20version&color=rgb(0%2C79%2C144))](https://pypi.python.org/pypi/rendercv)
|
||||
[![pypi-downloads](https://img.shields.io/pepy/dt/rendercv?label=PyPI%20downloads&color=rgb(0%2C%2079%2C%20144))](https://pypi.python.org/pypi/rendercv)
|
||||
[![pypi-downloads](https://img.shields.io/pepy/dt/rendercv?label=PyPI%20downloads&color=rgb(0%2C%2079%2C%20144))](https://pypistats.org/packages/rendercv)
|
||||
|
||||
|
||||
RenderCV is a $\LaTeX$ CV/resume generator from a JSON/YAML input file. The primary motivation behind the RenderCV is to allow the separation between the content and design of a CV.
|
||||
|
@ -40,7 +40,7 @@ cv:
|
|||
institution: University of Pennsylvania
|
||||
area: Computer Science
|
||||
degree: BS
|
||||
employment:
|
||||
experience:
|
||||
...
|
||||
```
|
||||
|
||||
|
@ -116,7 +116,7 @@ A detailed user guide can be found [here](https://sinaatalay.github.io/rendercv/
|
|||
|
||||
Reference to the code can be found [here](https://sinaatalay.github.io/rendercv/reference).
|
||||
|
||||
The changelog can be found [here](https://sinaatalay.github.io/rendercv/user_guide).
|
||||
The changelog can be found [here](https://sinaatalay.github.io/rendercv/changelog).
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
Loading…
Reference in New Issue