You are reading documentation for the unreleased version of Matplotlib.
Try searching for the released version of this page instead?
Version 2.0.0b1.post7580.dev0+ge487118
Fork me on GitHub
Navigation
index
modules
|
next
|
previous
|
home
|
examples
|
tutorials
|
pyplot
|
docs
»
The Matplotlib Developers’ Guide
»
Working with
Matplotlib
source code
»
Related Topics
Documentation overview
The Matplotlib Developers’ Guide
Working with
Matplotlib
source code
Previous:
Making a patch
Next:
Making your own copy (fork) of Matplotlib
This Page
Show Source
Quick search
Git for development
¶
Contents:
Making your own copy (fork) of Matplotlib
Set up and configure a github account
Create your own forked copy of Matplotlib
Set up your fork
Overview
In detail
Configure git
Overview
In detail
Development workflow
Workflow summary
Consider deleting your master branch
Update the mirror of trunk
Make a new feature branch
The editing workflow
Ask for your changes to be reviewed or merged
Some other things you might want to do
Maintainer workflow
Integrating changes