1- |PyPI | |Travis | |Gitter | |DOI | |binder |
1+ |PyPI | |Test | | Branca | | Selenium | | Notebook | | Notebook-Style | | Publish-PyPI | |Gitter | |DOI | |binder |
22
33.. |PyPI | image :: https://img.shields.io/pypi/v/folium.svg
44 :target: https://pypi.org/project/folium
55 :alt: PyPI Package
66
7- .. |Travis | image :: https://travis-ci.org/python-visualization/folium.svg?branch=master
8- :target: https://travis-ci.org/python-visualization/folium
9- :alt: Travis Build Status
7+ .. |Test | image :: https://github.com/python-visualization/folium/actions/workflows/test_code/badge.svg
8+ :target: https://github.com/python-visualization/folium/actions/workflows/test_code.yml
9+ :alt: Code tests
10+
11+ .. |Branca | image :: https://github.com/python-visualization/folium/actions/workflows/test_latest_branca/badge.svg
12+ :target: https://github.com/python-visualization/folium/actions/workflows/test_latest_branca.yml
13+ :alt: Code Tests with Latest branca
14+
15+ .. |Selenium | image :: https://github.com/python-visualization/folium/actions/workflows/test_selenium/badge.svg
16+ :target: https://github.com/python-visualization/folium/actions/workflows/test_selenium.yml
17+ :alt: Selenium Tests
18+
19+ .. |Notebook | image :: https://github.com/python-visualization/folium/actions/workflows/test_code_notebooks/badge.svg
20+ :target: https://github.com/python-visualization/folium/actions/workflows/test_code_notebooks.yml
21+ :alt: Notebook Code Tests
22+
23+ .. |Notebook-Style | image :: https://github.com/python-visualization/folium/actions/workflows/test_style_notebooks/badge.svg
24+ :target: https://github.com/python-visualization/folium/actions/workflows/test_style_notebooks.yml
25+ :alt: Notebook Style Tests
26+
27+ .. |Publish-PyPI | image :: https://github.com/python-visualization/folium/actions/workflows/publish/badge.svg
28+ :target: https://github.com/python-visualization/folium/actions/workflows/publish.yml
29+ :alt: Publish to PyPI
1030
1131.. |Gitter | image :: https://badges.gitter.im/python-visualization/folium.svg
1232 :target: https://gitter.im/python-visualization/folium
1737 :alt: DOI
1838
1939.. |binder | image :: https://mybinder.org/badge_logo.svg
20- :target: https://mybinder.org/v2/gh/python-visualization/folium/master ?filepath=examples
40+ :target: https://mybinder.org/v2/gh/python-visualization/folium/main ?filepath=examples
2141
2242folium
2343======
@@ -56,7 +76,7 @@ Gallery
5676There are two galleries of Jupyter notebooks with examples, which you can see
5777using Jupyter's nbviewer:
5878
59- https://nbviewer.jupyter.org/github/python-visualization/folium/tree/master /examples/
79+ https://nbviewer.jupyter.org/github/python-visualization/folium/tree/main /examples/
6080
6181https://nbviewer.jupyter.org/github/python-visualization/folium_contrib/tree/master/notebooks/
6282
@@ -66,7 +86,7 @@ Contributing
6686We love contributions! folium is open source, built on open source,
6787and we'd love to have you hang out in our community.
6888
69- See `our complete contributor's guide <https://github.com/python-visualization/folium/blob/master /.github/CONTRIBUTING.md >`_ for more info.
89+ See `our complete contributor's guide <https://github.com/python-visualization/folium/blob/main /.github/CONTRIBUTING.md >`_ for more info.
7090
7191
7292.. |folium | image :: http://python-visualization.github.io/folium/_images/folium_logo.jpg
@@ -76,4 +96,4 @@ See `our complete contributor's guide <https://github.com/python-visualization/f
7696Changelog
7797---------
7898
79- Check the `changelog <https://raw.githubusercontent.com/python-visualization/folium/master /CHANGES.txt >`_ for a detailed list of the latest changes.
99+ Check the `changelog <https://raw.githubusercontent.com/python-visualization/folium/main /CHANGES.txt >`_ for a detailed list of the latest changes.
0 commit comments