make_docs: Pass the file encoding to open() Otherwise, it will fail on Python 3 with: "UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 7690: ordinal not in range(128)" We have to use io.open() instead of open(), because open() does not accept the encoding on Python 2. Change-Id: I77b6552491e8de01d79a26d2f146ddbd968cce49
Please see ceres-solver.org for more information.
Ceres development happens on Gerrit, including both repository hosting and code reviews. The GitHub Repository is a continuously updated mirror which is primarily meant for issue tracking. Please see our Contributing to Ceres Guide for more details.
The upstream Gerrit repository is
https://ceres-solver.googlesource.com/ceres-solver