-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add flux abstractions (architecture) page
Problem: the flux components are diverse and can be confusing. Solution: create an architecture page that includes a short set of slides that go over high level concepts and projects. Signed-off-by: vsoch <[email protected]>
- Loading branch information
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
.. _flux-architecture: | ||
|
||
################# | ||
Flux Architecture | ||
################# | ||
|
||
.. note:: | ||
Flux is a Framework because we assemble several components together | ||
to manifest in the workload manager known as Flux. The slides below | ||
review some of the projects and terminology. If there is a component | ||
or abstraction that you don't see here (and would like to) please let | ||
us know by `opening an issue <https://github.com/flux-framework/flux-docs/issues>`_ | ||
on our issue board. | ||
|
||
|
||
.. raw:: html | ||
|
||
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vR-Q6HGJxTpCoHR7lfI1kCSwYJ7zLkP4egHUMLDK4QTR3Ua305_oXJ0ksoKDchTlLFRQxXjX2MbLJId/embed?start=false&loop=false&delayms=60000" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters