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

Skip to content

Commit 8e6a5ff

Browse files
committed
remove gtk backends from API reference for now
fixed a broken link in installation faq svn path=/trunk/matplotlib/; revision=5540
1 parent ee03853 commit 8e6a5ff

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

doc/api/backend_gtkagg_api.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
:mod:`matplotlib.backends.backend_gtkagg`
33
=========================================
44

5-
.. automodule:: matplotlib.backends.backend_gtkagg
6-
:members:
7-
:undoc-members:
5+
**TODO** We'll add this later, importing the gtk backends requires an active
6+
X-session, which is not compatible with cron jobs.
7+
8+
.. .. automodule:: matplotlib.backends.backend_gtkagg
9+
.. :members:
10+
.. :undoc-members:

doc/faq/installing_faq.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,14 +196,14 @@ FLTKAgg Agg rendering to a FLTK canvas (requires pyFLTK_)
196196
How do I compile matplotlib with PyGTK-2.4?
197197
-------------------------------------------
198198

199-
There is a `bug <pygtk-2.4-bug>`_ in PyGTK-2.4. You need to edit
199+
There is a `bug in PyGTK-2.4`_. You need to edit
200200
:file:`pygobject.h` to add the :cmacro:`G_BEGIN_DECLS` and :cmacro:`G_END_DECLS`
201201
macros, and rename :cdata:`typename` parameter to :cdata:`typename_`::
202202

203203
- const char *typename,
204204
+ const char *typename_,
205205

206-
.. _`bug <pygtk-2.4-bug>`: http://bugzilla.gnome.org/show_bug.cgi?id=155304
206+
.. _`bug in PyGTK-2.4`: http://bugzilla.gnome.org/show_bug.cgi?id=155304
207207

208208

209209
OS-X questions

0 commit comments

Comments
 (0)