diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 7f9b2e04..790598fb 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -106,12 +106,15 @@ install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html/ COMPONENT documentation DEST PATTERN "*.py" PATTERN "*.txt" PATTERN "*.bib" + PATTERN "*.inv" PATTERN ".svn" EXCLUDE PATTERN "CVS" EXCLUDE ) install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/themes/agogo DESTINATION share/triqs/themes) install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/themes/triqs DESTINATION share/triqs/themes) +install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/_static DESTINATION share/triqs/export) +install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/_templates DESTINATION share/triqs/export) # PDF documentation if (Build_PDF_Documentation) diff --git a/doc/_templates/sideb.html b/doc/_templates/sideb.html index ead3b1e2..89188a07 100644 --- a/doc/_templates/sideb.html +++ b/doc/_templates/sideb.html @@ -6,9 +6,11 @@
+ diff --git a/doc/_templates/sideb_appli.html b/doc/_templates/sideb_appli.html new file mode 100644 index 00000000..daf7ca2f --- /dev/null +++ b/doc/_templates/sideb_appli.html @@ -0,0 +1,9 @@ + + + diff --git a/doc/documentation.rst b/doc/documentation.rst index bf2910ca..87302eee 100644 --- a/doc/documentation.rst +++ b/doc/documentation.rst @@ -9,24 +9,19 @@ A quick tour .. toctree:: :maxdepth: 1 - overview - tutorials/contents + tutorials/python/introduction + tutorials/c++/contents -C++ libraries -------------- +Reference manual +----------------- + +This is the reference manual for the Python and the C++ libraries. .. toctree:: - :maxdepth: 1 - - reference/c++/contents - -Python modules --------------- - -.. toctree:: - :maxdepth: 1 + :maxdepth: 2 reference/python/contents + reference/c++/contents Version compatibility --------------------- diff --git a/doc/index.rst b/doc/index.rst index 02818fe9..1c7433e5 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -11,31 +11,33 @@ Welcome have changed too. So go look at our :ref:`changelog page