Refactor documentation workflow to build and deploy site to a dedicated branch, and remove outdated docs.

This commit is contained in:
Marcelo Prates
2025-05-16 21:56:24 -03:00
parent e6824b23b7
commit 971d7c55a0
5 changed files with 24 additions and 124 deletions

View File

@@ -1,27 +0,0 @@
# prettymaps
A minimal Python library to draw pretty maps from OpenStreetMap data.
- [Usage](usage.md)
- [API Reference](api.md)
## Features
- Draw beautiful maps from OSM data
- Highly customizable layers and styles
- Preset management
- Keypoint highlighting
## Installation
```bash
pip install prettymaps
```
## Quick Example
```python
import prettymaps
prettymaps.plot("Porto Alegre")
```
---
Data © OpenStreetMap contributors