8000 Fixed broken link · matplotlib/matplotlib@bc68ad1 · GitHub
[go: up one dir, main page]

Skip to content

Commit bc68ad1

Browse files
committed
Fixed broken link
- Removed unnecessary sentence in the development workflow. - Fixed broken link in `development_workflow.rst`.
1 parent e7a1db8 commit bc68ad1

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

doc/devel/development_workflow.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,10 @@ The editing workflow
138138
Note the ``-am`` options to ``commit``. The ``m`` flag signals that you are
139139
going to type a message on the command line. The ``a`` flag stages every
140140
file that has been modified, except files listed in ``.gitignore``. For more
141-
information, see `why the -a flag?`_ and the
142-
`git commit <https://git-scm.com/docs/git-commit>`_ manual page.
141+
information, see the `git commit <https://git-scm.com/docs/git-commit>`_ manual page.
143142
#. To push the changes up to your forked repo on GitHub, do a ``git
144143
push``.
145144

146-
.. _why the -a flag?: http://gitready.com/beginner/2009/01/18/the-staging-area.html
147-
148145

149146
Verify your changes
150147
===================

galleries/examples/misc/multipage_pdf.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
This is a demo of creating a pdf file with several pages,
77
as well as adding metadata and annotations to pdf files.
88
9-
If you want to use a multipage pdf file using LaTeX, you
10-
need to use `from matplotlib.backends.backend_pgf import
11-
PdfPages`. The `pgf` backend, however, does not support `attach_note`,
12-
whereas the `pdf` backend does.
139
"""
1410

1511
import datetime

0 commit comments

Comments
 (0)
0