Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 3 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: GitHub Pages
permissions:
contents: read

on:
push:
branches:
Expand All @@ -10,6 +9,9 @@ on:
jobs:
deploy:
runs-on: ubuntu-22.04
permissions:
contents: write
deployments: write
steps:
- name: checkout
uses: actions/checkout@v5
Expand Down
5 changes: 2 additions & 3 deletions docs/source/intro.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
A list of packages that extend Matplotlib. These are maintained
and distributed independently from Matplotlib so go to the website
listed for instructions.
This page lists independently developed and distrubted packages that extend
Matplotlib. Please go to the linked project websites for further information.

Please contribute your package by opening a pull-request at
https://github.com/matplotlib/mpl-third-party using the template in the
Expand Down