mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
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:
@@ -76,7 +76,7 @@ replacements = [
|
||||
|
||||
# The title for the homepage is not ideal, so change it.
|
||||
('<title>Ceres Solver — Ceres Solver</title>',
|
||||
'<title>Ceres Solver — A Nonlinear Least Squares Minimizer</title>')
|
||||
'<title>Ceres Solver — 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> »</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/>
|
||||
|
||||
Reference in New Issue
Block a user