From e56ae7b20545fa57abb5d0664058540eb868df25 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauld.mccarthy@gmail.com> Date: Wed, 25 Jan 2017 16:28:05 +0000 Subject: [PATCH] Doc updates --- doc/{fsl.data.model.rst => fsl.data.gifti.rst} | 4 ++-- doc/fsl.data.mesh.rst | 9 +++++++++ doc/fsl.data.rst | 3 ++- 3 files changed, 13 insertions(+), 3 deletions(-) rename doc/{fsl.data.model.rst => fsl.data.gifti.rst} (62%) create mode 100644 doc/fsl.data.mesh.rst diff --git a/doc/fsl.data.model.rst b/doc/fsl.data.gifti.rst similarity index 62% rename from doc/fsl.data.model.rst rename to doc/fsl.data.gifti.rst index 513fc4737..a3ccb0ccf 100644 --- a/doc/fsl.data.model.rst +++ b/doc/fsl.data.gifti.rst @@ -1,9 +1,9 @@ :orphan: -fsl.data.model module +fsl.data.gifti module ===================== -.. automodule:: fsl.data.model +.. automodule:: fsl.data.gifti :members: :undoc-members: :show-inheritance: diff --git a/doc/fsl.data.mesh.rst b/doc/fsl.data.mesh.rst new file mode 100644 index 000000000..bdc1c781b --- /dev/null +++ b/doc/fsl.data.mesh.rst @@ -0,0 +1,9 @@ +:orphan: + +fsl.data.mesh module +==================== + +.. automodule:: fsl.data.mesh + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/fsl.data.rst b/doc/fsl.data.rst index b3b93be40..063702c4f 100644 --- a/doc/fsl.data.rst +++ b/doc/fsl.data.rst @@ -9,12 +9,13 @@ fsl.data package fsl.data.featanalysis fsl.data.featdesign fsl.data.featimage + fsl.data.gifti fsl.data.image fsl.data.imagewrapper fsl.data.melodicanalysis fsl.data.melodicimage fsl.data.melodiclabels - fsl.data.model + fsl.data.mesh fsl.data.dtifit fsl.data.vest -- GitLab