diff --git a/doc/devel/development_workflow.rst b/doc/devel/development_workflow.rst index 9484202bb146..d92d387152ba 100644 --- a/doc/devel/development_workflow.rst +++ b/doc/devel/development_workflow.rst @@ -138,13 +138,10 @@ The editing workflow Note the ``-am`` options to ``commit``. The ``m`` flag signals that you are going to type a message on the command line. The ``a`` flag stages every file that has been modified, except files listed in ``.gitignore``. For more - information, see `why the -a flag?`_ and the - `git commit `_ manual page. + information, see the `git commit `_ manual page. #. To push the changes up to your forked repo on GitHub, do a ``git push``. -.. _why the -a flag?: http://gitready.com/beginner/2009/01/18/the-staging-area.html - Verify your changes =================== diff --git a/galleries/examples/misc/multipage_pdf.py b/galleries/examples/misc/multipage_pdf.py index 4e0ef9939be0..e04cd0431f87 100644 --- a/galleries/examples/misc/multipage_pdf.py +++ b/galleries/examples/misc/multipage_pdf.py @@ -6,9 +6,6 @@ This is a demo of creating a pdf file with several pages, as well as adding metadata and annotations to pdf files. -If you want to use a multipage pdf file using LaTeX, you need -to use ``from matplotlib.backends.backend_pgf import PdfPages``. -This version however does not support `.attach_note`. """ import datetime