From 8b6c18f099d446a864b27bc8da9bdecc3b59b623 Mon Sep 17 00:00:00 2001 From: IAlibay Date: Mon, 10 May 2021 16:10:29 +0100 Subject: [PATCH] Remove init.rst from converters docs --- .../doc/sphinx/source/documentation_pages/converters.rst | 6 +++--- .../sphinx/source/documentation_pages/converters/init.rst | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 package/doc/sphinx/source/documentation_pages/converters/init.rst diff --git a/package/doc/sphinx/source/documentation_pages/converters.rst b/package/doc/sphinx/source/documentation_pages/converters.rst index 18d551e0ce9..03a8c88220d 100644 --- a/package/doc/sphinx/source/documentation_pages/converters.rst +++ b/package/doc/sphinx/source/documentation_pages/converters.rst @@ -4,8 +4,9 @@ Converter modules ************************** -Converters are the classes that MDAnalysis uses to convert MDAnalysis -structures to and from other Python packages. +The :mod:`MDAnalysis.converters` module contains the Converter classes that +MDAnalysis uses to convert MDAnalysis structures to and from other Python +packages. If you are converting *to* MDAnalysis, you can use the normal syntax for creating a Universe from files. Typically MDAnalysis will recognise which @@ -36,7 +37,6 @@ Another syntax is also available for tab-completion support:: .. toctree:: :maxdepth: 1 - converters/init converters/ParmEd converters/RDKit converters/OpenMM diff --git a/package/doc/sphinx/source/documentation_pages/converters/init.rst b/package/doc/sphinx/source/documentation_pages/converters/init.rst deleted file mode 100644 index 289c02966ab..00000000000 --- a/package/doc/sphinx/source/documentation_pages/converters/init.rst +++ /dev/null @@ -1 +0,0 @@ -.. automodule:: MDAnalysis.converters.__init__ \ No newline at end of file