Skip to content

Commit ac0a8c0

Browse files
committed
chore: added changelog to docs:
1 parent 8b63f88 commit ac0a8c0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Nigeria Geodata is a fast and efficient Python client for accessing geospatial d
2828
The key features are:
2929

3030
- **High Performance**: Offers exceptional speed with both synchronous and asynchronous support to cater to different use cases and performance needs
31-
- **Map Visualization**: Provides smooth map visualization using the fast [lonboard](https://developmentseed.org/lonboard/latest/) library.
31+
- **Map Visualization**: Provides smooth map visualization using the fast [Lonboard](https://developmentseed.org/lonboard/latest/) library.
3232
- **Lightweight**: Minimal dependencies—just one required ([httpx](https://www.python-httpx.org/)), with optional extras available for additional features.
3333
- **User-Friendly**: Easy to use and learn; set up quickly with just a few lines of code.
3434
- **CLI Support**: Intuitive command-line interface built with Typer.
@@ -104,7 +104,7 @@ print(search_results)
104104
# this will return a dataframe with all the available health care datasets.
105105
```
106106

107-
Under the hood, this makes an api request to the GRID3 database to get the datasets. Refer to the **documentation** and **examples** for more use cases.
107+
Under the hood, this makes an api request to the GRID3 database to get the datasets. Refer to the **[documentation](https://jeafreezy.github.io/nigeria_geodata)** and **examples** for more use cases.
108108

109109
## Acknowledgment
110110

docs/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../CHANGELOG.md

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ nav:
2525
- api/utils/enums.md
2626
- api/utils/exceptions.md
2727
- Benchmark: "benchmark.md"
28+
- Changelog: "changelog.md"
2829

2930
watch:
3031
- nigeria_geodata

0 commit comments

Comments
 (0)