docs: small reference fixes.

pull/295/head
David Wilson 6 years ago
parent 692275064b
commit 0461738ca6

@ -5,7 +5,6 @@
Mitogen for Ansible
===================
An extension to `Ansible`_ is included that implements connections over
Mitogen, replacing embedded shell invocations with pure-Python equivalents
invoked via highly efficient remote procedure calls to persistent interpreters
@ -19,6 +18,7 @@ will ensure soundness.
.. _Bug reports: https://goo.gl/yLKZiJ
Overview
--------
@ -71,7 +71,7 @@ Installation
5. If targets have a restrictive ``sudoers`` file, add a rule like:
.. code-block:: plain
::
deploy = (ALL) NOPASSWD:/usr/bin/python -c*

@ -407,7 +407,7 @@ Helper Functions
List of submodule name suffixes.
.. currentmodule:: mitogen.parent
.. currentmodule:: mitogen.minify
.. autofunction:: minimize_source (source)

@ -119,10 +119,11 @@ Reference
.. autofunction:: mitogen.service.Service
.. autoclass:: mitogen.service.Service
:members:
.. autoclass:: mitogen.service.Invoker
.. autoclass:: mitogen.service.SerializedInvoker
.. autoclass:: mitogen.service.DeduplicatingInvoker
.. autoclass:: mitogen.service.DeduplicatingService
.. autoclass:: mitogen.service.Service
:members:
.. autoclass:: mitogen.service.Pool

Loading…
Cancel
Save