|
From: <ds...@us...> - 2008-06-14 14:59:11
|
Revision: 5540
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5540&view=rev
Author: dsdale
Date: 2008-06-14 07:59:09 -0700 (Sat, 14 Jun 2008)
Log Message:
-----------
remove gtk backends from API reference for now
fixed a broken link in installation faq
Modified Paths:
--------------
trunk/matplotlib/doc/api/backend_gtkagg_api.rst
trunk/matplotlib/doc/faq/installing_faq.rst
Modified: trunk/matplotlib/doc/api/backend_gtkagg_api.rst
===================================================================
--- trunk/matplotlib/doc/api/backend_gtkagg_api.rst 2008-06-14 14:32:13 UTC (rev 5539)
+++ trunk/matplotlib/doc/api/backend_gtkagg_api.rst 2008-06-14 14:59:09 UTC (rev 5540)
@@ -2,6 +2,9 @@
:mod:`matplotlib.backends.backend_gtkagg`
=========================================
-.. automodule:: matplotlib.backends.backend_gtkagg
- :members:
- :undoc-members:
\ No newline at end of file
+**TODO** We'll add this later, importing the gtk backends requires an active
+X-session, which is not compatible with cron jobs.
+
+.. .. automodule:: matplotlib.backends.backend_gtkagg
+.. :members:
+.. :undoc-members:
\ No newline at end of file
Modified: trunk/matplotlib/doc/faq/installing_faq.rst
===================================================================
--- trunk/matplotlib/doc/faq/installing_faq.rst 2008-06-14 14:32:13 UTC (rev 5539)
+++ trunk/matplotlib/doc/faq/installing_faq.rst 2008-06-14 14:59:09 UTC (rev 5540)
@@ -196,14 +196,14 @@
How do I compile matplotlib with PyGTK-2.4?
-------------------------------------------
-There is a `bug <pygtk-2.4-bug>`_ in PyGTK-2.4. You need to edit
+There is a `bug in PyGTK-2.4`_. You need to edit
:file:`pygobject.h` to add the :cmacro:`G_BEGIN_DECLS` and :cmacro:`G_END_DECLS`
macros, and rename :cdata:`typename` parameter to :cdata:`typename_`::
- const char *typename,
+ const char *typename_,
-.. _`bug <pygtk-2.4-bug>`: http://bugzilla.gnome.org/show_bug.cgi?id=155304
+.. _`bug in PyGTK-2.4`: http://bugzilla.gnome.org/show_bug.cgi?id=155304
OS-X questions
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|