mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
Deprecate LocalParameterizations
Add [[deprecate]] notices to everything LocalParameterization related. Make sure that Ceres can be compiled without triggering deprecation warnings. Update the documentation: a. Add deprecation notices. b. Document interaction between LocalParameterization and Manifold coexisting in the Problem. c. Add documentation for Manifold(s) Change-Id: Ie4ad48963c83fded86e533c8c60561af402fbaff
This commit is contained in:
@@ -60,7 +60,7 @@ elif N == 4:
|
||||
sphinx_exe = sys.argv[3]
|
||||
|
||||
# Run Sphinx to build the documentation.
|
||||
os.system('%s -b html -d %s %s %s' %(sphinx_exe, cache_dir, src_dir, html_dir))
|
||||
os.system('%s -n -b html -d %s %s %s' %(sphinx_exe, cache_dir, src_dir, html_dir))
|
||||
|
||||
replacements = [
|
||||
# The title for the homepage is not ideal, so change it.
|
||||
|
||||
Reference in New Issue
Block a user