[library-web] Add external entries for the PyGObject docs and API reference; Mark pygobject/pygtk as deprecated



commit 38fe859eb76e35c310db6994a5decde668ebd339
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Thu Nov 30 23:59:40 2017 +0100

    Add external entries for the PyGObject docs and API reference; Mark pygobject/pygtk as deprecated
    
    The now deprecated pygobject docs are the gtk-doc based docs for pygobject 2.x.
    The new external docs are for pygobject 3.x.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=661165

 data/overlay.xml.in |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)
---
diff --git a/data/overlay.xml.in b/data/overlay.xml.in
index 622460c..6d246df 100644
--- a/data/overlay.xml.in
+++ b/data/overlay.xml.in
@@ -864,11 +864,17 @@ libgudev is a library providing GObject bindings for libudev.
         doc_module="pygtk" channel="devel" category="api-bindings">
       <_title>PyGTK Reference Manual</_title>
       <subsection>python-bindings</subsection>
+      <keywords>
+        <keyword>upcoming-deprecation</keyword>
+      </keywords>
     </document>
     <document matching_tarball="pygobject" dir="/docs/html/"
         doc_module="pygobject" channel="devel" category="api-bindings">
       <_title>PyGObject Reference Manual</_title>
       <subsection>python-bindings</subsection>
+      <keywords>
+        <keyword>upcoming-deprecation</keyword>
+      </keywords>
     </document>
     <document doc_module="nemiver" old-channel="users" channel="devel"/>
     <document doc_module="gtk-doc-manual" old-channel="users" channel="devel"/>
@@ -1101,6 +1107,22 @@ libgudev is a library providing GObject bindings for libudev.
       <subsection>vala-bindings</subsection>
     </document>
 
+    <document doc_module="pygobject-docs" channel="devel" category="api-bindings">
+      <new/>
+      <_title>PyGObject Documentation</_title>
+      <_abstract>Documentation for the PyGObject Python bindings</_abstract>
+      <href>https://pygobject.readthedocs.io</href>
+      <subsection>python-bindings</subsection>
+    </document>
+
+    <document doc_module="pygobject-reference" channel="devel" category="api-bindings">
+      <new/>
+      <_title>PyGObject API Reference</_title>
+      <_abstract>Python API Reference for GTK+, GNOME and related libraries</_abstract>
+      <href>http://lazka.github.io/pgi-docs/</href>
+      <subsection>python-bindings</subsection>
+    </document>
+
     <document doc_module="gi" channel="devel" category="api-bindings">
       <subsection>introspection-bindings</subsection>
     </document>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]