mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
0674daf560
mach has restructured text documentation. Let's expose it to the in-tree Sphinx config so we can increase visibility of the documentation. --HG-- rename : python/mach/README.rst => python/mach/docs/index.rst extra : rebase_source : 68a08bebaa5b99ca39e250fa1ed60ca4d7d0af68 extra : histedit_source : 6afda2fece486547192c1c8eba97a2474e3d99c1
14 lines
381 B
ReStructuredText
14 lines
381 B
ReStructuredText
====
|
|
mach
|
|
====
|
|
|
|
Mach (German for *do*) is a generic command dispatcher for the command
|
|
line.
|
|
|
|
To use mach, you install the mach core (a Python package), create an
|
|
executable *driver* script (named whatever you want), and write mach
|
|
commands. When the *driver* is executed, mach dispatches to the
|
|
requested command handler automatically.
|
|
|
|
To learn more, read the docs in ``docs/``.
|