Minor changes to the documentation.

1. Section title changes.
2. Moving the glog discussion into installation.rst
3. Re-working the faqs into two separate chapters.

Change-Id: I95dd25bace50f0f9077ef114504999190686963e
This commit is contained in:
Sameer Agarwal
2016-11-21 22:37:46 -08:00
parent 0aa945cf48
commit d1e954d246
12 changed files with 760 additions and 725 deletions
+3 -3
View File
@@ -76,7 +76,7 @@ replacements = [
# The title for the homepage is not ideal, so change it.
('<title>Ceres Solver &mdash; Ceres Solver</title>',
'<title>Ceres Solver &mdash; A Nonlinear Least Squares Minimizer</title>')
'<title>Ceres Solver &mdash; A Large Scale Non-linear Optimization Library</title>')
]
# This is a nasty hack to strip the breadcrumb navigation. A better strategy is
@@ -86,7 +86,7 @@ breadcrumb_start_other = \
'''<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html">Docs</a> &raquo;</li>
<li>'''
# The index page has a slightly different breadcrumb.
@@ -95,7 +95,7 @@ breadcrumb_start_index = breadcrumb_start_other.replace('index.html', '#')
breadcrumb_end = \
'''</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>