From 093ec715de79fd25e0e71ebc41a1edae3f00c47b Mon Sep 17 00:00:00 2001
From: Bolero-MURAKAMI
Date: Thu, 15 Aug 2013 23:41:50 +0900
Subject: [PATCH] add libraries listed of category
---
docs/_sources/libs/index.txt | 68 ++++++++++++++++++++++++++++-
docs/_sources/libs/libraries.txt | 60 ++++++++++++++++++++++++++
docs/index.html | 16 ++++---
docs/libs/index.html | 59 +++++++++++++++++++++++--
docs/libs/libraries.html | 74 +++++++++++++++++++++++++++++---
docs/searchindex.js | 2 +-
source/libs/index.rst | 68 ++++++++++++++++++++++++++++-
source/libs/libraries.rst | 60 ++++++++++++++++++++++++++
8 files changed, 389 insertions(+), 18 deletions(-)
diff --git a/docs/_sources/libs/index.txt b/docs/_sources/libs/index.txt
index 47285b54..27323662 100644
--- a/docs/_sources/libs/index.txt
+++ b/docs/_sources/libs/index.txt
@@ -1,6 +1,6 @@
.. _sprout:
###############################################################################
-Sprout C++ Library
+Sprout C++ Libraries
###############################################################################
.. toctree::
@@ -8,3 +8,69 @@ Sprout C++ Library
libraries
+.. _sprout-welcome:
+*******************************************************************************
+Welcome to the Sprout C++ Libraries
+*******************************************************************************
+
+C++11 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.
+
+.. _sprout-project:
+*******************************************************************************
+Project page
+*******************************************************************************
+
+Github: https://github.com/bolero-MURAKAMI/Sprout
+
+.. _sprout-install:
+*******************************************************************************
+Install
+*******************************************************************************
+
+Through the path to the directory. ``/path/to/sprout``
+
+This library can be used in the header only.
+
+.. _sprout-compilers:
+*******************************************************************************
+Supported Compilers
+*******************************************************************************
+
+Linux:
+
+* GCC, C++11 mode: 4.7.0, 4.7.1, 4.7.2, 4.7.3, 4.8.0, 4.8.1
+
+* Clang, C++11 mode: 3.2, 3.3
+
+.. _sprout-author:
+*******************************************************************************
+Author
+*******************************************************************************
+
+Bolero MURAKAMI
+
+* Website: http://www.boleros.x0.com/
+
+* Twitter: https://twitter.com/bolero_murakami
+
+* Facebook: http://www.facebook.com/genya.murakami
+
+* Blog: http://d.hatena.ne.jp/boleros/
+
+* Github: https://github.com/bolero-MURAKAMI
+
+* SlideShare: http://www.slideshare.net/GenyaMurakami
+
+* Mail: contact-lib@boleros.x0.com
+
+.. _sprout-copyrights:
+*******************************************************************************
+Copyrights
+*******************************************************************************
+
+Copyright (C) 2011-2013 Bolero MURAKAMI.
+
+Distributed under the Boost Software License, Version 1.0.
+
+(See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+
diff --git a/docs/_sources/libs/libraries.txt b/docs/_sources/libs/libraries.txt
index 0fe6b398..60299e25 100644
--- a/docs/_sources/libs/libraries.txt
+++ b/docs/_sources/libs/libraries.txt
@@ -13,9 +13,69 @@ Libraries
Libraries Listed by Category
*******************************************************************************
+.. _sprout-listed_by_category-containers:
+Containers and Data structures
+=======================================
+
.. _sprout-listed_by_category-algorithms:
Algorithms
=======================================
* :doc:`algorithm <./sprout/algorithm/index>`
+.. _sprout-listed_by_category-algorithms:
+Algorithms
+=======================================
+
+.. _sprout-listed_by_category-container_supports:
+Container supports
+=======================================
+
+.. _sprout-listed_by_category-function_objects:
+Function Objects
+=======================================
+
+.. _sprout-listed_by_category-iterators:
+Iterators
+=======================================
+
+.. _sprout-listed_by_category-mathematics:
+Mathematics
+=======================================
+
+.. _sprout-listed_by_category-template_metaprogramming:
+Template Metaprogramming
+=======================================
+
+.. _sprout-listed_by_category-preprocessor_metaprogramming:
+Preprocessor Metaprogramming
+=======================================
+
+.. _sprout-listed_by_category-domain_specific:
+Domain specific
+=======================================
+
+.. _sprout-listed_by_category-domain_specific:
+Domain specific
+=======================================
+
+.. _sprout-listed_by_category-parsing:
+Parsing
+=======================================
+
+.. _sprout-listed_by_category-ray_tracing:
+Ray tracing
+=======================================
+
+.. _sprout-listed_by_category-synthesizer:
+Synthesizer
+=======================================
+
+.. _sprout-listed_by_category-miscellaneous:
+Miscellaneous
+=======================================
+
+.. _sprout-listed_by_category-c-compatible:
+C-compatible
+=======================================
+
diff --git a/docs/index.html b/docs/index.html
index d5c4f83a..10b568c0 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -20,7 +20,7 @@
-
+
@@ -70,7 +115,22 @@
Next topic
Sprout.Algorithm
@@ -115,10 +175,10 @@
next |
- previous |
Sprout v1.0 documentation »
- Sprout C++ Library »
+ Sprout C++ Libraries »