Skip to content

Update from version 1.0.0 to 1.0.1 in environment configurations docs #235

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: amd-staging
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/how-to/configuring-validating-environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ using ``module load rocprofiler-systems/<VERSION>`` and unloaded using ``module

.. code-block:: shell

module load rocprofiler-systems/1.0.0
module unload rocprofiler-systems/1.0.0
module use /opt/rocprofiler-systems/share/modulefiles
module load rocprofiler-systems
Comment on lines +43 to +44
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this code block is no longer showing what the paragraph above is describing: an example of how "load" and "unload" are used.

We can break it up, if you think that this is clearer. Something like this:

Here is an example of loading and unloading the default version:

module load rocprofiler-systems
module unload rocprofiler-systems

And here is an example of loading a specific version, in this case v1.0.0

module load rocprofiler-systems/1.0.0
module unload rocprofiler-systems/1.0.0


.. note::

Expand Down