Skip to content

Commit ef23348

Browse files
committed
Docs update
1 parent ee334d0 commit ef23348

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

docs/contents.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Welcome to Tapis CLI
2828
:caption: Command Reference
2929

3030
usage/overview.rst
31-
usage/actors.rst
3231
usage/apim.rst
32+
usage/actors.rst
3333
usage/apps.rst
3434
usage/config.rst
3535
usage/files.rst

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ stringcase
1717
tacc-cookiecutter
1818
tenacity
1919
validators
20-
agavepy>=1.0.0a8
20+
#git+https://github.com/TACC/agavepy.git@1_0_0
21+
agavepy==1.0.0a10
2122
flake8
2223
pytest==4.6.5 # pinned for Python 2.7.x support
2324
pytest-cov

docs/usage/apps.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Apps
33
####
44

55
Support for the core Tapis applications life cycle is provided by the **apps**
6-
command set. Extensions to this lifecycle featured in some Tapis tenants,
7-
such as ``apps init`` and ``apps deploy`` will be added in a future release.
6+
command set. Extensions to the core API commands, such as ``apps init``
7+
and ``apps deploy`` are also included.
88

99
*******
1010
General

docs/usage/systems.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Systems
33
#######
44

5-
Support for the Tapis systems management **systems** is provided by
5+
Support for the Tapis resource management **systems** is provided by
66
the **systems** command set. Helper workflows (such as assistance
77
with SSH keys and testing newly created systems) will be added in
88
coming releases.

0 commit comments

Comments
 (0)