From 141afa5eb01344bb8272dda257e7cf54d56e193d Mon Sep 17 00:00:00 2001 From: Daniel Williams Date: Sat, 2 Apr 2016 17:23:31 +0100 Subject: [PATCH] Started work on docs --- docs/example.rst | 4 ++++ docs/index.rst | 12 +++++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 docs/example.rst diff --git a/docs/example.rst b/docs/example.rst new file mode 100644 index 0000000..eee5d6e --- /dev/null +++ b/docs/example.rst @@ -0,0 +1,4 @@ +================= +GW150914 Example +================= + diff --git a/docs/index.rst b/docs/index.rst index 175b18c..e36198d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -19,15 +19,21 @@ merger events, and making plots of those. It's early days and there are lots of other things to be done with the package! - -Contents: - +User Guide +========== .. toctree:: :maxdepth: 2 readme installation usage + +Developer Guide +=============== + +.. toctree:: + :maxdepth: 2 + contributing authors history -- GitLab