Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geoshape docs revamp 5.0 #2688

Closed
wants to merge 36 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
96961c7
Change to sphinx pydata theme
joelostblom Mar 21, 2022
802e146
Update templates, css, and config for the pydata theme
joelostblom Mar 21, 2022
645e5e3
Update index structure for the pydata theme
joelostblom Mar 21, 2022
6f0affa
Move case studies and setup redirect
joelostblom Mar 21, 2022
273f6b7
Point to Vega-Lite docs for mark properties
joelostblom Mar 21, 2022
d9d6c59
Add headings and reorganize order of sections and headings for clarity
joelostblom Mar 22, 2022
9de2dfb
Remove ToC dropdown error created from empty ToC
joelostblom Mar 22, 2022
411c950
Improve ToC for galleries and move seattle weather to original location
joelostblom Mar 22, 2022
193f7cc
Do not use rediraffe since it is now not needed
joelostblom Mar 22, 2022
901320f
Rename API Reference topbar entry
joelostblom Mar 22, 2022
c2bff55
Move the `...` button next to each chart
joelostblom Mar 22, 2022
4c5093c
Add getting help landing page
joelostblom Mar 22, 2022
0a65172
Format to pass flake8 tests
joelostblom Mar 22, 2022
42f2905
Make gallery and mini-gallery paths relative so that images show up
joelostblom Mar 22, 2022
c1d1b55
Compute current copyright year
joelostblom Mar 23, 2022
073526f
Use recommend way to install via pip
joelostblom Mar 25, 2022
27f0789
Adjust title positioning for narrow screens/windows
joelostblom Mar 23, 2022
cb197d1
Remove use of deprecated functionality from the documentation
joelostblom Mar 25, 2022
73238f3
Merge interactions 1 and 2
joelostblom Mar 25, 2022
2fe884f
Contrast variable and selection parameters in expression strings
joelostblom Mar 25, 2022
1e60804
Note how to use custom Panel callbacks with Altair selections
joelostblom Apr 15, 2022
a417d6d
Add more succinct example of selecting columns from dropdowns
joelostblom Apr 15, 2022
c6eafbc
Make examples equivalent
joelostblom Apr 15, 2022
39181d8
set up marks index page
mattijn Apr 25, 2022
cfd8374
add geoshape for marks
mattijn Apr 25, 2022
0bffe61
Add geopandas dependency
joelostblom Apr 27, 2022
fd89b9a
chloropleth classification
mattijn Apr 29, 2022
9d22a99
repeat a map
mattijn Apr 29, 2022
2aa10f4
facet a map
mattijn Apr 29, 2022
1729f01
expression
mattijn Apr 29, 2022
a91114e
Merge branch 'master' into docs-revamp-5.0
joelostblom Jun 30, 2022
db7c8c3
Merge branch 'joelostblom:docs-revamp-5.0' into docs-revamp-5.0
mattijn Oct 7, 2022
e137500
Rebase 'docs-revamp-5.0' of
mattijn Oct 7, 2022
f313eae
more rebase
mattijn Oct 7, 2022
ec0d74b
one more rebase
mattijn Oct 7, 2022
08683ae
omission during rebase
mattijn Oct 7, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ numpydoc
pillow
mistune<=0.8.4
pydata-sphinx-theme
geopandas
2 changes: 1 addition & 1 deletion doc/user_guide/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ data before usage in Altair using GeoPandas for example as such:

self
encoding
marks
marks/index
transform/index
interactions
compound_charts
Expand Down
Loading