From a441237ae1d73edf540db2f761dda94be593fc81 Mon Sep 17 00:00:00 2001 From: Sergio Rey Date: Wed, 14 Aug 2019 00:37:49 -0700 Subject: [PATCH] DOC: update mapclassify url and tooling for dash/zeal docs (#1090) --- doc/Makefile | 5 +++++ doc/environment.yml | 1 + doc/source/install.rst | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index ec52965..2844e8d 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -152,3 +152,8 @@ doctest: $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest @echo "Testing of doctests in the sources finished, look at the " \ "results in $(BUILDDIR)/doctest/output.txt." + +dash: html + rm -rf geopandas.docset + doc2dash --name=geopandas _build/html + diff --git a/doc/environment.yml b/doc/environment.yml index 0735442..718f840 100644 --- a/doc/environment.yml +++ b/doc/environment.yml @@ -25,3 +25,4 @@ dependencies: - geoplot=0.3.0 - sphinx-gallery=0.4.0 - jinja2=2.10 +- doc2dash diff --git a/doc/source/install.rst b/doc/source/install.rst index 52a4c23..96bef10 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -173,7 +173,7 @@ For plotting, these additional packages may be used: .. _psycopg2: https://pypi.python.org/pypi/psycopg2 -.. _mapclassify: https://mapclassify.readthedocs.io/en/latest/ +.. _mapclassify: http://pysal.org/mapclassify .. _pyproj: https://github.com/jswhit/pyproj