Move cli framework to wuttjamaican.cmd
subpackage
deprecate `wuttjamaican.commands`
This commit is contained in:
parent
37e42eebbc
commit
c3914738d5
23 changed files with 753 additions and 598 deletions
6
docs/api/wuttjamaican/cmd.base.rst
Normal file
6
docs/api/wuttjamaican/cmd.base.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttjamaican.cmd.base``
|
||||
=========================
|
||||
|
||||
.. automodule:: wuttjamaican.cmd.base
|
||||
:members:
|
8
docs/api/wuttjamaican/cmd.make_appdir.rst
Normal file
8
docs/api/wuttjamaican/cmd.make_appdir.rst
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
``wuttjamaican.cmd.make_appdir``
|
||||
================================
|
||||
|
||||
.. automodule:: wuttjamaican.cmd.make_appdir
|
||||
:members:
|
||||
|
||||
.. program-output:: wutta make-appdir -h
|
6
docs/api/wuttjamaican/cmd.rst
Normal file
6
docs/api/wuttjamaican/cmd.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttjamaican.cmd``
|
||||
====================
|
||||
|
||||
.. automodule:: wuttjamaican.cmd
|
||||
:members:
|
8
docs/api/wuttjamaican/cmd.setup.rst
Normal file
8
docs/api/wuttjamaican/cmd.setup.rst
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
``wuttjamaican.cmd.setup``
|
||||
==========================
|
||||
|
||||
.. automodule:: wuttjamaican.cmd.setup
|
||||
:members:
|
||||
|
||||
.. program-output:: wutta setup -h
|
|
@ -1,6 +0,0 @@
|
|||
|
||||
``wuttjamaican.commands.base``
|
||||
==============================
|
||||
|
||||
.. automodule:: wuttjamaican.commands.base
|
||||
:members:
|
|
@ -1,6 +0,0 @@
|
|||
|
||||
``wuttjamaican.commands.make_appdir``
|
||||
=====================================
|
||||
|
||||
.. automodule:: wuttjamaican.commands.make_appdir
|
||||
:members:
|
|
@ -1,6 +0,0 @@
|
|||
|
||||
``wuttjamaican.commands``
|
||||
=========================
|
||||
|
||||
.. automodule:: wuttjamaican.commands
|
||||
:members:
|
|
@ -1,6 +0,0 @@
|
|||
|
||||
``wuttjamaican.commands.setup``
|
||||
===============================
|
||||
|
||||
.. automodule:: wuttjamaican.commands.setup
|
||||
:members:
|
|
@ -8,10 +8,10 @@
|
|||
:maxdepth: 1
|
||||
|
||||
app
|
||||
commands
|
||||
commands.base
|
||||
commands.make_appdir
|
||||
commands.setup
|
||||
cmd
|
||||
cmd.base
|
||||
cmd.make_appdir
|
||||
cmd.setup
|
||||
conf
|
||||
db
|
||||
db.conf
|
||||
|
|
|
@ -17,6 +17,7 @@ release = '0.1'
|
|||
extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
'sphinx.ext.intersphinx',
|
||||
'sphinxcontrib.programoutput',
|
||||
'sphinx.ext.viewcode',
|
||||
'sphinx.ext.todo',
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue