Thank you very much for your help! >Install the relevant cygwin packages: >``` >$ apt-cyg install bzip2 libbz2-devel liblzma-devel libffi-devel xz >``` >Clean up the corresponding Sage packages: >``` >$ make bzip2-clean liblzma-clean libffi-clean xz-clean > >Then configure again: >``` >$ make configure >$ ./configure >``` > >Follow any recommendations at end of configure output. > >Finally decide number of parallel jobs >``` >$ export MAKE='make -j8' >``` >and run make again: >``` >$ make -s V=0
That helped. Sage is now *almost* completely installed. However, now a different problem appeared. While installing the docs, the following error occured: >[reference] /home/Ray/sage/sage/src/doc/en/reference/index.rst:34: WARNING: unknown document: categories/index >[reference] /home/Ray/sage/sage/src/doc/en/reference/index.rst:76: WARNING: unknown document: groups/index >[reference] /home/Ray/sage/sage/src/doc/en/reference/index.rst:79: WARNING: unknown document: algebras/index >[reference] /home/Ray/sage/sage/src/doc/en/reference/index.rst:84: WARNING: unknown document: combinat/index >[reference] /home/Ray/sage/sage/src/doc/en/reference/index.rst:85: WARNING: unknown document: graphs/index >[reference] /home/Ray/sage/sage/src/doc/en/reference/index.rst:89: WARNING: unknown document: coding/index >[reference] /home/Ray/sage/sage/src/doc/en/reference/index.rst:105: WARNING: unknown document: knots/index >[reference] /home/Ray/sage/sage/src/doc/en/reference/index.rst:157: WARNING: unknown document: libs/index >[reference] The inventory files are in ../../local/share/doc/sage/inventory/en/reference. >Error building the documentation. >Traceback (most recent call last): > File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main > return _run_code(code, main_globals, None, > File "/usr/lib/python3.9/runpy.py", line 87, in _run_code > exec(code, run_globals) > File "/home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/__main__.py", line 500, in <module> > sys.exit(main()) > File "/home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/__main__.py", line 497, in main > builder() > File "/home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/builders.py", line 167, in f > runsphinx() > File "/home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/sphinxbuild.py", line 327, in runsphinx > sys.stderr.raise_errors() > File "/home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/sphinxbuild.py", line 263, in raise_errors > raise OSError(self._error) >OSError: /home/Ray/sage/sage/src/doc/en/reference/index.rst:34: WARNING: unknown document: categories/index > > Note: incremental documentation builds sometimes cause spurious > error messages. To be certain that these are real errors, run > "make doc-clean doc-uninstall" first and try again. >make[6]: *** [Makefile:27: doc-inventory--reference_top] Error 1 >make[5]: *** [Makefile:45: doc-inventory-reference] Error 2 I tried ``` $make doc-clean doc-uninstall $make configure $./configure $make -s V=0 ``` and it raised the same error (log file is attached). It appears that some of the docs are not building completely; this is a part of the log: >[knots ] building [inventory]: targets for 4 source files that are out of date >[knots ] updating environment: [new config] 4 added, 0 changed, 0 removed >[lfunction] building [inventory]: targets for 5 source files that are out of date >[lfunction] updating environment: [new config] 5 added, 0 changed, 0 removed >[lfunction] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/lfunctions. >Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/lfunctions And later I get this: >[reference] /home/Ray/sage/sage/src/doc/en/reference/index.rst:105: WARNING: unknown document: knots/index What is the best thing to do there? It's the same packages that cause the trouble in both runs. Thank you very much in advance! Max Samuel Lelievre schrieb am Montag, 25. Juli 2022 um 09:17:47 UTC+9: > Install the relevant cygwin packages: > ``` > $ apt-cyg install bzip2 libbz2-devel liblzma-devel libffi-devel xz > ``` > Clean up the corresponding Sage packages: > ``` > $ make bzip2-clean liblzma-clean libffi-clean xz-clean > > Then configure again: > ``` > $ make configure > $ ./configure > ``` > > Follow any recommendations at end of configure output. > > Finally decide number of parallel jobs > ``` > $ export MAKE='make -j8' > ``` > and run make again: > ``` > $ make -s V=0 > ``` > > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/b97b4623-d9e1-4201-b34b-badd26309386n%40googlegroups.com.
[reference] Matplotlib is building the font cache; this may take a moment. [reference] building [inventory]: targets for 1 source files that are out of date [reference] updating environment: [new config] 1 added, 0 changed, 0 removed [reference] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/references. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/references [spkg ] building [inventory]: targets for 373 source files that are out of date [spkg ] updating environment: [new config] 373 added, 0 changed, 0 removed [spkg ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/spkg. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/spkg [manifolds] building [inventory]: targets for 88 source files that are out of date [manifolds] updating environment: [new config] 88 added, 0 changed, 0 removed [manifolds] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/manifolds. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/manifolds [polynomia] building [inventory]: targets for 62 source files that are out of date [polynomia] updating environment: [new config] 62 added, 0 changed, 0 removed [polynomia] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/polynomial_rings. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/polynomial_rings [repl ] building [inventory]: targets for 36 source files that are out of date [repl ] updating environment: [new config] 36 added, 0 changed, 0 removed [repl ] executing interact [repl ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/jsonschema/validators.py:188: DeprecationWarning: Passing a schema to Validator.iter_errors is deprecated and will be removed in a future release. Call validator.evolve(schema=new_schema).iter_errors(...) instead. [repl ] warnings.warn( [IPKernelApp] WARNING | debugpy_stream undefined, debugging will not be enabled [repl ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/jsonschema/validators.py:188: DeprecationWarning: Passing a schema to Validator.iter_errors is deprecated and will be removed in a future release. Call validator.evolve(schema=new_schema).iter_errors(...) instead. [repl ] warnings.warn( [repl ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/repl. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/repl [algebras ] building [inventory]: targets for 100 source files that are out of date [algebras ] updating environment: [new config] 100 added, 0 changed, 0 removed [tensor_fr] building [inventory]: targets for 19 source files that are out of date [tensor_fr] updating environment: [new config] 19 added, 0 changed, 0 removed [tensor_fr] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/tensor_free_modules. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/tensor_free_modules [combinat ] building [inventory]: targets for 371 source files that are out of date [combinat ] updating environment: [new config] 371 added, 0 changed, 0 removed [dynamics ] building [inventory]: targets for 16 source files that are out of date [dynamics ] updating environment: [new config] 16 added, 0 changed, 0 removed [dynamics ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/dynamics. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/dynamics [plot3d ] building [inventory]: targets for 20 source files that are out of date [plot3d ] updating environment: [new config] 20 added, 0 changed, 0 removed [plot3d ] executing plot3d [plot3d ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/jsonschema/validators.py:188: DeprecationWarning: Passing a schema to Validator.iter_errors is deprecated and will be removed in a future release. Call validator.evolve(schema=new_schema).iter_errors(...) instead. [plot3d ] warnings.warn( [IPKernelApp] WARNING | debugpy_stream undefined, debugging will not be enabled [plot3d ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/jsonschema/validators.py:188: DeprecationWarning: Passing a schema to Validator.iter_errors is deprecated and will be removed in a future release. Call validator.evolve(schema=new_schema).iter_errors(...) instead. [plot3d ] warnings.warn( [plot3d ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/plot3d. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/plot3d [arithgrou] building [inventory]: targets for 12 source files that are out of date [arithgrou] updating environment: [new config] 12 added, 0 changed, 0 removed [arithgrou] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/arithgroup. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/arithgroup [graphs ] building [inventory]: targets for 74 source files that are out of date [graphs ] updating environment: [new config] 74 added, 0 changed, 0 removed /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/builders.py:1072: DeprecationWarning: the module sage.structure.graphics_file is deprecated See https://trac.sagemath.org/32988 for details. __import__(module_name) /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/builders.py:1072: DeprecationWarning: the package sage.media is deprecated See http://trac.sagemath.org/12673 for details. __import__(module_name) [misc ] building [inventory]: targets for 134 source files that are out of date [misc ] updating environment: [new config] 134 added, 0 changed, 0 removed [misc ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sphinx/events.py:91: DeprecationWarning: ECL_TMP is deprecated and is no longer used by the ECL interface in sage [misc ] See https://trac.sagemath.org/33213 for details. [misc ] logger.debug('[app] emitting event: %r%s', name, repr(args)[:100]) [misc ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/conf.py:846: DeprecationWarning: ECL_TMP is deprecated and is no longer used by the ECL interface in sage [misc ] See https://trac.sagemath.org/33213 for details. [misc ] if getattr(obj, '__module__', None) == '__builtin__': [misc ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/conf.py:849: DeprecationWarning: ECL_TMP is deprecated and is no longer used by the ECL interface in sage [misc ] See https://trac.sagemath.org/33213 for details. [misc ] objname = getattr(obj, "__name__", None) [misc ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sphinx/events.py:91: DeprecationWarning: SAGE_TMP is deprecated; please use python's "tempfile" module instead. [misc ] See https://trac.sagemath.org/33213 for details. [misc ] logger.debug('[app] emitting event: %r%s', name, repr(args)[:100]) [misc ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/conf.py:846: DeprecationWarning: SAGE_TMP is deprecated; please use python's "tempfile" module instead. [misc ] See https://trac.sagemath.org/33213 for details. [misc ] if getattr(obj, '__module__', None) == '__builtin__': [misc ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/conf.py:849: DeprecationWarning: SAGE_TMP is deprecated; please use python's "tempfile" module instead. [misc ] See https://trac.sagemath.org/33213 for details. [misc ] objname = getattr(obj, "__name__", None) [misc ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sphinx/events.py:91: DeprecationWarning: SPYX_TMP is deprecated; use sage.misc.temporary_file.spyx_tmp instead [misc ] See https://trac.sagemath.org/33213 for details. [misc ] logger.debug('[app] emitting event: %r%s', name, repr(args)[:100]) [misc ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/conf.py:846: DeprecationWarning: SPYX_TMP is deprecated; use sage.misc.temporary_file.spyx_tmp instead [misc ] See https://trac.sagemath.org/33213 for details. [misc ] if getattr(obj, '__module__', None) == '__builtin__': [misc ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/conf.py:849: DeprecationWarning: SPYX_TMP is deprecated; use sage.misc.temporary_file.spyx_tmp instead [misc ] See https://trac.sagemath.org/33213 for details. [misc ] objname = getattr(obj, "__name__", None) [misc ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sphinx/util/inspect.py:448: DeprecationWarning: ECL_TMP is deprecated and is no longer used by the ECL interface in sage [misc ] See https://trac.sagemath.org/33213 for details. [misc ] return getattr(obj, name, *defargs) [misc ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sphinx/util/inspect.py:448: DeprecationWarning: SAGE_TMP is deprecated; please use python's "tempfile" module instead. [misc ] See https://trac.sagemath.org/33213 for details. [misc ] return getattr(obj, name, *defargs) [misc ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sphinx/util/inspect.py:448: DeprecationWarning: SPYX_TMP is deprecated; use sage.misc.temporary_file.spyx_tmp instead [misc ] See https://trac.sagemath.org/33213 for details. [misc ] return getattr(obj, name, *defargs) [misc ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/misc. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/misc [parallel ] building [inventory]: targets for 8 source files that are out of date [parallel ] updating environment: [new config] 8 added, 0 changed, 0 removed [parallel ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/parallel. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/parallel [topology ] building [inventory]: targets for 14 source files that are out of date [topology ] updating environment: [new config] 14 added, 0 changed, 0 removed [topology ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/topology. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/topology /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/builders.py:1072: FutureWarning: EllipticCurveHom_composite is experimental code. See https://trac.sagemath.org/32744 for details. __import__(module_name) [arithmeti] building [inventory]: targets for 59 source files that are out of date [arithmeti] updating environment: [new config] 59 added, 0 changed, 0 removed [arithmeti] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/arithmetic_curves. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/arithmetic_curves [asymptoti] building [inventory]: targets for 8 source files that are out of date [asymptoti] updating environment: [new config] 8 added, 0 changed, 0 removed [asymptoti] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/asymptotic. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/asymptotic [calculus ] building [inventory]: targets for 35 source files that are out of date [calculus ] updating environment: [new config] 35 added, 0 changed, 0 removed [calculus ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/calculus. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/calculus [categorie] building [inventory]: targets for 223 source files that are out of date [categorie] updating environment: [new config] 223 added, 0 changed, 0 removed [coding ] building [inventory]: targets for 42 source files that are out of date [coding ] updating environment: [new config] 42 added, 0 changed, 0 removed [coercion ] building [inventory]: targets for 8 source files that are out of date [coercion ] updating environment: [new config] 8 added, 0 changed, 0 removed [coercion ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/coercion. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/coercion [constants] building [inventory]: targets for 2 source files that are out of date [constants] updating environment: [new config] 2 added, 0 changed, 0 removed [constants] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/constants. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/constants [cpython ] building [inventory]: targets for 8 source files that are out of date [cpython ] updating environment: [new config] 8 added, 0 changed, 0 removed [cpython ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/cpython. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/cpython [cryptogra] building [inventory]: targets for 22 source files that are out of date [cryptogra] updating environment: [new config] 22 added, 0 changed, 0 removed [cryptogra] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/cryptography. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/cryptography [curves ] building [inventory]: targets for 17 source files that are out of date [curves ] updating environment: [new config] 17 added, 0 changed, 0 removed [curves ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/curves. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/curves [data_stru] building [inventory]: targets for 6 source files that are out of date [data_stru] updating environment: [new config] 6 added, 0 changed, 0 removed [data_stru] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/data_structures. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/data_structures [databases] building [inventory]: targets for 14 source files that are out of date [databases] updating environment: [new config] 14 added, 0 changed, 0 removed [databases] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/databases. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/databases [diophanti] building [inventory]: targets for 2 source files that are out of date [diophanti] updating environment: [new config] 2 added, 0 changed, 0 removed [diophanti] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/diophantine_approximation. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/diophantine_approximation [discrete_] building [inventory]: targets for 53 source files that are out of date [discrete_] updating environment: [new config] 53 added, 0 changed, 0 removed [discrete_] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/discrete_geometry. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/discrete_geometry [doctest ] building [inventory]: targets for 10 source files that are out of date [doctest ] updating environment: [new config] 10 added, 0 changed, 0 removed [doctest ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/doctest. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/doctest [documenta] building [inventory]: targets for 7 source files that are out of date [documenta] updating environment: [new config] 7 added, 0 changed, 0 removed [documenta] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/documentation. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/documentation [euclidean] building [inventory]: targets for 3 source files that are out of date [euclidean] updating environment: [new config] 3 added, 0 changed, 0 removed [euclidean] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/euclidean_spaces. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/euclidean_spaces /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/builders.py:1072: DeprecationWarning: the package sage.finance is deprecated See https://trac.sagemath.org/32427 for details. __import__(module_name) [finance ] building [inventory]: targets for 6 source files that are out of date [finance ] updating environment: [new config] 6 added, 0 changed, 0 removed [finance ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/finance. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/finance [finite_ri] building [inventory]: targets for 20 source files that are out of date [finite_ri] updating environment: [new config] 20 added, 0 changed, 0 removed [finite_ri] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/finite_rings. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/finite_rings [function_] building [inventory]: targets for 13 source files that are out of date [function_] updating environment: [new config] 13 added, 0 changed, 0 removed [function_] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/function_fields. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/function_fields [functions] building [inventory]: targets for 20 source files that are out of date [functions] updating environment: [new config] 20 added, 0 changed, 0 removed [functions] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/functions. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/functions [game_theo] building [inventory]: targets for 7 source files that are out of date [game_theo] updating environment: [new config] 7 added, 0 changed, 0 removed [game_theo] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/game_theory. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/game_theory [games ] building [inventory]: targets for 5 source files that are out of date [games ] updating environment: [new config] 5 added, 0 changed, 0 removed [games ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/games. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/games [groups ] building [inventory]: targets for 68 source files that are out of date [groups ] updating environment: [new config] 68 added, 0 changed, 0 removed [hecke ] building [inventory]: targets for 10 source files that are out of date [hecke ] updating environment: [new config] 10 added, 0 changed, 0 removed [hecke ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/hecke. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/hecke [history_a] building [inventory]: targets for 1 source files that are out of date [history_a] updating environment: [new config] 1 added, 0 changed, 0 removed [history_a] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/history_and_license. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/history_and_license [homology ] building [inventory]: targets for 14 source files that are out of date [homology ] updating environment: [new config] 14 added, 0 changed, 0 removed [homology ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/homology. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/homology [hyperboli] building [inventory]: targets for 6 source files that are out of date [hyperboli] updating environment: [new config] 6 added, 0 changed, 0 removed [hyperboli] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/hyperbolic_geometry. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/hyperbolic_geometry [interface] building [inventory]: targets for 51 source files that are out of date [interface] updating environment: [new config] 51 added, 0 changed, 0 removed [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:56: CRITICAL: Unexpected section title. [interface] Basic Scene Requirements [interface] ------------------------ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:94: CRITICAL: Unexpected section title. [interface] Camera and viewing parameters [interface] ----------------------------- [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:111: CRITICAL: Unexpected section title. [interface] Camera projection modes [interface] ~~~~~~~~~~~~~~~~~~~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:135: CRITICAL: Unexpected section title. [interface] Common camera parameters [interface] ~~~~~~~~~~~~~~~~~~~~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:194: CRITICAL: Unexpected section title. [interface] Viewing frustum [interface] ~~~~~~~~~~~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:218: CRITICAL: Unexpected section title. [interface] Including Files [interface] --------------- [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:228: CRITICAL: Unexpected section title. [interface] Scene File Comments [interface] ------------------- [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:237: CRITICAL: Unexpected section title. [interface] Lights [interface] ------ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:312: CRITICAL: Unexpected section title. [interface] Atmospheric effects [interface] ------------------- [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:318: CRITICAL: Unexpected section title. [interface] Fog [interface] ~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:341: CRITICAL: Unexpected section title. [interface] Objects [interface] ------- [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:344: CRITICAL: Unexpected section title. [interface] Spheres [interface] ~~~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:372: CRITICAL: Unexpected section title. [interface] Triangles [interface] ~~~~~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:393: CRITICAL: Unexpected section title. [interface] Smoothed Triangles [interface] ~~~~~~~~~~~~~~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:415: CRITICAL: Unexpected section title. [interface] Infinite Planes [interface] ~~~~~~~~~~~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:439: CRITICAL: Unexpected section title. [interface] Rings [interface] ~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:457: CRITICAL: Unexpected section title. [interface] Infinite Cylinders [interface] ~~~~~~~~~~~~~~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:471: CRITICAL: Unexpected section title. [interface] Finite Cylinders [interface] ~~~~~~~~~~~~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:496: CRITICAL: Unexpected section title. [interface] Axis Aligned Boxes [interface] ~~~~~~~~~~~~~~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:511: CRITICAL: Unexpected section title. [interface] Fractal Landscapes [interface] ~~~~~~~~~~~~~~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:538: CRITICAL: Unexpected section title. [interface] Arbitrary Quadric Surfaces [interface] ~~~~~~~~~~~~~~~~~~~~~~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:544: CRITICAL: Unexpected section title. [interface] Volume Rendered Scalar Voxels [interface] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:567: CRITICAL: Unexpected section title. [interface] Texture and Color [interface] ----------------- [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:570: CRITICAL: Unexpected section title. [interface] Simple Texture Characteristics [interface] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:601: CRITICAL: Unexpected section title. [interface] Texture Declaration and Aliasing [interface] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:640: CRITICAL: Unexpected section title. [interface] Image Maps and Procedural Textures [interface] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [interface] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/interfaces. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/interfaces [knots ] building [inventory]: targets for 4 source files that are out of date [knots ] updating environment: [new config] 4 added, 0 changed, 0 removed [lfunction] building [inventory]: targets for 5 source files that are out of date [lfunction] updating environment: [new config] 5 added, 0 changed, 0 removed [lfunction] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/lfunctions. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/lfunctions // Giac share root-directory:/home/Ray/sage/sage/local/share/giac/ // Giac share root-directory:/home/Ray/sage/sage/local/share/giac/ Help file /home/Ray/sage/sage/local/share/giac/doc/fr/aide_cas not found Added 0 synonyms [libs ] building [inventory]: targets for 38 source files that are out of date [libs ] updating environment: [new config] 38 added, 0 changed, 0 removed [logic ] building [inventory]: targets for 7 source files that are out of date [logic ] updating environment: [new config] 7 added, 0 changed, 0 removed [logic ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/logic. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/logic [matrices ] building [inventory]: targets for 44 source files that are out of date [matrices ] updating environment: [new config] 44 added, 0 changed, 0 removed [matrices ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/matrices. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/matrices [matroids ] building [inventory]: targets for 20 source files that are out of date [matroids ] updating environment: [new config] 20 added, 0 changed, 0 removed [matroids ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/matroids. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/matroids [modabvar ] building [inventory]: targets for 12 source files that are out of date [modabvar ] updating environment: [new config] 12 added, 0 changed, 0 removed [modabvar ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/modabvar. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/modabvar [modfrm ] building [inventory]: targets for 22 source files that are out of date [modfrm ] updating environment: [new config] 22 added, 0 changed, 0 removed [modfrm ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/modfrm. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/modfrm [modfrm_he] building [inventory]: targets for 15 source files that are out of date [modfrm_he] updating environment: [new config] 15 added, 0 changed, 0 removed [modfrm_he] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/modfrm_hecketriangle. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/modfrm_hecketriangle [modmisc ] building [inventory]: targets for 18 source files that are out of date [modmisc ] updating environment: [new config] 18 added, 0 changed, 0 removed [modmisc ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/modmisc. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/modmisc [modsym ] building [inventory]: targets for 27 source files that are out of date [modsym ] updating environment: [new config] 27 added, 0 changed, 0 removed [modsym ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/modsym. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/modsym [modules ] building [inventory]: targets for 53 source files that are out of date [modules ] updating environment: [new config] 53 added, 0 changed, 0 removed [modules ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/modules. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/modules [monoids ] building [inventory]: targets for 13 source files that are out of date [monoids ] updating environment: [new config] 13 added, 0 changed, 0 removed [monoids ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/monoids. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/monoids [noncommut] building [inventory]: targets for 10 source files that are out of date [noncommut] updating environment: [new config] 10 added, 0 changed, 0 removed [noncommut] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/noncommutative_polynomial_rings. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/noncommutative_polynomial_rings [number_fi] building [inventory]: targets for 28 source files that are out of date [number_fi] updating environment: [new config] 28 added, 0 changed, 0 removed [number_fi] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/number_fields. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/number_fields [numerical] building [inventory]: targets for 21 source files that are out of date [numerical] updating environment: [new config] 21 added, 0 changed, 0 removed [numerical] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/numerical. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/numerical [padics ] building [inventory]: targets for 29 source files that are out of date [padics ] updating environment: [new config] 29 added, 0 changed, 0 removed [padics ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/padics. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/padics [plotting ] building [inventory]: targets for 32 source files that are out of date [plotting ] updating environment: [new config] 32 added, 0 changed, 0 removed [plotting ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/plot/contour_plot.py:206: UserWarning: No contour levels were found within the data range. [plotting ] CS = subplot.contour(self.xy_data_array, contours, cmap=cmap, [plotting ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/plotting. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/plotting [power_ser] building [inventory]: targets for 14 source files that are out of date [power_ser] updating environment: [new config] 14 added, 0 changed, 0 removed [power_ser] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/power_series. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/power_series [probabili] building [inventory]: targets for 3 source files that are out of date [probabili] updating environment: [new config] 3 added, 0 changed, 0 removed [probabili] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/probability. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/probability [quadratic] building [inventory]: targets for 14 source files that are out of date [quadratic] updating environment: [new config] 14 added, 0 changed, 0 removed [quadratic] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/quadratic_forms. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/quadratic_forms [quasimodf] building [inventory]: targets for 3 source files that are out of date [quasimodf] updating environment: [new config] 3 added, 0 changed, 0 removed [quasimodf] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/quasimodfrm. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/quasimodfrm [quat_alge] building [inventory]: targets for 3 source files that are out of date [quat_alge] updating environment: [new config] 3 added, 0 changed, 0 removed [quat_alge] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/quat_algebras. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/quat_algebras [quivers ] building [inventory]: targets for 8 source files that are out of date [quivers ] updating environment: [new config] 8 added, 0 changed, 0 removed [quivers ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/quivers. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/quivers [riemannia] building [inventory]: targets for 3 source files that are out of date [riemannia] updating environment: [new config] 3 added, 0 changed, 0 removed [riemannia] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/riemannian_geometry. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/riemannian_geometry [rings ] building [inventory]: targets for 19 source files that are out of date [rings ] updating environment: [new config] 19 added, 0 changed, 0 removed [rings ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/rings. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/rings [rings_num] building [inventory]: targets for 13 source files that are out of date [rings_num] updating environment: [new config] 13 added, 0 changed, 0 removed [rings_num] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/rings_numerical. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/rings_numerical [rings_sta] building [inventory]: targets for 14 source files that are out of date [rings_sta] updating environment: [new config] 14 added, 0 changed, 0 removed [rings_sta] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/rings_standard. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/rings_standard [sat ] building [inventory]: targets for 8 source files that are out of date [sat ] updating environment: [new config] 8 added, 0 changed, 0 removed [sat ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/sat. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/sat [schemes ] building [inventory]: targets for 53 source files that are out of date [schemes ] updating environment: [new config] 53 added, 0 changed, 0 removed [schemes ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/schemes. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/schemes [semirings] building [inventory]: targets for 3 source files that are out of date [semirings] updating environment: [new config] 3 added, 0 changed, 0 removed [semirings] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/semirings. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/semirings [sets ] building [inventory]: targets for 19 source files that are out of date [sets ] updating environment: [new config] 19 added, 0 changed, 0 removed [sets ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/sets. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/sets [stats ] building [inventory]: targets for 11 source files that are out of date [stats ] updating environment: [new config] 11 added, 0 changed, 0 removed [stats ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/stats. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/stats [structure] building [inventory]: targets for 32 source files that are out of date [structure] updating environment: [new config] 32 added, 0 changed, 0 removed [structure] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/structure. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/structure [valuation] building [inventory]: targets for 14 source files that are out of date [valuation] updating environment: [new config] 14 added, 0 changed, 0 removed [valuation] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/valuations. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/valuations [reference] building [inventory]: targets for 1 source files that are out of date [reference] updating environment: [new config] 1 added, 0 changed, 0 removed [reference] Merging environment/index files... [reference] algebras: arithgroup: 1 todos, 12 index, 0 citations, 11 modules [reference] arithmetic_curves: 12 todos, 59 index, 2 citations, 58 modules [reference] asymptotic: 6 todos, 8 index, 0 citations, 7 modules [reference] calculus: 2 todos, 35 index, 0 citations, 34 modules [reference] categories: coding: coercion: 0 todos, 8 index, 0 citations, 7 modules [reference] combinat: constants: 0 todos, 2 index, 0 citations, 1 modules [reference] cpython: 0 todos, 8 index, 0 citations, 7 modules [reference] cryptography: 0 todos, 22 index, 0 citations, 21 modules [reference] curves: 1 todos, 17 index, 0 citations, 16 modules [reference] data_structures: 2 todos, 6 index, 0 citations, 5 modules [reference] databases: 3 todos, 14 index, 0 citations, 13 modules [reference] diophantine_approximation: 3 todos, 2 index, 0 citations, 1 modules [reference] discrete_geometry: 7 todos, 53 index, 0 citations, 52 modules [reference] doctest: 0 todos, 10 index, 0 citations, 9 modules [reference] documentation: 0 todos, 7 index, 0 citations, 6 modules [reference] dynamics: 13 todos, 16 index, 0 citations, 13 modules [reference] euclidean_spaces: 0 todos, 3 index, 0 citations, 2 modules [reference] finance: 0 todos, 6 index, 0 citations, 5 modules [reference] finite_rings: 1 todos, 20 index, 0 citations, 19 modules [reference] function_fields: 1 todos, 13 index, 0 citations, 12 modules [reference] functions: 2 todos, 20 index, 0 citations, 19 modules [reference] game_theory: 0 todos, 7 index, 0 citations, 6 modules [reference] games: 0 todos, 5 index, 0 citations, 4 modules [reference] graphs: groups: hecke: 0 todos, 10 index, 0 citations, 9 modules [reference] history_and_license: 0 todos, 1 index, 0 citations, 0 modules [reference] homology: 1 todos, 14 index, 0 citations, 13 modules [reference] hyperbolic_geometry: 1 todos, 6 index, 0 citations, 5 modules [reference] interfaces: 8 todos, 51 index, 0 citations, 50 modules [reference] knots: lfunctions: 2 todos, 5 index, 0 citations, 4 modules [reference] libs: logic: 2 todos, 7 index, 0 citations, 6 modules [reference] manifolds: 1 todos, 88 index, 0 citations, 68 modules [reference] matrices: 8 todos, 44 index, 0 citations, 43 modules [reference] matroids: 7 todos, 20 index, 0 citations, 19 modules [reference] misc: 11 todos, 134 index, 0 citations, 132 modules [reference] modabvar: 0 todos, 12 index, 0 citations, 11 modules [reference] modfrm: 0 todos, 22 index, 0 citations, 21 modules [reference] modfrm_hecketriangle: 1 todos, 15 index, 0 citations, 14 modules [reference] modmisc: 2 todos, 18 index, 5 citations, 17 modules [reference] modsym: 2 todos, 27 index, 0 citations, 26 modules [reference] modules: 10 todos, 53 index, 0 citations, 52 modules [reference] monoids: 0 todos, 13 index, 0 citations, 12 modules [reference] noncommutative_polynomial_rings: 5 todos, 10 index, 0 citations, 9 modules [reference] number_fields: 4 todos, 28 index, 0 citations, 27 modules [reference] numerical: 1 todos, 21 index, 0 citations, 20 modules [reference] padics: 4 todos, 29 index, 0 citations, 28 modules [reference] parallel: 0 todos, 8 index, 0 citations, 7 modules [reference] plot3d: 8 todos, 20 index, 0 citations, 18 modules [reference] plotting: 0 todos, 32 index, 0 citations, 31 modules [reference] polynomial_rings: 8 todos, 62 index, 0 citations, 57 modules [reference] power_series: 1 todos, 14 index, 0 citations, 13 modules [reference] probability: 0 todos, 3 index, 0 citations, 2 modules [reference] quadratic_forms: 6 todos, 14 index, 0 citations, 13 modules [reference] quasimodfrm: 0 todos, 3 index, 0 citations, 2 modules [reference] quat_algebras: 0 todos, 3 index, 0 citations, 2 modules [reference] quivers: 2 todos, 8 index, 0 citations, 7 modules [reference] references: 0 todos, 1 index, 1449 citations, 0 modules [reference] repl: 1 todos, 36 index, 0 citations, 32 modules [reference] riemannian_geometry: 0 todos, 3 index, 0 citations, 2 modules [reference] rings: 8 todos, 19 index, 0 citations, 18 modules [reference] rings_numerical: 3 todos, 13 index, 0 citations, 12 modules [reference] rings_standard: 1 todos, 14 index, 0 citations, 13 modules [reference] sat: 0 todos, 8 index, 4 citations, 7 modules [reference] schemes: 5 todos, 53 index, 0 citations, 52 modules [reference] semirings: 0 todos, 3 index, 0 citations, 2 modules [reference] sets: 4 todos, 19 index, 0 citations, 18 modules [reference] spkg: 0 todos, 373 index, 0 citations, 0 modules [reference] stats: 0 todos, 11 index, 0 citations, 10 modules [reference] structure: 7 todos, 32 index, 0 citations, 31 modules [reference] tensor_free_modules: 2 todos, 19 index, 0 citations, 15 modules [reference] topology: 0 todos, 14 index, 0 citations, 13 modules [reference] valuations: 1 todos, 14 index, 0 citations, 13 modules [reference] ... done (181 todos, 1708 index, 1460 citations, 1300 modules) [reference] /home/Ray/sage/sage/src/doc/en/reference/index.rst:34: WARNING: unknown document: categories/index [reference] /home/Ray/sage/sage/src/doc/en/reference/index.rst:76: WARNING: unknown document: groups/index [reference] /home/Ray/sage/sage/src/doc/en/reference/index.rst:79: WARNING: unknown document: algebras/index [reference] /home/Ray/sage/sage/src/doc/en/reference/index.rst:84: WARNING: unknown document: combinat/index [reference] /home/Ray/sage/sage/src/doc/en/reference/index.rst:85: WARNING: unknown document: graphs/index [reference] /home/Ray/sage/sage/src/doc/en/reference/index.rst:89: WARNING: unknown document: coding/index [reference] /home/Ray/sage/sage/src/doc/en/reference/index.rst:105: WARNING: unknown document: knots/index [reference] /home/Ray/sage/sage/src/doc/en/reference/index.rst:157: WARNING: unknown document: libs/index [reference] The inventory files are in ../../local/share/doc/sage/inventory/en/reference. Error building the documentation. Traceback (most recent call last): File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.9/runpy.py", line 87, in _run_code exec(code, run_globals) File "/home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/__main__.py", line 500, in <module> sys.exit(main()) File "/home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/__main__.py", line 497, in main builder() File "/home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/builders.py", line 167, in f runsphinx() File "/home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/sphinxbuild.py", line 327, in runsphinx sys.stderr.raise_errors() File "/home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/sphinxbuild.py", line 263, in raise_errors raise OSError(self._error) OSError: /home/Ray/sage/sage/src/doc/en/reference/index.rst:34: WARNING: unknown document: categories/index Note: incremental documentation builds sometimes cause spurious error messages. To be certain that these are real errors, run "make doc-clean doc-uninstall" first and try again. make[6]: *** [Makefile:27: doc-inventory--reference_top] Error 1 make[5]: *** [Makefile:45: doc-inventory-reference] Error 2 [reference] building [inventory]: targets for 1 source files that are out of date [reference] updating environment: [new config] 1 added, 0 changed, 0 removed [reference] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/references. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/references [spkg ] building [inventory]: targets for 373 source files that are out of date [spkg ] updating environment: [new config] 373 added, 0 changed, 0 removed [spkg ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/spkg. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/spkg [manifolds] building [inventory]: targets for 88 source files that are out of date [manifolds] updating environment: [new config] 88 added, 0 changed, 0 removed [manifolds] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/manifolds. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/manifolds [polynomia] building [inventory]: targets for 62 source files that are out of date [polynomia] updating environment: [new config] 62 added, 0 changed, 0 removed [polynomia] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/polynomial_rings. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/polynomial_rings [repl ] building [inventory]: targets for 36 source files that are out of date [repl ] updating environment: [new config] 36 added, 0 changed, 0 removed [repl ] executing interact [repl ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/jsonschema/validators.py:188: DeprecationWarning: Passing a schema to Validator.iter_errors is deprecated and will be removed in a future release. Call validator.evolve(schema=new_schema).iter_errors(...) instead. [repl ] warnings.warn( [IPKernelApp] WARNING | debugpy_stream undefined, debugging will not be enabled [repl ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/jsonschema/validators.py:188: DeprecationWarning: Passing a schema to Validator.iter_errors is deprecated and will be removed in a future release. Call validator.evolve(schema=new_schema).iter_errors(...) instead. [repl ] warnings.warn( [repl ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/repl. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/repl [algebras ] building [inventory]: targets for 100 source files that are out of date [algebras ] updating environment: [new config] 100 added, 0 changed, 0 removed [tensor_fr] building [inventory]: targets for 19 source files that are out of date [tensor_fr] updating environment: [new config] 19 added, 0 changed, 0 removed [tensor_fr] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/tensor_free_modules. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/tensor_free_modules [combinat ] building [inventory]: targets for 371 source files that are out of date [combinat ] updating environment: [new config] 371 added, 0 changed, 0 removed [dynamics ] building [inventory]: targets for 16 source files that are out of date [dynamics ] updating environment: [new config] 16 added, 0 changed, 0 removed [dynamics ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/dynamics. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/dynamics [plot3d ] building [inventory]: targets for 20 source files that are out of date [plot3d ] updating environment: [new config] 20 added, 0 changed, 0 removed [plot3d ] executing plot3d [plot3d ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/jsonschema/validators.py:188: DeprecationWarning: Passing a schema to Validator.iter_errors is deprecated and will be removed in a future release. Call validator.evolve(schema=new_schema).iter_errors(...) instead. [plot3d ] warnings.warn( [IPKernelApp] WARNING | debugpy_stream undefined, debugging will not be enabled [plot3d ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/jsonschema/validators.py:188: DeprecationWarning: Passing a schema to Validator.iter_errors is deprecated and will be removed in a future release. Call validator.evolve(schema=new_schema).iter_errors(...) instead. [plot3d ] warnings.warn( [plot3d ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/plot3d. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/plot3d [arithgrou] building [inventory]: targets for 12 source files that are out of date [arithgrou] updating environment: [new config] 12 added, 0 changed, 0 removed [arithgrou] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/arithgroup. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/arithgroup [documenta] building [inventory]: targets for 7 source files that are out of date [documenta] updating environment: [new config] 7 added, 0 changed, 0 removed [documenta] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/documentation. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/documentation [graphs ] building [inventory]: targets for 74 source files that are out of date [graphs ] updating environment: [new config] 74 added, 0 changed, 0 removed /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/builders.py:1072: DeprecationWarning: the module sage.structure.graphics_file is deprecated See https://trac.sagemath.org/32988 for details. __import__(module_name) /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/builders.py:1072: DeprecationWarning: the package sage.media is deprecated See http://trac.sagemath.org/12673 for details. __import__(module_name) [misc ] building [inventory]: targets for 134 source files that are out of date [misc ] updating environment: [new config] 134 added, 0 changed, 0 removed [misc ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sphinx/events.py:91: DeprecationWarning: ECL_TMP is deprecated and is no longer used by the ECL interface in sage [misc ] See https://trac.sagemath.org/33213 for details. [misc ] logger.debug('[app] emitting event: %r%s', name, repr(args)[:100]) [misc ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/conf.py:846: DeprecationWarning: ECL_TMP is deprecated and is no longer used by the ECL interface in sage [misc ] See https://trac.sagemath.org/33213 for details. [misc ] if getattr(obj, '__module__', None) == '__builtin__': [misc ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/conf.py:849: DeprecationWarning: ECL_TMP is deprecated and is no longer used by the ECL interface in sage [misc ] See https://trac.sagemath.org/33213 for details. [misc ] objname = getattr(obj, "__name__", None) [misc ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sphinx/events.py:91: DeprecationWarning: SAGE_TMP is deprecated; please use python's "tempfile" module instead. [misc ] See https://trac.sagemath.org/33213 for details. [misc ] logger.debug('[app] emitting event: %r%s', name, repr(args)[:100]) [misc ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/conf.py:846: DeprecationWarning: SAGE_TMP is deprecated; please use python's "tempfile" module instead. [misc ] See https://trac.sagemath.org/33213 for details. [misc ] if getattr(obj, '__module__', None) == '__builtin__': [misc ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/conf.py:849: DeprecationWarning: SAGE_TMP is deprecated; please use python's "tempfile" module instead. [misc ] See https://trac.sagemath.org/33213 for details. [misc ] objname = getattr(obj, "__name__", None) [misc ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sphinx/events.py:91: DeprecationWarning: SPYX_TMP is deprecated; use sage.misc.temporary_file.spyx_tmp instead [misc ] See https://trac.sagemath.org/33213 for details. [misc ] logger.debug('[app] emitting event: %r%s', name, repr(args)[:100]) [misc ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/conf.py:846: DeprecationWarning: SPYX_TMP is deprecated; use sage.misc.temporary_file.spyx_tmp instead [misc ] See https://trac.sagemath.org/33213 for details. [misc ] if getattr(obj, '__module__', None) == '__builtin__': [misc ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/conf.py:849: DeprecationWarning: SPYX_TMP is deprecated; use sage.misc.temporary_file.spyx_tmp instead [misc ] See https://trac.sagemath.org/33213 for details. [misc ] objname = getattr(obj, "__name__", None) [misc ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sphinx/util/inspect.py:448: DeprecationWarning: ECL_TMP is deprecated and is no longer used by the ECL interface in sage [misc ] See https://trac.sagemath.org/33213 for details. [misc ] return getattr(obj, name, *defargs) [misc ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sphinx/util/inspect.py:448: DeprecationWarning: SAGE_TMP is deprecated; please use python's "tempfile" module instead. [misc ] See https://trac.sagemath.org/33213 for details. [misc ] return getattr(obj, name, *defargs) [misc ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sphinx/util/inspect.py:448: DeprecationWarning: SPYX_TMP is deprecated; use sage.misc.temporary_file.spyx_tmp instead [misc ] See https://trac.sagemath.org/33213 for details. [misc ] return getattr(obj, name, *defargs) [misc ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/misc. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/misc [parallel ] building [inventory]: targets for 8 source files that are out of date [parallel ] updating environment: [new config] 8 added, 0 changed, 0 removed [parallel ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/parallel. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/parallel [topology ] building [inventory]: targets for 14 source files that are out of date [topology ] updating environment: [new config] 14 added, 0 changed, 0 removed [topology ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/topology. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/topology /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/builders.py:1072: FutureWarning: EllipticCurveHom_composite is experimental code. See https://trac.sagemath.org/32744 for details. __import__(module_name) [arithmeti] building [inventory]: targets for 59 source files that are out of date [arithmeti] updating environment: [new config] 59 added, 0 changed, 0 removed [arithmeti] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/arithmetic_curves. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/arithmetic_curves [asymptoti] building [inventory]: targets for 8 source files that are out of date [asymptoti] updating environment: [new config] 8 added, 0 changed, 0 removed [asymptoti] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/asymptotic. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/asymptotic [calculus ] building [inventory]: targets for 35 source files that are out of date [calculus ] updating environment: [new config] 35 added, 0 changed, 0 removed [calculus ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/calculus. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/calculus [categorie] building [inventory]: targets for 223 source files that are out of date [categorie] updating environment: [new config] 223 added, 0 changed, 0 removed [coding ] building [inventory]: targets for 42 source files that are out of date [coding ] updating environment: [new config] 42 added, 0 changed, 0 removed [coercion ] building [inventory]: targets for 8 source files that are out of date [coercion ] updating environment: [new config] 8 added, 0 changed, 0 removed [coercion ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/coercion. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/coercion [constants] building [inventory]: targets for 2 source files that are out of date [constants] updating environment: [new config] 2 added, 0 changed, 0 removed [constants] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/constants. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/constants [cpython ] building [inventory]: targets for 8 source files that are out of date [cpython ] updating environment: [new config] 8 added, 0 changed, 0 removed [cpython ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/cpython. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/cpython [cryptogra] building [inventory]: targets for 22 source files that are out of date [cryptogra] updating environment: [new config] 22 added, 0 changed, 0 removed [cryptogra] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/cryptography. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/cryptography [curves ] building [inventory]: targets for 17 source files that are out of date [curves ] updating environment: [new config] 17 added, 0 changed, 0 removed [curves ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/curves. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/curves [data_stru] building [inventory]: targets for 6 source files that are out of date [data_stru] updating environment: [new config] 6 added, 0 changed, 0 removed [data_stru] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/data_structures. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/data_structures [databases] building [inventory]: targets for 14 source files that are out of date [databases] updating environment: [new config] 14 added, 0 changed, 0 removed [databases] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/databases. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/databases [diophanti] building [inventory]: targets for 2 source files that are out of date [diophanti] updating environment: [new config] 2 added, 0 changed, 0 removed [diophanti] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/diophantine_approximation. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/diophantine_approximation [discrete_] building [inventory]: targets for 53 source files that are out of date [discrete_] updating environment: [new config] 53 added, 0 changed, 0 removed [discrete_] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/discrete_geometry. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/discrete_geometry [doctest ] building [inventory]: targets for 10 source files that are out of date [doctest ] updating environment: [new config] 10 added, 0 changed, 0 removed [doctest ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/doctest. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/doctest [euclidean] building [inventory]: targets for 3 source files that are out of date [euclidean] updating environment: [new config] 3 added, 0 changed, 0 removed [euclidean] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/euclidean_spaces. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/euclidean_spaces /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/builders.py:1072: DeprecationWarning: the package sage.finance is deprecated See https://trac.sagemath.org/32427 for details. __import__(module_name) [finance ] building [inventory]: targets for 6 source files that are out of date [finance ] updating environment: [new config] 6 added, 0 changed, 0 removed [finance ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/finance. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/finance [finite_ri] building [inventory]: targets for 20 source files that are out of date [finite_ri] updating environment: [new config] 20 added, 0 changed, 0 removed [finite_ri] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/finite_rings. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/finite_rings [function_] building [inventory]: targets for 13 source files that are out of date [function_] updating environment: [new config] 13 added, 0 changed, 0 removed [function_] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/function_fields. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/function_fields [functions] building [inventory]: targets for 20 source files that are out of date [functions] updating environment: [new config] 20 added, 0 changed, 0 removed [functions] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/functions. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/functions [game_theo] building [inventory]: targets for 7 source files that are out of date [game_theo] updating environment: [new config] 7 added, 0 changed, 0 removed [game_theo] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/game_theory. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/game_theory [games ] building [inventory]: targets for 5 source files that are out of date [games ] updating environment: [new config] 5 added, 0 changed, 0 removed [games ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/games. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/games [groups ] building [inventory]: targets for 68 source files that are out of date [groups ] updating environment: [new config] 68 added, 0 changed, 0 removed [hecke ] building [inventory]: targets for 10 source files that are out of date [hecke ] updating environment: [new config] 10 added, 0 changed, 0 removed [hecke ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/hecke. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/hecke [history_a] building [inventory]: targets for 1 source files that are out of date [history_a] updating environment: [new config] 1 added, 0 changed, 0 removed [history_a] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/history_and_license. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/history_and_license [homology ] building [inventory]: targets for 14 source files that are out of date [homology ] updating environment: [new config] 14 added, 0 changed, 0 removed [homology ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/homology. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/homology [hyperboli] building [inventory]: targets for 6 source files that are out of date [hyperboli] updating environment: [new config] 6 added, 0 changed, 0 removed [hyperboli] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/hyperbolic_geometry. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/hyperbolic_geometry [interface] building [inventory]: targets for 51 source files that are out of date [interface] updating environment: [new config] 51 added, 0 changed, 0 removed [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:56: CRITICAL: Unexpected section title. [interface] Basic Scene Requirements [interface] ------------------------ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:94: CRITICAL: Unexpected section title. [interface] Camera and viewing parameters [interface] ----------------------------- [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:111: CRITICAL: Unexpected section title. [interface] Camera projection modes [interface] ~~~~~~~~~~~~~~~~~~~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:135: CRITICAL: Unexpected section title. [interface] Common camera parameters [interface] ~~~~~~~~~~~~~~~~~~~~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:194: CRITICAL: Unexpected section title. [interface] Viewing frustum [interface] ~~~~~~~~~~~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:218: CRITICAL: Unexpected section title. [interface] Including Files [interface] --------------- [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:228: CRITICAL: Unexpected section title. [interface] Scene File Comments [interface] ------------------- [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:237: CRITICAL: Unexpected section title. [interface] Lights [interface] ------ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:312: CRITICAL: Unexpected section title. [interface] Atmospheric effects [interface] ------------------- [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:318: CRITICAL: Unexpected section title. [interface] Fog [interface] ~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:341: CRITICAL: Unexpected section title. [interface] Objects [interface] ------- [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:344: CRITICAL: Unexpected section title. [interface] Spheres [interface] ~~~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:372: CRITICAL: Unexpected section title. [interface] Triangles [interface] ~~~~~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:393: CRITICAL: Unexpected section title. [interface] Smoothed Triangles [interface] ~~~~~~~~~~~~~~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:415: CRITICAL: Unexpected section title. [interface] Infinite Planes [interface] ~~~~~~~~~~~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:439: CRITICAL: Unexpected section title. [interface] Rings [interface] ~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:457: CRITICAL: Unexpected section title. [interface] Infinite Cylinders [interface] ~~~~~~~~~~~~~~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:471: CRITICAL: Unexpected section title. [interface] Finite Cylinders [interface] ~~~~~~~~~~~~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:496: CRITICAL: Unexpected section title. [interface] Axis Aligned Boxes [interface] ~~~~~~~~~~~~~~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:511: CRITICAL: Unexpected section title. [interface] Fractal Landscapes [interface] ~~~~~~~~~~~~~~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:538: CRITICAL: Unexpected section title. [interface] Arbitrary Quadric Surfaces [interface] ~~~~~~~~~~~~~~~~~~~~~~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:544: CRITICAL: Unexpected section title. [interface] Volume Rendered Scalar Voxels [interface] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:567: CRITICAL: Unexpected section title. [interface] Texture and Color [interface] ----------------- [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:570: CRITICAL: Unexpected section title. [interface] Simple Texture Characteristics [interface] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:601: CRITICAL: Unexpected section title. [interface] Texture Declaration and Aliasing [interface] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [interface] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/interfaces/tachyon.py:docstring of sage.interfaces.tachyon.TachyonRT:640: CRITICAL: Unexpected section title. [interface] Image Maps and Procedural Textures [interface] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [interface] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/interfaces. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/interfaces [knots ] building [inventory]: targets for 4 source files that are out of date [knots ] updating environment: [new config] 4 added, 0 changed, 0 removed [lfunction] building [inventory]: targets for 5 source files that are out of date [lfunction] updating environment: [new config] 5 added, 0 changed, 0 removed [lfunction] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/lfunctions. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/lfunctions // Giac share root-directory:/home/Ray/sage/sage/local/share/giac/ // Giac share root-directory:/home/Ray/sage/sage/local/share/giac/ Help file /home/Ray/sage/sage/local/share/giac/doc/fr/aide_cas not found Added 0 synonyms [libs ] building [inventory]: targets for 38 source files that are out of date [libs ] updating environment: [new config] 38 added, 0 changed, 0 removed [logic ] building [inventory]: targets for 7 source files that are out of date [logic ] updating environment: [new config] 7 added, 0 changed, 0 removed [logic ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/logic. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/logic [matrices ] building [inventory]: targets for 44 source files that are out of date [matrices ] updating environment: [new config] 44 added, 0 changed, 0 removed [matrices ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/matrices. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/matrices [matroids ] building [inventory]: targets for 20 source files that are out of date [matroids ] updating environment: [new config] 20 added, 0 changed, 0 removed [matroids ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/matroids. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/matroids [modabvar ] building [inventory]: targets for 12 source files that are out of date [modabvar ] updating environment: [new config] 12 added, 0 changed, 0 removed [modabvar ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/modabvar. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/modabvar [modfrm ] building [inventory]: targets for 22 source files that are out of date [modfrm ] updating environment: [new config] 22 added, 0 changed, 0 removed [modfrm ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/modfrm. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/modfrm [modfrm_he] building [inventory]: targets for 15 source files that are out of date [modfrm_he] updating environment: [new config] 15 added, 0 changed, 0 removed [modfrm_he] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/modfrm_hecketriangle. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/modfrm_hecketriangle [modmisc ] building [inventory]: targets for 18 source files that are out of date [modmisc ] updating environment: [new config] 18 added, 0 changed, 0 removed [modmisc ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/modmisc. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/modmisc [modsym ] building [inventory]: targets for 27 source files that are out of date [modsym ] updating environment: [new config] 27 added, 0 changed, 0 removed [modsym ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/modsym. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/modsym [modules ] building [inventory]: targets for 53 source files that are out of date [modules ] updating environment: [new config] 53 added, 0 changed, 0 removed [modules ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/modules. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/modules [monoids ] building [inventory]: targets for 13 source files that are out of date [monoids ] updating environment: [new config] 13 added, 0 changed, 0 removed [monoids ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/monoids. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/monoids [noncommut] building [inventory]: targets for 10 source files that are out of date [noncommut] updating environment: [new config] 10 added, 0 changed, 0 removed [noncommut] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/noncommutative_polynomial_rings. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/noncommutative_polynomial_rings [number_fi] building [inventory]: targets for 28 source files that are out of date [number_fi] updating environment: [new config] 28 added, 0 changed, 0 removed [number_fi] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/number_fields. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/number_fields [numerical] building [inventory]: targets for 21 source files that are out of date [numerical] updating environment: [new config] 21 added, 0 changed, 0 removed [numerical] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/numerical. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/numerical [padics ] building [inventory]: targets for 29 source files that are out of date [padics ] updating environment: [new config] 29 added, 0 changed, 0 removed [padics ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/padics. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/padics [plotting ] building [inventory]: targets for 32 source files that are out of date [plotting ] updating environment: [new config] 32 added, 0 changed, 0 removed [plotting ] /home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/plot/contour_plot.py:206: UserWarning: No contour levels were found within the data range. [plotting ] CS = subplot.contour(self.xy_data_array, contours, cmap=cmap, [plotting ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/plotting. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/plotting [power_ser] building [inventory]: targets for 14 source files that are out of date [power_ser] updating environment: [new config] 14 added, 0 changed, 0 removed [power_ser] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/power_series. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/power_series [probabili] building [inventory]: targets for 3 source files that are out of date [probabili] updating environment: [new config] 3 added, 0 changed, 0 removed [probabili] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/probability. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/probability [quadratic] building [inventory]: targets for 14 source files that are out of date [quadratic] updating environment: [new config] 14 added, 0 changed, 0 removed [quadratic] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/quadratic_forms. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/quadratic_forms [quasimodf] building [inventory]: targets for 3 source files that are out of date [quasimodf] updating environment: [new config] 3 added, 0 changed, 0 removed [quasimodf] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/quasimodfrm. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/quasimodfrm [quat_alge] building [inventory]: targets for 3 source files that are out of date [quat_alge] updating environment: [new config] 3 added, 0 changed, 0 removed [quat_alge] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/quat_algebras. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/quat_algebras [quivers ] building [inventory]: targets for 8 source files that are out of date [quivers ] updating environment: [new config] 8 added, 0 changed, 0 removed [quivers ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/quivers. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/quivers [riemannia] building [inventory]: targets for 3 source files that are out of date [riemannia] updating environment: [new config] 3 added, 0 changed, 0 removed [riemannia] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/riemannian_geometry. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/riemannian_geometry [rings ] building [inventory]: targets for 19 source files that are out of date [rings ] updating environment: [new config] 19 added, 0 changed, 0 removed [rings ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/rings. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/rings [rings_num] building [inventory]: targets for 13 source files that are out of date [rings_num] updating environment: [new config] 13 added, 0 changed, 0 removed [rings_num] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/rings_numerical. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/rings_numerical [rings_sta] building [inventory]: targets for 14 source files that are out of date [rings_sta] updating environment: [new config] 14 added, 0 changed, 0 removed [rings_sta] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/rings_standard. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/rings_standard [sat ] building [inventory]: targets for 8 source files that are out of date [sat ] updating environment: [new config] 8 added, 0 changed, 0 removed [sat ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/sat. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/sat [schemes ] building [inventory]: targets for 53 source files that are out of date [schemes ] updating environment: [new config] 53 added, 0 changed, 0 removed [schemes ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/schemes. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/schemes [semirings] building [inventory]: targets for 3 source files that are out of date [semirings] updating environment: [new config] 3 added, 0 changed, 0 removed [semirings] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/semirings. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/semirings [sets ] building [inventory]: targets for 19 source files that are out of date [sets ] updating environment: [new config] 19 added, 0 changed, 0 removed [sets ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/sets. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/sets [stats ] building [inventory]: targets for 11 source files that are out of date [stats ] updating environment: [new config] 11 added, 0 changed, 0 removed [stats ] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/stats. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/stats [structure] building [inventory]: targets for 32 source files that are out of date [structure] updating environment: [new config] 32 added, 0 changed, 0 removed [structure] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/structure. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/structure [valuation] building [inventory]: targets for 14 source files that are out of date [valuation] updating environment: [new config] 14 added, 0 changed, 0 removed [valuation] The inventory files are in ../../local/share/doc/sage/inventory/en/reference/valuations. Build finished. The built documents can be found in /home/Ray/sage/sage/local/share/doc/sage/inventory/en/reference/valuations [reference] building [inventory]: targets for 1 source files that are out of date [reference] updating environment: [new config] 1 added, 0 changed, 0 removed [reference] Merging environment/index files... [reference] algebras: arithgroup: 1 todos, 12 index, 0 citations, 11 modules [reference] arithmetic_curves: 12 todos, 59 index, 2 citations, 58 modules [reference] asymptotic: 6 todos, 8 index, 0 citations, 7 modules [reference] calculus: 2 todos, 35 index, 0 citations, 34 modules [reference] categories: coding: coercion: 0 todos, 8 index, 0 citations, 7 modules [reference] combinat: constants: 0 todos, 2 index, 0 citations, 1 modules [reference] cpython: 0 todos, 8 index, 0 citations, 7 modules [reference] cryptography: 0 todos, 22 index, 0 citations, 21 modules [reference] curves: 1 todos, 17 index, 0 citations, 16 modules [reference] data_structures: 2 todos, 6 index, 0 citations, 5 modules [reference] databases: 3 todos, 14 index, 0 citations, 13 modules [reference] diophantine_approximation: 3 todos, 2 index, 0 citations, 1 modules [reference] discrete_geometry: 7 todos, 53 index, 0 citations, 52 modules [reference] doctest: 0 todos, 10 index, 0 citations, 9 modules [reference] documentation: 0 todos, 7 index, 0 citations, 6 modules [reference] dynamics: 13 todos, 16 index, 0 citations, 13 modules [reference] euclidean_spaces: 0 todos, 3 index, 0 citations, 2 modules [reference] finance: 0 todos, 6 index, 0 citations, 5 modules [reference] finite_rings: 1 todos, 20 index, 0 citations, 19 modules [reference] function_fields: 1 todos, 13 index, 0 citations, 12 modules [reference] functions: 2 todos, 20 index, 0 citations, 19 modules [reference] game_theory: 0 todos, 7 index, 0 citations, 6 modules [reference] games: 0 todos, 5 index, 0 citations, 4 modules [reference] graphs: groups: hecke: 0 todos, 10 index, 0 citations, 9 modules [reference] history_and_license: 0 todos, 1 index, 0 citations, 0 modules [reference] homology: 1 todos, 14 index, 0 citations, 13 modules [reference] hyperbolic_geometry: 1 todos, 6 index, 0 citations, 5 modules [reference] interfaces: 8 todos, 51 index, 0 citations, 50 modules [reference] knots: lfunctions: 2 todos, 5 index, 0 citations, 4 modules [reference] libs: logic: 2 todos, 7 index, 0 citations, 6 modules [reference] manifolds: 1 todos, 88 index, 0 citations, 68 modules [reference] matrices: 8 todos, 44 index, 0 citations, 43 modules [reference] matroids: 7 todos, 20 index, 0 citations, 19 modules [reference] misc: 11 todos, 134 index, 0 citations, 132 modules [reference] modabvar: 0 todos, 12 index, 0 citations, 11 modules [reference] modfrm: 0 todos, 22 index, 0 citations, 21 modules [reference] modfrm_hecketriangle: 1 todos, 15 index, 0 citations, 14 modules [reference] modmisc: 2 todos, 18 index, 5 citations, 17 modules [reference] modsym: 2 todos, 27 index, 0 citations, 26 modules [reference] modules: 10 todos, 53 index, 0 citations, 52 modules [reference] monoids: 0 todos, 13 index, 0 citations, 12 modules [reference] noncommutative_polynomial_rings: 5 todos, 10 index, 0 citations, 9 modules [reference] number_fields: 4 todos, 28 index, 0 citations, 27 modules [reference] numerical: 1 todos, 21 index, 0 citations, 20 modules [reference] padics: 4 todos, 29 index, 0 citations, 28 modules [reference] parallel: 0 todos, 8 index, 0 citations, 7 modules [reference] plot3d: 8 todos, 20 index, 0 citations, 18 modules [reference] plotting: 0 todos, 32 index, 0 citations, 31 modules [reference] polynomial_rings: 8 todos, 62 index, 0 citations, 57 modules [reference] power_series: 1 todos, 14 index, 0 citations, 13 modules [reference] probability: 0 todos, 3 index, 0 citations, 2 modules [reference] quadratic_forms: 6 todos, 14 index, 0 citations, 13 modules [reference] quasimodfrm: 0 todos, 3 index, 0 citations, 2 modules [reference] quat_algebras: 0 todos, 3 index, 0 citations, 2 modules [reference] quivers: 2 todos, 8 index, 0 citations, 7 modules [reference] references: 0 todos, 1 index, 1449 citations, 0 modules [reference] repl: 1 todos, 36 index, 0 citations, 32 modules [reference] riemannian_geometry: 0 todos, 3 index, 0 citations, 2 modules [reference] rings: 8 todos, 19 index, 0 citations, 18 modules [reference] rings_numerical: 3 todos, 13 index, 0 citations, 12 modules [reference] rings_standard: 1 todos, 14 index, 0 citations, 13 modules [reference] sat: 0 todos, 8 index, 4 citations, 7 modules [reference] schemes: 5 todos, 53 index, 0 citations, 52 modules [reference] semirings: 0 todos, 3 index, 0 citations, 2 modules [reference] sets: 4 todos, 19 index, 0 citations, 18 modules [reference] spkg: 0 todos, 373 index, 0 citations, 0 modules [reference] stats: 0 todos, 11 index, 0 citations, 10 modules [reference] structure: 7 todos, 32 index, 0 citations, 31 modules [reference] tensor_free_modules: 2 todos, 19 index, 0 citations, 15 modules [reference] topology: 0 todos, 14 index, 0 citations, 13 modules [reference] valuations: 1 todos, 14 index, 0 citations, 13 modules [reference] ... done (181 todos, 1708 index, 1460 citations, 1300 modules) [reference] /home/Ray/sage/sage/src/doc/en/reference/index.rst:34: WARNING: unknown document: categories/index [reference] /home/Ray/sage/sage/src/doc/en/reference/index.rst:76: WARNING: unknown document: groups/index [reference] /home/Ray/sage/sage/src/doc/en/reference/index.rst:79: WARNING: unknown document: algebras/index [reference] /home/Ray/sage/sage/src/doc/en/reference/index.rst:84: WARNING: unknown document: combinat/index [reference] /home/Ray/sage/sage/src/doc/en/reference/index.rst:85: WARNING: unknown document: graphs/index [reference] /home/Ray/sage/sage/src/doc/en/reference/index.rst:89: WARNING: unknown document: coding/index [reference] /home/Ray/sage/sage/src/doc/en/reference/index.rst:105: WARNING: unknown document: knots/index [reference] /home/Ray/sage/sage/src/doc/en/reference/index.rst:157: WARNING: unknown document: libs/index [reference] The inventory files are in ../../local/share/doc/sage/inventory/en/reference. Error building the documentation. Traceback (most recent call last): File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.9/runpy.py", line 87, in _run_code exec(code, run_globals) File "/home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/__main__.py", line 500, in <module> sys.exit(main()) File "/home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/__main__.py", line 497, in main builder() File "/home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/builders.py", line 167, in f runsphinx() File "/home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/sphinxbuild.py", line 327, in runsphinx sys.stderr.raise_errors() File "/home/Ray/sage/sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage_docbuild/sphinxbuild.py", line 263, in raise_errors raise OSError(self._error) OSError: /home/Ray/sage/sage/src/doc/en/reference/index.rst:34: WARNING: unknown document: categories/index Note: incremental documentation builds sometimes cause spurious error messages. To be certain that these are real errors, run "make doc-clean doc-uninstall" first and try again. make[6]: *** [Makefile:27: doc-inventory--reference_top] Error 1 make[5]: *** [Makefile:45: doc-inventory-reference] Error 2