Update documents to reflect version change.

And a few minor changes around BLAS.

Change-Id: Ie4c1eb35f7180f648493837b53f1c8bba48109d6
This commit is contained in:
Sameer Agarwal
2013-05-07 12:47:51 -07:00
parent 01010200b0
commit 5d7c19557c
6 changed files with 39 additions and 33 deletions
+3 -4
View File
@@ -18,10 +18,9 @@ to make a suggestion or three.
We follow Google's `C++ Style Guide
<http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml>`_ and
use `git
<http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml>`_ for
version control. We use the Gerrit code review system to collaborate
and review changes to Ceres. Gerrit enables pre-commit reviews so that
use `git <http://git-scm.com/>`_ for version control. We use the
`Gerrit <https://ceres-solver.googlesource.com/>`_ to collaborate and
review changes to Ceres. Gerrit enables pre-commit reviews so that
Ceres can maintain a linear history with clean, reviewed commits, and
no merges.