From ddb3d2fe14e4bf4d60de00c4f3f8ca1aaeaa1ba0 Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Fri, 23 Feb 2018 15:16:14 +0100 Subject: [PATCH] DEVELOPER_NOTES: fix devtool autodoc --- DEVELOPER_NOTES.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPER_NOTES.rst b/DEVELOPER_NOTES.rst index a8a078424..9ea07f4bd 100644 --- a/DEVELOPER_NOTES.rst +++ b/DEVELOPER_NOTES.rst @@ -71,8 +71,8 @@ Using developer tools ARTIQ ships with an ``artiq_devtool`` binary, which automates common actions arising when developing the board gateware and firmware on a machine other than the one to which the board is connected. .. argparse:: - :ref: artiq.frontend.artiq_compile.get_argparser - :prog: artiq_compile + :ref: artiq.frontend.artiq_devtool.get_argparser + :prog: artiq_devtool To build and flash the firmware for ``sayma_amc_standalone`` target: ::