Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: capitalize titles in README.md #125

Merged
merged 1 commit into from
Sep 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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/.

Expand Down