Browse code

add a gallery page of Adaptive uses in scientific works

Bas Nijholt authored on 21/03/2019 17:27:09
Showing 1 changed files
... ...
@@ -18,4 +18,5 @@
18 18
 
19 19
    docs
20 20
    tutorial/tutorial
21
+   usage_examples
21 22
    reference/adaptive
Browse code

documentation improvements

Bas Nijholt authored on 19/10/2018 14:19:42
Showing 1 changed files
... ...
@@ -16,6 +16,6 @@
16 16
    :maxdepth: 2
17 17
    :hidden:
18 18
 
19
-   rest_of_readme
19
+   docs
20 20
    tutorial/tutorial
21 21
    reference/adaptive
Browse code

add tutorials

Bas Nijholt authored on 17/10/2018 13:30:10
Showing 1 changed files
... ...
@@ -17,4 +17,5 @@
17 17
    :hidden:
18 18
 
19 19
    rest_of_readme
20
+   tutorial/tutorial
20 21
    reference/adaptive
Browse code

add doc files

Bas Nijholt authored on 16/10/2018 18:10:12
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,20 @@
1
+.. include:: ../../README.rst
2
+    :start-after: summary-start
3
+    :end-before: summary-end
4
+
5
+.. include:: ../../README.rst
6
+    :start-after: references-start
7
+    :end-before: references-end
8
+
9
+
10
+.. toctree::
11
+   :hidden:
12
+
13
+   self
14
+
15
+.. toctree::
16
+   :maxdepth: 2
17
+   :hidden:
18
+
19
+   rest_of_readme
20
+   reference/adaptive
Browse code

add markdown parser to documentation building

Also replace index.rst with a verbatim copy of the readme (for now).

Joseph Weston authored on 09/10/2018 13:58:00 • Bas Nijholt committed on 16/10/2018 18:12:39
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,20 +0,0 @@
1
-.. adaptive documentation master file, created by
2
-   sphinx-quickstart on Mon Aug 20 16:51:02 2018.
3
-   You can adapt this file completely to your liking, but it should at least
4
-   contain the root `toctree` directive.
5
-
6
-Welcome to adaptive's documentation!
7
-====================================
8
-
9
-.. toctree::
10
-   :maxdepth: 2
11
-   :caption: Contents:
12
-
13
-
14
-
15
-Indices and tables
16
-==================
17
-
18
-* :ref:`genindex`
19
-* :ref:`modindex`
20
-* :ref:`search`
Browse code

add barebones documentation pages

Joseph Weston authored on 20/08/2018 17:11:01 • Bas Nijholt committed on 16/10/2018 18:12:39
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,20 @@
1
+.. adaptive documentation master file, created by
2
+   sphinx-quickstart on Mon Aug 20 16:51:02 2018.
3
+   You can adapt this file completely to your liking, but it should at least
4
+   contain the root `toctree` directive.
5
+
6
+Welcome to adaptive's documentation!
7
+====================================
8
+
9
+.. toctree::
10
+   :maxdepth: 2
11
+   :caption: Contents:
12
+
13
+
14
+
15
+Indices and tables
16
+==================
17
+
18
+* :ref:`genindex`
19
+* :ref:`modindex`
20
+* :ref:`search`