From 2fb58f2c4b13e2e3610df689a1134ef1987da68b Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Tue, 5 Jan 2016 18:18:30 +0000 Subject: [PATCH] More autodoc testing. --- docs/source/plotting.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/plotting.rst b/docs/source/plotting.rst index 271c04e0..7e78339b 100644 --- a/docs/source/plotting.rst +++ b/docs/source/plotting.rst @@ -12,6 +12,8 @@ plot_Ascan.py ============= .. automodule:: tools.plot_Ascan + :members: + :undoc-members: * Plot A-scans using the Python module ``plot_Ascan.py``. The module uses matplotlib to plot the time history for the electric and magnetic field components for all receivers in a model (each receiver gets a separate figure window). Usage (from the top-level gprMax directory) is: ``python -m tools.plot_Ascan my_outputfile.out``.