Merge "Introduce doc8"
This commit is contained in:
commit
7f3f36825b
@ -61,9 +61,9 @@ There are several options for running coverage2sql, they can be listed with::
|
|||||||
|
|
||||||
coverage2sql --help
|
coverage2sql --help
|
||||||
|
|
||||||
The only required option is ``--database-connection``. The options can either be
|
The only required option is ``--database-connection``. The options can either
|
||||||
used on the CLI, or put in a config file. If a config file is used you need to
|
be used on the CLI, or put in a config file. If a config file is used you need
|
||||||
specify the location on the CLI.
|
to specify the location on the CLI.
|
||||||
|
|
||||||
TODO
|
TODO
|
||||||
----
|
----
|
||||||
|
@ -37,9 +37,9 @@ There are several options for running coverage2sql, they can be listed with::
|
|||||||
|
|
||||||
coverage2sql --help
|
coverage2sql --help
|
||||||
|
|
||||||
The only required option is ``--database-connection``. The options can either be
|
The only required option is ``--database-connection``. The options can either
|
||||||
used on the CLI, or put in a config file. If a config file is used you need to
|
be used on the CLI, or put in a config file. If a config file is used you need
|
||||||
specify the location on the CLI.
|
to specify the location on the CLI.
|
||||||
|
|
||||||
Using in project
|
Using in project
|
||||||
----------------
|
----------------
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
hacking<0.11,>=0.10.0
|
hacking<0.11,>=0.10.0
|
||||||
|
|
||||||
docutils>=0.11 # OSI-Approved Open Source, Public Domain
|
docutils>=0.11 # OSI-Approved Open Source, Public Domain
|
||||||
|
doc8>=0.6.0 # Apache-2.0
|
||||||
fixtures>=3.0.0 # Apache-2.0/BSD
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
||||||
python-subunit>=0.0.18 # Apache-2.0/BSD
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
||||||
sphinx>=1.6.2 # BSD
|
sphinx>=1.6.2 # BSD
|
||||||
|
Loading…
Reference in New Issue
Block a user