Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Source for the top-level landing page.

License

NotificationsYou must be signed in to change notification settings

matplotlib/mpl-brochure-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the source for the top-level index.html for matplotlib.org

Temporarily served athttps://matplotlib.org/mpl-brochure-site/

build

pip install -r requirements.txtmake -Cdocs html

Maintain image rotator:

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.

CSS cache-busting

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors18


[8]ページ先頭

©2009-2025 Movatter.jp