Skip to content

Commit 51b26bf

Browse files
committed
Workflow docs
1 parent 6e4db5f commit 51b26bf

File tree

401 files changed

+3612
-463
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

401 files changed

+3612
-463
lines changed

GGD-CLI.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ <h3>Navigation</h3>
7474
<li class="toctree-l1"><a class="reference internal" href="meta-recipes.html">GGD meta-recipes</a></li>
7575
<li class="toctree-l1"><a class="reference internal" href="contribute.html">Contribute</a></li>
7676
<li class="toctree-l1"><a class="reference internal" href="private_recipes.html">Private Recipes</a></li>
77+
<li class="toctree-l1"><a class="reference internal" href="workflows.html">Using GGD in Workflows</a></li>
7778
<li class="toctree-l1"><a class="reference internal" href="recipes.html">Available Data Packages</a></li>
7879
</ul>
7980

@@ -228,7 +229,7 @@ <h3 id="searchlabel">Quick search</h3>
228229
<div class="clearer"></div>
229230
</div>
230231
<div class="footer">
231-
&copy;2016-2020, The GoGetData team.
232+
&copy;2016-2021, The GoGetData team.
232233

233234
|
234235
<a href="_sources/GGD-CLI.rst.txt"

_sources/index.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,5 +452,6 @@ Contents:
452452
meta-recipes
453453
contribute
454454
private_recipes
455+
workflows
455456
recipes
456457

_sources/making-meta-recipes.rst.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
.. _contribute-meta-recipe:
22

33
Creating a ggd meta-recipe
4-
--------------------------
4+
==========================
5+
6+
[:ref:`Click here to return to the home page <home-page>`]
57

68
This page is specific to creating a ggd **meta-recipe**. If you are looking to create a normal ggd recipe see :ref:`Creating a ggd recipe <contrib-recipe>`
79

_sources/meta-recipes.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Most GGD commands work with meta-recipes. These include:
3232
- :code:`ggd show-env` to show the environment variables for ID specific meta-recipe(s)
3333
- :code:`ggd pkg-info` to get the metadata/information of a ID specific meta-recipe
3434
- :code:`ggd get-files` to get the installed data files for an ID specific meta-recipe
35+
- :code:`ggd predict-path` to predict the directory path of an ID specific meta-recipe
3536
- :code:`ggd uninstall` to uninstall an ID specific meta-recipe(s)
3637
- :code:`ggd make-meta-recipe` to make a meta-recipe from a single or group of scripts
3738
- :code:`ggd check-recipe` to test and check a new meta-recipe
@@ -41,7 +42,6 @@ Most GGD commands work with meta-recipes. These include:
4142
Commands the don't work with meta-recipes include:
4243

4344
- :code:`ggd make-recipe`: This command will only created a GGD recipe not a GGD meta-recipe.
44-
- :code:`ggd predict-path`: Currently, the `predict-path` command does not work with meta-recipes.
4545

4646

4747
Conda Environments and Prefix
@@ -321,7 +321,7 @@ ID specific meta-recipe data files can be accessed just like any other GGD recip
321321
322322
5) PREFIX
323323
324-
As mentioned above, any GGD command that can use the :code:`--prefix` parameter can be used with meta-recipes. (Excluding the :code:`predict-path` command)
324+
As mentioned above, any GGD command that can use the :code:`--prefix` parameter can be used with meta-recipes.
325325
326326
Therefore, one can install and access the data files of a ID specific meta-recipe in an environment that is different then the active one. Additionally,
327327
a meta-recipes metadata can be accessed in a different environment using :code:`ggd pkg-info` with the :code:`--prefix` parameter.

0 commit comments

Comments
 (0)