-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.txt
30 lines (22 loc) · 1.04 KB
/
index.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
====================
Cubane Documentation
====================
The cubane documentation is organised into the following sections. You may want
to get right into the code by following the tutorials or deep dive into
individual topics:
* :doc:`Getting Started </tutorials/index>` gives you a quick introduction to
cubane and what it is all about. Start here if want to find out what cubane
is actually for. We take you by the hand through a series of step by step
walkthroughs and tutorials.
* :doc:`Topic guides </topics/index>` discuss key topics and concepts at a
high level and provide useful background information and explanation.
* Looking for specific information? Try the :ref:`genindex`, :ref:`modindex` or
the `detailed table of contents`.
* :doc:`Reference guides </ref/index>` contain a technical reference for APIs and
other aspects of Cubane. They describe how it works and how to use it but
assume that you have a basic understanding of key concepts.
.. toctree::
:maxdepth: 4
tutorials/index
topics/index
ref/index