Skip to content

jklymak/mpl-brochure-site

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Matplotlib Brochure site

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

Deployment

Copy the contents of site/ to the top level of matplotlib/matplotlib.github.com and push to the default branch.

CSS cache-busting

If you change the css files it is important to also change the query parameter on the css link to ensure that users will not see a mix of new content and old css. For example

    <link rel="stylesheet" href="_static/mpl.css?v1" type="text/css" />

to

    <link rel="stylesheet" href="_static/mpl.css?v2" type="text/css" />

The query parameter will be ignored when serving the file from the origin but will be taken into consideration by both cloudflare and users browsers when identifying cache hits.

About

Source for the top-level landing page.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.7%
  • CSS 28.1%
  • HTML 13.2%