- Notifications
You must be signed in to change notification settings - Fork15
Source for the top-level landing page.
License
matplotlib/mpl-brochure-site
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the source for the top-level index.html for matplotlib.org
Temporarily served athttps://matplotlib.org/mpl-brochure-site/
pip install -r requirements.txtmake -Cdocs html
Right now the image rotator plots the sphinx-gallery inplot_types
androtates through those images. Seedocs/_static/images-rotate/_generate_images.py
.Note that the location of the matplotlib source install is assumed to be at thesame level as the install ofmpl-brochure-site
, so modify if that is not thecase.
If you change the css files it is important to also change the queryparameter on the css link to ensure that users will not see a mix of newcontent and old css. For example
<linkrel="stylesheet"href="_static/mpl.css?v1"type="text/css"/>
to
<linkrel="stylesheet"href="_static/mpl.css?v2"type="text/css"/>
The query parameter will be ignored when serving the file from the origin butwill be taken into consideration by both cloudflare and users browsers whenidentifying cache hits.
About
Source for the top-level landing page.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.