Skip to content

Commit

Permalink
build: ⬆️ upgrade the awesome theme to 5b3 since v4 is not rendering …
Browse files Browse the repository at this point in the history
…anymore
  • Loading branch information
Thomas Bury committed Sep 23, 2023
1 parent 19c5861 commit 11b6edb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Geomapviz is a Python library for visualizing geospatial tabular data. It aggregates tabular data at the geoid level, merges it with the shapefile, and provides a simple API to plot the average for single or multiple columns. The library is designed to create beautiful and interactive visualizations that help users better understand geospatial data. Geomapviz can produce a single map or a panel of maps, making it useful for comparing how different models capture geographical patterns. The package also supports returning average values either raw or automatically binned. Additionally, it allows users to customize the background color, including the option to switch from a black background to a light one. The styling is handled by a DataClass, PlotOptions, object is used to specify various arguments for creating a geospatial plot of a dataset


[Geomapviz ReadTheDocs](https://geomapviz.readthedocs.io/en/latest/)

<td align="left"><img src="pics/example_01.png" width="600"/></td>
<td align="left"><img src="pics/example_02.png" width="300"/></td>
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author = "Thomas Bury"

# The full version, including alpha/beta/rc tags
release = "1.1.0"
release = "1.1.1"

# If extensions (or modules to document with autodoc) are in another
# directory, add these directories to sys.path here. If the directory is
Expand Down
10 changes: 5 additions & 5 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ ipykernel
ipython_genutils
pandoc
sphinx
sphinxawesome-theme==4.1.0
nbsphinx==0.9.2
sphinx-autodoc-typehints<1.24.0
sphinx-copybutton==0.5.2
sphinx-tabs==3.4.1
sphinxawesome-theme==5.0.0b5
nbsphinx
sphinx-autodoc-typehints
sphinx-copybutton
sphinx-tabs
2 changes: 1 addition & 1 deletion src/geomapviz/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0"
__version__ = "1.1.1"

0 comments on commit 11b6edb

Please sign in to comment.