-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release_22.01' into release_22.05
- Loading branch information
Showing
96 changed files
with
1,450 additions
and
536 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Interactive Environments | ||
========================= | ||
|
||
Galaxy Interactive Environments are deprecated and were the precursors to the current :doc:`Galaxy Interactive Tools <../admin/special_topics/interactivetools>`. | ||
Galaxy Interactive Environments are deprecated and were the precursors to the current :ref:`Galaxy Interactive Tools <interactivetools>`. | ||
You can find information about Galaxy Interactive Environments in `older versions <https://docs.galaxyproject.org/en/release_21.09/admin/special_topics/interactive_environments.html>`__ of this document. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
galaxy.app\_unittest\_utils package | ||
=================================== | ||
|
||
.. automodule:: galaxy.app_unittest_utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Submodules | ||
---------- | ||
|
||
galaxy.app\_unittest\_utils.celery\_helper module | ||
------------------------------------------------- | ||
|
||
.. automodule:: galaxy.app_unittest_utils.celery_helper | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
galaxy.app\_unittest\_utils.galaxy\_mock module | ||
----------------------------------------------- | ||
|
||
.. automodule:: galaxy.app_unittest_utils.galaxy_mock | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
galaxy.app\_unittest\_utils.tools\_support module | ||
------------------------------------------------- | ||
|
||
.. automodule:: galaxy.app_unittest_utils.tools_support | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
galaxy.celery package | ||
===================== | ||
|
||
.. automodule:: galaxy.celery | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Submodules | ||
---------- | ||
|
||
galaxy.celery.tasks module | ||
-------------------------- | ||
|
||
.. automodule:: galaxy.celery.tasks | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ Subpackages | |
:maxdepth: 4 | ||
|
||
galaxy.files.sources | ||
galaxy.files.unittest_utils |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...urce/lib/galaxy.tools.toolbox.filters.rst → ...ource/lib/galaxy.files.unittest_utils.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
galaxy.tools.toolbox.filters package | ||
galaxy.files.unittest\_utils package | ||
==================================== | ||
|
||
.. automodule:: galaxy.tools.toolbox.filters | ||
.. automodule:: galaxy.files.unittest_utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Oops, something went wrong.