Skip to content

Commit 0a06353

Browse files
authored
Doc changes (#634)
* Update developer-guide.rst
1 parent 17eea53 commit 0a06353

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
# General information about the project.
6464
project = "Singularity Registry (HPC)"
65-
copyright = "2021, Vanessa Sochat"
65+
copyright = "2021-2023, Vanessa Sochat"
6666

6767

6868
# The version info for the project you're documenting, acts as replacement for

docs/getting_started/developer-guide.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ to quickly see it. It should look like this:
955955
# Please preserve the flat list format for the yaml loader
956956
registry: [/tmp/my-registry]
957957
958-
After making the abvoe change, exit and do a sanity check to make sure your active config is the one you think it is:
958+
After making the above change, exit and do a sanity check to make sure your active config is the one you think it is:
959959

960960
.. code-block:: console
961961
@@ -968,7 +968,7 @@ Deleting Entries
968968

969969
If you want to start freshly, you can choose to delete all the existing entries
970970
(and this is optional, you can continue the tutorial without doing this!)
971-
To do this, use the ``shpc remove`` command, which will remove all registry entries,
971+
To do this, use the ``shpc remove`` command, which will remove all registry entries.
972972
We recommend deleting quay.io first since most entries live there and it will
973973
speed up the subsequent operation.
974974

@@ -1121,8 +1121,8 @@ try it locally:
11211121
.. code-block:: console
11221122
11231123
$ git checkout gh-pages
1124-
$ ./generate.sh /tmp/my-registry
1125-
Registry is /tmp/my-registryGenerating docs for vsoch/salad, _library/vsoch-salad.md
1124+
$ ./generate.sh
1125+
Generating docs for vsoch/salad, _library/vsoch-salad.md
11261126
11271127
11281128
There is also an associated workflow to run the same on your behalf. Note that you'll need

0 commit comments

Comments
 (0)