Skip to content

Commit

Permalink
Restructure images again
Browse files Browse the repository at this point in the history
  • Loading branch information
psakievich committed May 1, 2024
1 parent b5b504a commit cfbb994
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
Binary file added docs/.DS_Store
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
6 changes: 3 additions & 3 deletions docs/general/spack_manager_structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Spack-Manager is a Spack extension that provides a way for software applications
to configure their usage of spack.

<div>
<img src="../images/application-workflow.png" width="100%">
<img src="application-workflow.png" width="100%">

<p><em>An example of generalized infrastructure requirements that are common across HPC and scientific computing applications. Spack-Manager's goal is to empower these types of infrastructures while still allowing application teams to drive the details.</em></p>
</div>
Expand All @@ -14,7 +14,7 @@ application code needs to configure a Spack-Manager `Project` to tell Spack-Mana
with their application.

<div>
<img src="../images/Spack-Manager-Org.png" width="50%">
<img src="Spack-Manager-Org.png" width="50%">

<p><em>Spack-Manager is designed to provide an abstraction that can support multiple application teams. Each team develops a Project that can be registered with an instance of Spack-Manager.</em></p>
</div>
Expand Down Expand Up @@ -42,7 +42,7 @@ spack-manager:
Information on configuring a new `Project` can be found in the system administrator profile documentation [here](https://sandialabs.github.io/spack-manager/user_profiles/system_admins/creating_a_project.html).

<div>
<img src="../images/ApplicationSpace.png" width="100%">
<img src="ApplicationSpace.png" width="100%">

<p><em>The end goal of many code application and DevOps teams is to efficiently span the space of platform permutations and project variations.</em>em></p>
</div>
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A given software project typically has multiple configurations across many machi
Spack-Manager is quite literal in its name, in that it provides a way to manage and organize these configurations
across multiple machines, and multiple projets.

.. image:: images/Spack-To-Applications.png
.. image:: Spack-To-Applications.png

Check failure on line 13 in docs/index.rst

View workflow job for this annotation

GitHub Actions / docs

ERROR: Error in "image" directive:
:alt: Spack is central to applications, but applications often want to further customize their interfaces and interactions with Spack
:width: 75%

Expand All @@ -32,7 +32,7 @@ decreases as the user becomes further removed from the build process. The three
- Code developers (some basics about Spack are required, but much of the workflow can be scripted away)
- Analysts (zero exposure to Spack)

.. image:: images/ProfilePyramids.png
.. image:: ProfilePyramids.png

Check failure on line 35 in docs/index.rst

View workflow job for this annotation

GitHub Actions / docs

ERROR: Error in "image" directive:
:alt: Population size of each profile is inverserly proportional to the Spack knowledge required for their roles
:width: 70%

Expand Down

0 comments on commit cfbb994

Please sign in to comment.