[libgda] CI: Removing UI documentation installation



commit 044a59a2b22b69a6c48aa18f2eb0249cad75f5af
Author: Daniel Espinosa <esodan gmail com>
Date:   Mon Apr 8 17:08:12 2019 -0500

    CI: Removing UI documentation installation

 .gitlab-ci.yml    | 2 --
 doc/index.html.in | 6 +-----
 2 files changed, 1 insertion(+), 7 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4fce3502c..27ca8b9fe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -111,9 +111,7 @@ pages:
   - mv doc/C/* ../public/C/
   - mkdir ../public/vala
   - mv doc/Gda-6.0 ../public/vala
-  - mv doc/Gdaui-6.0 ../public/vala
   - cp libgda/libgda-6.0.vapi ../public/vala
-  - cp libgda-ui/libgdaui-6.0.vapi ../public/vala
   artifacts:
     paths:
     - public
diff --git a/doc/index.html.in b/doc/index.html.in
index 7c0e31e3d..7a65920cc 100644
--- a/doc/index.html.in
+++ b/doc/index.html.in
@@ -6,13 +6,9 @@
     <p>GDA is written in C, checkout its API documentation.
     <h3>GDA library</h3>
     <p>C API <a href="C/libgda-@GDA_API_VERSION@">Gda documentation</a></p>
-    <h3>GDA GTK+ Widgets library</h3>
-    <p>C API <a href="C/libgdaui-@GDA_API_VERSION@">Gdaui documenation</a>, for GTK+ 3.0 widgets.</p>
     <h2>Vala API</h2>
       <p>GDA has GObject Introspection support, so Vala Bindings are automatically generated.</p>
     <h3>GDA library Vala Bindings</h3>
       <p>GDA has GObject Introspection support, <a href="vala/libgda-@GDA_API_VERSION@.vapi">Vala 
Bindings</a> and <a href="vala/Gda-@GDA_API_VERSION@/index.htm">Vala Bindings Documentation</a></p>
-    <h3>GTK+ Widgets Vala API</h3>
-      <p>GDA provides a set of GTK+ widgets you can use in your application, <a 
href="vala/libgdaui-@GDA_API_VERSION@.vapi">Vala Bindings</a> and <a 
href="vala/Gdaui-@GDA_API_VERSION@/index.htm">Vala Bindings Documentation</a></p>
   </body>
-</html>
\ No newline at end of file
+</html>


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