Skip to content

Commit a57005d

Browse files
committed
Doc updates for 0.24.0.
1 parent ee31d30 commit a57005d

6 files changed

Lines changed: 96 additions & 9 deletions

File tree

HISTORY.rst

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,16 @@ History
88
---------------------
99
0.24.0.dev0
1010
---------------------
11-
1211

12+
* Drop support for Python 2.6. 93b7bda_
13+
* A variety of fixes for ``shed_update``.
14+
`Pull Request 428`_, `Issue 416`_
15+
* Fix reporting of metadata updates for invalid shed updates.
16+
`Pull Request 426`_, `Issue 420`_
17+
* Check ``.shed.yml`` owner against credentials during shed creation.
18+
`Pull Request 425`_, `Issue 246`_
19+
* Fix logic error if there is a problem with ``shed_create``. 358a42c_
20+
* Tool documentation improvements. 0298510_, a58a3b8_
1321

1422
---------------------
1523
0.23.0 (2016-02-15)
@@ -623,6 +631,16 @@ History
623631
tools - and more experimental features involving Docker and Homebrew. 7d07782_
624632

625633
.. github_links
634+
.. _Issue 416: https://github.com/galaxyproject/planemo/issues/416
635+
.. _Pull Request 428: https://github.com/galaxyproject/planemo/pull/428
636+
.. _93b7bda: https://github.com/galaxyproject/planemo/commit/93b7bda
637+
.. _Pull Request 426: https://github.com/galaxyproject/planemo/pull/426
638+
.. _Issue 420: https://github.com/galaxyproject/planemo/issues/420
639+
.. _Issue 246: https://github.com/galaxyproject/planemo/issues/246
640+
.. _Pull Request 425: https://github.com/galaxyproject/planemo/pull/425
641+
.. _358a42c: https://github.com/galaxyproject/planemo/commit/358a42c
642+
.. _0298510: https://github.com/galaxyproject/planemo/commit/0298510
643+
.. _a58a3b8: https://github.com/galaxyproject/planemo/commit/a58a3b8
626644
.. _Pull Request 403: https://github.com/galaxyproject/planemo/pull/403
627645
.. _9f3957d: https://github.com/galaxyproject/planemo/commit/9f3957d
628646
.. _5e0b6d1: https://github.com/galaxyproject/planemo/commit/5e0b6d1

docs/planemo.commands.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,30 @@ planemo.commands.cmd_brew_init module
2828
:undoc-members:
2929
:show-inheritance:
3030

31+
planemo.commands.cmd_conda_env module
32+
-------------------------------------
33+
34+
.. automodule:: planemo.commands.cmd_conda_env
35+
:members:
36+
:undoc-members:
37+
:show-inheritance:
38+
39+
planemo.commands.cmd_conda_init module
40+
--------------------------------------
41+
42+
.. automodule:: planemo.commands.cmd_conda_init
43+
:members:
44+
:undoc-members:
45+
:show-inheritance:
46+
47+
planemo.commands.cmd_conda_install module
48+
-----------------------------------------
49+
50+
.. automodule:: planemo.commands.cmd_conda_install
51+
:members:
52+
:undoc-members:
53+
:show-inheritance:
54+
3155
planemo.commands.cmd_config_init module
3256
---------------------------------------
3357

docs/planemo.cwl.cwl2script.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
planemo.cwl.cwl2script package
2+
==============================
3+
4+
Submodules
5+
----------
6+
7+
planemo.cwl.cwl2script.cwl2script module
8+
----------------------------------------
9+
10+
.. automodule:: planemo.cwl.cwl2script.cwl2script
11+
:members:
12+
:undoc-members:
13+
:show-inheritance:
14+
15+
planemo.cwl.cwl2script.setup module
16+
-----------------------------------
17+
18+
.. automodule:: planemo.cwl.cwl2script.setup
19+
:members:
20+
:undoc-members:
21+
:show-inheritance:
22+
23+
24+
Module contents
25+
---------------
26+
27+
.. automodule:: planemo.cwl.cwl2script
28+
:members:
29+
:undoc-members:
30+
:show-inheritance:

docs/planemo.cwl.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
planemo.cwl package
22
===================
33

4+
Subpackages
5+
-----------
6+
7+
.. toctree::
8+
9+
planemo.cwl.cwl2script
10+
411
Submodules
512
----------
613

docs/planemo.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ planemo.cli module
3434
:undoc-members:
3535
:show-inheritance:
3636

37+
planemo.conda module
38+
--------------------
39+
40+
.. automodule:: planemo.conda
41+
:members:
42+
:undoc-members:
43+
:show-inheritance:
44+
3745
planemo.config module
3846
---------------------
3947

@@ -42,6 +50,14 @@ planemo.config module
4250
:undoc-members:
4351
:show-inheritance:
4452

53+
planemo.exit_codes module
54+
-------------------------
55+
56+
.. automodule:: planemo.exit_codes
57+
:members:
58+
:undoc-members:
59+
:show-inheritance:
60+
4561
planemo.galaxy_config module
4662
----------------------------
4763

docs/planemo_ext.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
planemo_ext package
22
===================
33

4-
Subpackages
5-
-----------
6-
7-
.. toctree::
8-
9-
planemo_ext.cwl2script
10-
planemo_ext.galaxy
11-
124
Module contents
135
---------------
146

0 commit comments

Comments
 (0)