From cce9e2db8246629226d22b07e4f00c630963f5f0 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Tue, 20 Feb 2024 20:12:12 +0100 Subject: [PATCH] update __init__.py docstring --- rendercv/__init__.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rendercv/__init__.py b/rendercv/__init__.py index d8becba..5dfaf17 100644 --- a/rendercv/__init__.py +++ b/rendercv/__init__.py @@ -1,6 +1,11 @@ """RenderCV package. -To be continued... +RenderCV is a LaTeX CV generator from a JSON/YAML input file. It is a LaTeX framework, +and users can use RenderCV with their custom LaTeX CVs. It allows you to separate your +CV's content from its design. + +Write your content, and get a high-quality, professional-looking CV as a PDF with its +LaTeX source! """ __version__ = "1.0"