Skip to content

Commit

Permalink
Merge pull request #1 from TACC-Cloud/rstconversion
Browse files Browse the repository at this point in the history
merge in Joseph Jaffe changes
  • Loading branch information
eriksf committed Jul 20, 2018
2 parents f456fed + 3b9245b commit 4a740d7
Show file tree
Hide file tree
Showing 37 changed files with 3,418 additions and 3,042 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
.LSOverride

# Icon must end with two \r
Icon
Icon

# Thumbnails
._*
Expand Down Expand Up @@ -140,3 +140,7 @@ venv.bak/


# End of https://www.gitignore.io/api/macos,python,visualstudiocode

bin/
pip-selfcheck.json
pyvenv.cfg
4 changes: 2 additions & 2 deletions docs/agave/guides/apps/app-inputs-and-parameters-tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ In this section we take a detailed look at the ``inputs`` and ``parameters`` sec
In practice, you will want to add some descriptive information, constraints, and runtime validation checks to reduce the amount of error users can run into when attempting to run your app. The full lists of app input and parameter attributes are provided in their respective sections below. However, before we dive deeper into the next section on app inputs, let's first get a big picture view of what we are doing when we define our app's input and parameters.


.. image:: {{site.baseurl}}/assets/images/App-Job-Information-Flow-1.png
:target: {{site.baseurl}}/assets/images/App-Job-Information-Flow-1.png
.. image:: /../../../_static/images/App-Job-Information-Flow-1.png
:target: /../../../_static/images/App-Job-Information-Flow-1.png
:alt: Input and Parameter Information Flow


Expand Down

0 comments on commit 4a740d7

Please sign in to comment.