Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix release guide
  • Loading branch information
mdboom committed Nov 16, 2012
commit 050b27f100091ceeb998a08284a8042da097781b
5 changes: 3 additions & 2 deletions doc/devel/release_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,11 @@ In the matplotlib source repository, build the documentation::
python make.py latex

Then copy the build products into your local checkout of the
`matplotlib.github.com` repository::
`matplotlib.github.com` repository (assuming here to be checked out in
`~/matplotlib.github.com`::

cp -r build/html/* ~/matplotlib.github.com
cp
cp build/latex/Matplotlib.pdf ~/matplotlib.github.com

Then, from the `matplotlib.github.com` directory, commit and push the
changes upstream::
Expand Down