From e5e035d0311dde51d99ea4a75005438cb1ac4699 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 1 Jul 2015 22:37:12 +0200 Subject: [PATCH] doc/manual: add fire_and_forget --- doc/manual/protocols_reference.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/manual/protocols_reference.rst b/doc/manual/protocols_reference.rst index 070176acd..7ddfbc2ee 100644 --- a/doc/manual/protocols_reference.rst +++ b/doc/manual/protocols_reference.rst @@ -21,6 +21,14 @@ Protocols reference .. automodule:: artiq.protocols.pc_rpc :members: + +:mod:`artiq.protocols.fire_and_forget` module +--------------------------------------------- + +.. automodule:: artiq.protocols.fire_and_forget + :members: + + :mod:`artiq.protocols.sync_struct` module -----------------------------------------