Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
maestro-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
maestro
maestro-core
Commits
81e3a3e4
Commit
81e3a3e4
authored
Sep 8, 2021
by
Christopher Haine
Browse files
Options
Downloads
Patches
Plain Diff
RTD to build doxygen xml before using Sphinx
parent
42ff1144
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#78006
passed
Sep 8, 2021
Stage: build-and-test
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.readthedocs.yml
+1
-1
1 addition, 1 deletion
.readthedocs.yml
docs/sphinx/dev.rst
+10
-16
10 additions, 16 deletions
docs/sphinx/dev.rst
docs/sphinx/index.rst
+1
-1
1 addition, 1 deletion
docs/sphinx/index.rst
with
12 additions
and
18 deletions
.readthedocs.yml
+
1
−
1
View file @
81e3a3e4
...
...
@@ -9,7 +9,7 @@ build:
image
:
latest
apt_packages
:
-
make
-
gcc
-9
-
gcc
-
libtool
-
autoconf
-
automake
...
...
This diff is collapsed.
Click to expand it.
docs/sphinx/dev.rst
+
10
−
16
View file @
81e3a3e4
...
...
@@ -8,28 +8,22 @@ Contributing
TODO
Referenced on this webpage
--------------------------
.. doxygenfunction:: mstro_cdo_require
.. _docs-demand:
.. doxygenfunction:: mstro_cdo_demand
..
doxygenfunction:: mstro_cdo_demand
Full documentation
------------------
.. doxygengroup:: MSTRO_CONFIG
.. doxygengroup:: MSTRO_ENV
.. doxygengroup:: MSTRO_CDO
.. doxygengroup:: MSTRO_Attr
TODO
.. doxygengroup:: MSTRO_Pool
.. doxygengroup:: MSTRO_GROUPS
..
doxygengroup:: MSTRO_CONFIG
doxygengroup:: MSTRO_ENV
doxygengroup:: MSTRO_CDO
doxygengroup:: MSTRO_Attr
doxygengroup:: MSTRO_Pool
doxygengroup:: MSTRO_GROUPS
This diff is collapsed.
Click to expand it.
docs/sphinx/index.rst
+
1
−
1
View file @
81e3a3e4
...
...
@@ -38,7 +38,7 @@ Which a consumer application may demand:
mstro_cdo_require(dst_handle);
mstro_cdo_demand(dst_handle);
When
:ref:
`mstro_cdo_demand()
<docs-demand>
` returns, the data and metadata has
When
`
`mstro_cdo_demand()
`
` returns, the data and metadata has
been transferred by Maestro Core from the producer and is locally available for
the consumer.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment