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
e90d268c
Commit
e90d268c
authored
2 years ago
by
Christopher Haine
Browse files
Options
Downloads
Patches
Plain Diff
index
parent
9ff4caef
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/sphinx/index.rst
+5
-3
5 additions, 3 deletions
docs/sphinx/index.rst
with
5 additions
and
3 deletions
docs/sphinx/index.rst
+
5
−
3
View file @
e90d268c
...
@@ -7,8 +7,8 @@ Welcome to Maestro Core's documentation!
...
@@ -7,8 +7,8 @@ Welcome to Maestro Core's documentation!
========================================
========================================
Maestro Core is a C library that does multi-threaded cross-application data
Maestro Core is a C library that does multi-threaded cross-application data
transfer over high-speed interconnect using lightweight data
wrappers named
transfer
and inspection
over high-speed interconnect
,
using lightweight data
CDOs that include user metadata.
wrappers named
CDOs that include user metadata.
A producer application using Maestro Core may offer data and metadata:
A producer application using Maestro Core may offer data and metadata:
...
@@ -38,7 +38,7 @@ Which a consumer application may demand:
...
@@ -38,7 +38,7 @@ Which a consumer application may demand:
mstro_cdo_require(dst_handle);
mstro_cdo_require(dst_handle);
mstro_cdo_demand(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
been transferred by Maestro Core from the producer and is locally available for
the consumer.
the consumer.
...
@@ -52,8 +52,10 @@ That's it for the introduction.
...
@@ -52,8 +52,10 @@ That's it for the introduction.
.. toctree::
.. toctree::
:maxdepth: 2
:maxdepth: 2
showroom
started
started
essentials
essentials
tuning
stories
stories
dev
dev
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
register
or
sign in
to comment