Bug 1115278 - Fix mach documentation issues; r=glandium

terminal.py had an ambiguous |import logging| that was importing
mach.logging from Sphinx. We fix it.

There was also a poorly formed link in the mach commands documentation.
We fix it.
This commit is contained in:
Gregory Szorc
2014-12-24 10:26:34 -08:00
parent 6802f0c912
commit 5724222212
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ The important decorators are as follows:
A method decorator that defines an argument to the command. Its
arguments are essentially proxied to ArgumentParser.add_argument()
:py:func:`SubCommand <mach.decorators.SubCommand`
:py:func:`SubCommand <mach.decorators.SubCommand>`
A method decorator that denotes that the method should be a
sub-command to an existing ``@Command``. The decorator takes the
parent command name as its first argument and the sub-command name