Skip to content

Commit

Permalink
updating naming for the indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
eglerean committed May 6, 2024
1 parent 6676ff5 commit b7638be
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion content/first_build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This command constructs a container named 'mycontainer.sif' from the definition

Summary
-------
This lesson taught you how to build a basic container using Apptainer from a definition file. You've learned a critical skill in containerization, enabling you to create reproducible and portable environments for a wide range of scientific applications. This capability is foundational in leveraging the full potential of HPC resources while ensuring consistency across different computing environments.
This example showed you how to build a basic container using Apptainer from a definition file. You've learned a critical skill in containerization, enabling you to create reproducible and portable environments for a wide range of scientific applications. This capability is foundational in leveraging the full potential of HPC resources while ensuring consistency across different computing environments.


.. exercise:: Build a simple container and test it
Expand Down
20 changes: 11 additions & 9 deletions content/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,10 @@ levels, depending on your interest.
15 min ; :doc:`intro_and_motivation`
20 min ; :doc:`basics_running_containers`
15 min ; :doc:`container_images`
15 min ; Break
30 min ; :doc:`building_images`
10 min ; Break
25 min ; :doc:`building_images`
15 min ; :doc:`binding_folders`
10 min ; :doc:`gpus`
10 min ; :doc:`services_apps`
10 min ; :doc:`tips_tricks`



05 min ; Open discussion and where to go next


.. toctree::
Expand All @@ -65,14 +60,21 @@ levels, depending on your interest.
container_images.rst
building_images.rst
binding_folders.rst


.. toctree::
:maxdepth: 1
:caption: Extras

gpus.rst
services_apps.rst
tips_tricks.rst



.. toctree::
:maxdepth: 1
:caption: Examples
:caption: Exercises

verify_installation.rst
first_build.rst
Expand Down

0 comments on commit b7638be

Please sign in to comment.