From 266aec94f9021257c25528793389b4c680d786ec Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Fri, 27 May 2016 17:57:48 +0530 Subject: [PATCH] Rearraged documentation a bit to suit the latest directory sturcture. --- docs/index.rst | 2 ++ docs/user/py/index.rst | 4 +++- docs/user/py/moose_quickstart.rst | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 6eaf405a..9f1f82b9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -5,6 +5,7 @@ the Multiscale Object-Oriented Simulation Environment ===================================================== + What is MOOSE and what is it good for? -------------------------------------- MOOSE is the Multiscale Object-Oriented Simulation Environment. It is designed to simulate neural systems ranging from subcellular components and biochemical reactions to complex models of single neurons, circuits, and large networks. MOOSE can operate at many levels of detail, from stochastic chemical computations, to multicompartment single-neuron models, to spiking neuron network models. @@ -28,6 +29,7 @@ Contents: :numbered: introduction/index + user/py/index Indices and tables diff --git a/docs/user/py/index.rst b/docs/user/py/index.rst index 20b8a483..1606c5d0 100644 --- a/docs/user/py/index.rst +++ b/docs/user/py/index.rst @@ -1,8 +1,10 @@ +User documentation +================= + Contents: .. toctree:: :maxdepth: 2 - :numbered: moose_quickstart moose_cookbook diff --git a/docs/user/py/moose_quickstart.rst b/docs/user/py/moose_quickstart.rst index f4f01bce..38107eb4 100644 --- a/docs/user/py/moose_quickstart.rst +++ b/docs/user/py/moose_quickstart.rst @@ -1,3 +1,4 @@ +============================================== Getting started with python scripting for MOOSE ============================================== -- GitLab