From f81005e2f7ba8d703b9170ec17bbbae2123379a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Luk=C3=A1ny?= Date: Wed, 13 Sep 2023 09:37:08 +0200 Subject: [PATCH] docs: capitalize titles in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a8ebd6a..dc4d94b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Edvart is an open-source Python library designed to simplify and streamline your exploratory data analysis (EDA) process. -## Key features +## Key Features * **One-line Reports**: Generate a comprehensive set of pandas DataFrame visualizations using a single Python statement. Edvart supports: @@ -53,7 +53,7 @@ See the notebook [api-example.ipynb](https://nbviewer.org/github/datamole-ai/edvart/blob/main/api-example.ipynb) for usage examples. -### Creating a default report +### Creating a Default Report ```python import edvart @@ -70,7 +70,7 @@ report.export_html("report.html") report.export_notebook("report.ipynb") ``` -## User documentation +## User Documentation The user documentation is available at https://datamole-ai.github.io/edvart/.