mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +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
44 lines
1.1 KiB
ReStructuredText
44 lines
1.1 KiB
ReStructuredText
.. Ceres Solver documentation master file, created by
|
|
sphinx-quickstart on Sat Jan 19 00:07:33 2013.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
============
|
|
Ceres Solver
|
|
============
|
|
|
|
Ceres Solver is a portable C++ library for solving non-linear least
|
|
squares problems.
|
|
|
|
* Download the latest stable `release
|
|
<https://ceres-solver.googlecode.com/files/ceres-solver-1.4.0.tar.gz>`_
|
|
or clone the `repository
|
|
<https://ceres-solver.googlesource.com/ceres-solver>`_
|
|
|
|
* Read the :ref:`chapter-tutorial`
|
|
|
|
* Browse the :ref:`chapter-modeling` and :ref:`chapter-solving`
|
|
|
|
* Ask questions and join the discussion on the `mailing list
|
|
<https://groups.google.com/forum/?fromgroups#!forum/ceres-solver>`_.
|
|
|
|
* File bugs, feature requests in the `issue tracker
|
|
<https://code.google.com/p/ceres-solver/issues/list>`_.
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:hidden:
|
|
|
|
introduction
|
|
building
|
|
tutorial
|
|
modeling
|
|
solving
|
|
reading
|
|
contributing
|
|
acknowledgements
|
|
version_history
|
|
bibliography
|
|
license
|