From 4111f01169e7ddc2b3c1502194ae9994f33969fc Mon Sep 17 00:00:00 2001 From: Oliver Stocks <ojs1g14@soton.ac.uk> Date: Fri, 13 Jul 2018 16:54:46 +0100 Subject: [PATCH] Docs rectified up to smooth.py --- .gitignore | 3 --- AmpScan/setup.py | 1 + docs/source/AmpScan.rst | 8 ++++++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 696ac57..b9563ca 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,3 @@ _build Internship_Diary/*.pdf Internship_Diary/*.gz *.ipynb_checkpoints - -AmpScan/AmpScanGUI.py -AmpScan/runAmpScanGUI.py \ No newline at end of file diff --git a/AmpScan/setup.py b/AmpScan/setup.py index 19af595..51a53df 100644 --- a/AmpScan/setup.py +++ b/AmpScan/setup.py @@ -3,6 +3,7 @@ Created on Tue Mar 27 15:54:27 2018 @author: js22g12 +Note that this file does not need to be documented. """ from distutils.core import setup diff --git a/docs/source/AmpScan.rst b/docs/source/AmpScan.rst index fed7286..2e80769 100644 --- a/docs/source/AmpScan.rst +++ b/docs/source/AmpScan.rst @@ -68,6 +68,14 @@ AmpScan.registration module :undoc-members: :show-inheritance: +AmpScan.smooth module +--------------------- + +.. automodule:: AmpScan.smooth + :members: + :undoc-members: + :show-inheritance: + Module contents --------------- -- GitLab