aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst47
1 files changed, 47 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
new file mode 100644
index 0000000..d236611
--- /dev/null
+++ b/docs/index.rst
@@ -0,0 +1,47 @@
+.. only: not latex
+
+ .. image:: pybind11-logo.png
+
+pybind11 --- Seamless operability between C++11 and Python
+==========================================================
+
+.. only: not latex
+
+ Contents:
+
+.. toctree::
+ :maxdepth: 1
+
+ intro
+ changelog
+ upgrade
+
+.. toctree::
+ :caption: The Basics
+ :maxdepth: 2
+
+ basics
+ classes
+ compiling
+
+.. toctree::
+ :caption: Advanced Topics
+ :maxdepth: 2
+
+ advanced/functions
+ advanced/classes
+ advanced/exceptions
+ advanced/smart_ptrs
+ advanced/cast/index
+ advanced/pycpp/index
+ advanced/embedding
+ advanced/misc
+
+.. toctree::
+ :caption: Extra Information
+ :maxdepth: 1
+
+ faq
+ benchmark
+ limitations
+ reference