You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by gi...@apache.org on 2020/12/29 13:06:57 UTC

[buildstream] branch jjardon/doc_sandbox created (now 7a8c32d)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch jjardon/doc_sandbox
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


      at 7a8c32d  .gitlab-ci.yml: no need to pin sphinx package anymore

This branch includes the following new commits:

     new 0f12c4b  source/main_core.rst: Add reference to buildstream.sandbox
     new 78133bc  main_core.rst: Move API generated docs to core_framework.rst
     new c1d7dc6  core_framework.rst: No need to duplicate the autogenerated index
     new 7a8c32d  .gitlab-ci.yml: no need to pin sphinx package anymore

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[buildstream] 01/04: source/main_core.rst: Add reference to buildstream.sandbox

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch jjardon/doc_sandbox
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 0f12c4b655c7604a878d36eae68d0b95e114a9c3
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Mon Apr 23 13:50:08 2018 +0200

    source/main_core.rst: Add reference to buildstream.sandbox
---
 doc/source/main_core.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/source/main_core.rst b/doc/source/main_core.rst
index c7be299..acf3eb6 100644
--- a/doc/source/main_core.rst
+++ b/doc/source/main_core.rst
@@ -16,3 +16,4 @@ other more elaborate details about BuildStream internals.
    sandboxing
    core_framework
    modules
+   buildstream.sandbox


[buildstream] 04/04: .gitlab-ci.yml: no need to pin sphinx package anymore

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch jjardon/doc_sandbox
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 7a8c32d5a5ecae205a64cdea5e5488308d7ec0f3
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Tue Apr 17 10:54:51 2018 +0100

    .gitlab-ci.yml: no need to pin sphinx package anymore
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a7a4629..ecc0641 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -168,7 +168,7 @@ tests-unix:
 docs:
   stage: test
   script:
-  - pip3 install sphinx==1.7.1
+  - pip3 install sphinx
   - pip3 install sphinx-click
   - pip3 install sphinx_rtd_theme
   - cd dist && ./unpack.sh && cd buildstream


[buildstream] 02/04: main_core.rst: Move API generated docs to core_framework.rst

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch jjardon/doc_sandbox
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 78133bcf6cbec0471aac15852c5fa736d56cabd8
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Mon Apr 23 13:59:06 2018 +0200

    main_core.rst: Move API generated docs to core_framework.rst
---
 doc/source/core_framework.rst | 7 +++++++
 doc/source/main_core.rst      | 2 --
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/doc/source/core_framework.rst b/doc/source/core_framework.rst
index 8caae1f..e7aed1b 100644
--- a/doc/source/core_framework.rst
+++ b/doc/source/core_framework.rst
@@ -16,3 +16,10 @@ useful for working on BuildStream itself.
 * :mod:`ScriptElement <buildstream.scriptelement>` - Script Element Class
 * :mod:`Sandbox <buildstream.sandbox.sandbox>` - Build Sandbox
 * :mod:`Utilities <buildstream.utils>` - Utilities for Plugins
+
+
+.. toctree::
+   :maxdepth: 2
+
+   modules
+   buildstream.sandbox
diff --git a/doc/source/main_core.rst b/doc/source/main_core.rst
index acf3eb6..8a8649a 100644
--- a/doc/source/main_core.rst
+++ b/doc/source/main_core.rst
@@ -15,5 +15,3 @@ other more elaborate details about BuildStream internals.
    cachekeys
    sandboxing
    core_framework
-   modules
-   buildstream.sandbox


[buildstream] 03/04: core_framework.rst: No need to duplicate the autogenerated index

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch jjardon/doc_sandbox
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit c1d7dc6361af36379a82015890a56c60b7d514dd
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Mon Apr 23 14:16:01 2018 +0200

    core_framework.rst: No need to duplicate the autogenerated index
---
 doc/source/core_framework.rst | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/doc/source/core_framework.rst b/doc/source/core_framework.rst
index e7aed1b..f94ddcd 100644
--- a/doc/source/core_framework.rst
+++ b/doc/source/core_framework.rst
@@ -9,17 +9,8 @@ implement custom :mod:`Element <buildstream.element>` or
 :mod:`Source <buildstream.source>` plugins, and can also be
 useful for working on BuildStream itself.
 
-* :mod:`Plugin <buildstream.plugin>` - Base Class for all plugins
-* :mod:`Source <buildstream.source>` - Base Source Class
-* :mod:`Element <buildstream.element>` - Base Element Class
-* :mod:`BuildElement <buildstream.buildelement>` - Build Element Class
-* :mod:`ScriptElement <buildstream.scriptelement>` - Script Element Class
-* :mod:`Sandbox <buildstream.sandbox.sandbox>` - Build Sandbox
-* :mod:`Utilities <buildstream.utils>` - Utilities for Plugins
-
-
 .. toctree::
-   :maxdepth: 2
+   :maxdepth: 5
 
    modules
    buildstream.sandbox