From 5b3ae42dba815fe20056417be3586dde982232b6 Mon Sep 17 00:00:00 2001 From: "Christoph.Knote" Date: Mon, 31 Jul 2017 10:26:15 +0200 Subject: [PATCH] Da docs! --- docs/API.rst | 11 ----------- docs/index.rst | 10 +++++++--- 2 files changed, 7 insertions(+), 14 deletions(-) delete mode 100644 docs/API.rst diff --git a/docs/API.rst b/docs/API.rst deleted file mode 100644 index 82c3adc..0000000 --- a/docs/API.rst +++ /dev/null @@ -1,11 +0,0 @@ -API -================== - -ICARTT ------------------- - -.. module:: icartt - -.. autoclass:: Variable - -.. autoclass:: Dataset diff --git a/docs/index.rst b/docs/index.rst index 9430395..915be36 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,12 +3,16 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -ICARTT file format reader and writer +icartt ==================================== -Reader ... test +ICARTT file format reader and writer .. toctree:: :maxdepth: 2 - API +.. module:: icartt + +.. autoclass:: Variable + +.. autoclass:: Dataset -- GitLab