mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-31 01:20:38 +08:00
7da85fb0e2
1. Make the documentation build with Sphinx 1.2 2. Update the documentation for IterationSummary to be Sphinx friendly. Change-Id: I93c374987bc0597e854fbcb5a4a25dd2058607f5
12 lines
332 B
HTML
12 lines
332 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(includehidden=True) }}
|