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,21 +0,0 @@
# API Reference
This page documents the main modules and functions of the `prettymaps` library. The API documentation is auto-generated from the code and includes all public classes and functions.
## Modules
- **draw**: Core drawing and plotting functions, including map rendering, layer management, and style handling.
- **fetch**: Functions for fetching and processing OpenStreetMap data and elevation.
- **utils**: Utility functions for logging, timing, and other helpers.
---
::: prettymaps.draw
---
::: prettymaps.fetch
---
::: prettymaps.utils