mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
d91b671798
More small changes to the docs. 1. Better landing page. 2. Minor tweaks to the side bar. 3. Reference to more example code. 4. Local MathJax references. Change-Id: I39b9436dc2803732a875bbbee7f15802c4934031
12 lines
314 B
HTML
12 lines
314 B
HTML
{#
|
|
basic/globaltoc.html
|
|
~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Sphinx sidebar template: global table of contents.
|
|
|
|
:copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
|
|
:license: BSD, see LICENSE for details.
|
|
#}
|
|
<h3><a href="{{ pathto(master_doc) }}">{{ _('Ceres Solver') }}</a></h3>
|
|
{{ toctree() }}
|