Skip to content

Commit f44e472

Browse files
committed
Doc fixup
1 parent 2b95e52 commit f44e472

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

docs/source/index.rst

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
55
The full license is in the file LICENSE, distributed with this software.
66
7-
xtensor-python
8-
==============
7+
.. image:: http://quantstack.net/assets/images/xtensor-python.svg
98

109
Python bindings for the xtensor_ C++ multi-dimensional array library.
1110

@@ -30,7 +29,7 @@ Besides ``xtensor-python`` provides an API to create *Universal functions* from
3029

3130
Finally, a cookiecutter template project is provided. It takes care of the initial work of generating a project skeleton for a C++ extension based on ``xtensor-python`` containing a few examples, unit tests and HTML documentation. Find out more about the xtensor-cookiecutter_.
3231

33-
``xtensor`` and ``xtensor-python`` require a modern C++ compiler supporting C++14. The following C+ compilers are supported:
32+
``xtensor`` and ``xtensor-python`` require a modern C++ compiler supporting C++14. The following C++ compilers are supported:
3433

3534
- On Windows platforms, Visual C++ 2015 Update 2, or more recent
3635
- On Unix platforms, gcc 4.9 or a recent version of Clang
@@ -44,10 +43,22 @@ copyright on their contributions.
4443
This software is licensed under the BSD-3-Clause license. See the LICENSE file for details.
4544

4645
.. toctree::
47-
:maxdepth: 1
46+
:caption: INSTALLATION
47+
:maxdepth: 2
4848

4949
installation
50+
51+
52+
.. toctree::
53+
:caption: USAGE
54+
:maxdepth: 2
55+
5056
usage
57+
58+
.. toctree::
59+
:caption: API REFERENCE
60+
:maxdepth: 2
61+
5162
api_reference
5263

5364
.. _NumPy: http://www.numpy.org

0 commit comments

Comments
 (0)