Sage 6.6-rc0 compiles for me without problems and all tests pass, however,
the documentation fails to build.
I am using a macbook pro running Yosemite with OSX 10.10.2. This isn't
specific to 6.6-rc0 as I have the same problem with 6.5. Quite likely I
have screwed something up but I am not sure what or how to fix the problem.
After make failed I tried make doc-clean, which also failed with the
build-log below. Any suggestions would be much appreciated!
Andrew
----
> make doc-clean
cd build && \
"../build/pipestatus" \
"env SAGE_PARALLEL_SPKG_BUILD='' ./install all 2>&1" \
"tee -a ../logs/install.log"
/usr/local/src/sage/build
*** ALL ENVIRONMENT VARIABLES BEFORE BUILD: ***
Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.G1aTmlWka7/Render
BIBINPUTS=.:/Users/andrew/Papers:/Users/andrew/Grants:
BSTINPUTS=/Users/andrew/TeX/BibTeX:
CDPATH=.:..:~:~/Papers:~/Books:~/Preprints:~/TeX:~/Gap:~:~/Grants:~/Grants/Current:~/Courses:~/Documents:~/Documents/Home:~/Documents/Andrew:~/Documents/AMAE:~/Documents/Home/Kiddies:~/Courses:~/Courses/Math3061/2014:~/Admin:~/Admin/HoS/:~/Admin/Promotion/:~/Sage/:~/Code:../..:~/Sites
DISPLAY=/private/tmp/com.apple.launchd.xD25Qo5WEf/org.macosforge.xquartz:0
HISTIGNORE=&:bg:fg:ll:h
HISTTIMEFORMAT=%H:%M >
HOME=/Users/andrew
HOSTFILE=/Users/andrew/.hosts
INPUTRC=/Users/andrew/.inputrc
ITERM_PROFILE=Default
ITERM_SESSION_ID=w5t1p0
LANG=en_AU.UTF-8
LOGNAME=andrew
MAKE=make
MAKEFLAGS= --jobserver-fds=3,4 -j
MAKELEVEL=1
MFLAGS=- --jobserver-fds=3,4 -j
PATH=/usr/local/src/sage/src/bin:/usr/local/src/sage/local/bin:/Users/andrew/bin:/usr/bin:/bin:/usr/sbin:/sbin
PWD=/usr/local/src/sage/build
PYTHONPATH=/usr/local/src/sage/local
SAGE_EXTCODE=/usr/local/src/sage/local/share/sage/ext
SAGE_LOCAL=/usr/local/src/sage/local
SAGE_LOGS=/usr/local/src/sage/logs/pkgs
SAGE_MP_LIBRARY=MPIR
SAGE_ORIG_PATH=/Users/andrew/bin:/usr/bin:/bin:/usr/sbin:/sbin
SAGE_ORIG_PATH_SET=True
SAGE_PARALLEL_SPKG_BUILD=
SAGE_ROOT=/usr/local/src/sage
SAGE_SPKG_INST=/usr/local/src/sage/local/var/lib/sage/installed
SAGE_SRC=/usr/local/src/sage/src
SAGE_VERSION=6.6.rc0
SECURITYSESSIONID=186a5
SHELL=/usr/local/bin/bash
SHLVL=4
SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.ekSrrPrgIL/Listeners
TERM=xterm-256color
TERM_PROGRAM=iTerm.app
TEXEDIT=/usr/bin/gvim +%d %s
TEXINPUTS=.:~/TeX/inputs//:!!/usr/local/src/sage/local/share/texmf//:
TIMEFORMAT=
TMPDIR=/var/folders/pz/2_c5gpmx3q90fwldvvcfc_x0000325/T/
USER=andrew
XPC_FLAGS=0x0
XPC_SERVICE_NAME=0
_=/usr/bin/env
__CF_USER_TEXT_ENCODING=0xC45:0x0:0xF
real %3R user %3U sys %3S pcpu %P
***********************************************
make base
make[2]: Nothing to be done for `base'.
env SAGE_BUILD_TOOLCHAIN=yes make toolchain
make[2]: Nothing to be done for `toolchain'.
make toolchain-deps
make /usr/local/src/sage/local/var/lib/sage/installed/zlib-1.2.8.p0
make[3]: `/usr/local/src/sage/local/var/lib/sage/installed/zlib-1.2.8.p0'
is up to date.
make /usr/local/src/sage/local/var/lib/sage/installed/mpir-2.7.0-alpha12
make[3]:
`/usr/local/src/sage/local/var/lib/sage/installed/mpir-2.7.0-alpha12' is up
to date.
make /usr/local/src/sage/local/var/lib/sage/installed/mpfr-3.1.2.p0
make[3]: `/usr/local/src/sage/local/var/lib/sage/installed/mpfr-3.1.2.p0'
is up to date.
make /usr/local/src/sage/local/var/lib/sage/installed/mpc-1.0.2.p0
make[3]: `/usr/local/src/sage/local/var/lib/sage/installed/mpc-1.0.2.p0' is
up to date.
make /usr/local/src/sage/local/var/lib/sage/installed/ppl-1.1
make[3]: `/usr/local/src/sage/local/var/lib/sage/installed/ppl-1.1' is up
to date.
make all-sage
make[2]: Nothing to be done for `all-sage'.
real 0.233 user 0.117 sys 0.058 pcpu 75.25
Sage build/upgrade complete!
To install small scripts to directly run Sage's versions of GAP,
the PARI/GP interpreter, Maxima, or Singular etc. (by typing e.g.
just 'gap' or 'gp') into a standard 'bin' directory, start Sage
by typing 'sage' (or './sage') and enter something like
install_scripts('/usr/local/bin')
at the Sage command prompt ('sage:').
If you issued 'make', 'make all', or a similar command, then the
HTML version of the documentation will be built right now.
Otherwise, if you want to (re)build the HTML documentation,
run 'make doc'. To build the PDF version, run 'make doc-pdf'.
./sage -b
scons: `install' is up to date.
Updating Cython code....
Enabling Cython debugging support
Finished Cythonizing, time: 13.03 seconds.
Discovering Python source code....
Discovered Python source, time: 0.06 seconds.
Cleaning up stale installed files....
- cleaning /usr/local/src/sage/local/lib/python2.7/site-packages
- cleaning /usr/local/src/sage/local/lib/site-python
- cleaning /usr/local/src/sage/src/build/lib.macosx-10.9-x86_64-2.7
Finished cleaning, time: 0.21 seconds.
running install
running build
running build_py
running build_ext
Executing 0 commands (using 1 thread)
Time to execute 0 commands: 0.12 seconds.
Total time spent compiling C/C++ extensions: 0.65 seconds.
running install_lib
running install_egg_info
Removing
/usr/local/src/sage/local/lib/python2.7/site-packages/sage-6.6.rc0-py2.7.egg-info
Writing
/usr/local/src/sage/local/lib/python2.7/site-packages/sage-6.6.rc0-py2.7.egg-info
real 15.898 user 7.440 sys 2.523 pcpu 62.66
[ -f local/etc/sage-started.txt ] || local/bin/sage-starts
build/pipestatus "./sage --docbuild --no-pdf-links all html 2>&1" "tee -a
logs/dochtml.log"
Deleting empty directory /usr/local/src/sage/src/doc/common/static
Deleting empty directory
/usr/local/src/sage/src/doc/en/reference/polynomial_rings/static
Deleting empty directory
/usr/local/src/sage/src/doc/en/reference/polynomial_rings/templates
Deleting empty directory
/usr/local/src/sage/src/doc/en/reference/repl/static
Deleting empty directory
/usr/local/src/sage/src/doc/en/reference/repl/templates
Building reference manual, first pass.
[repl ] no targets are out of date.
[polynomia] building [inventory]: targets for 44 source files that are out
of date
[polynomia] updating environment: [extensions changed] 44 added, 0 changed,
0 removed
[polynomia] reading sources... [ 2%] index
[polynomia] reading sources... [ 4%] polynomial_rings_infinite
[polynomia] reading sources... [ 6%] polynomial_rings_laurent
[polynomia] reading sources... [ 9%] polynomial_rings_multivar
[polynomia] reading sources... [ 11%] polynomial_rings_toy_implementations
[polynomia] reading sources... [ 13%] polynomial_rings_univar
[polynomia] reading sources... [ 15%] sage/rings/polynomial/complex_roots
[polynomia] reading sources... [ 18%] sage/rings/polynomial/convolution
[polynomia] reading sources... [ 20%] sage/rings/polynomial/cyclotomic
[polynomia] reading sources... [ 22%]
sage/rings/polynomial/infinite_polynomial_element
[polynomia] reading sources... [ 25%]
sage/rings/polynomial/infinite_polynomial_ring
[polynomia] reading sources... [ 27%]
sage/rings/polynomial/laurent_polynomial
[polynomia] reading sources... [ 29%]
sage/rings/polynomial/laurent_polynomial_ring
[polynomia] reading sources... [ 31%] sage/rings/polynomial/multi_polynomial
[combinat ] building [inventory]: targets for 51 source files that are out
of date
[combinat ] updating environment: [extensions changed] 53 added, 0 changed,
0 removed
[combinat ] reading sources... [ 1%] index
[polynomia] reading sources... [ 34%]
sage/rings/polynomial/multi_polynomial_element
[combinat ] reading sources... [ 3%] module_list
[combinat ] reading sources... [ 5%] sage/combinat/__init__
[combinat ] reading sources... [ 7%] sage/combinat/algebraic_combinatorics
[combinat ] reading sources... [ 9%] sage/combinat/all
[polynomia] reading sources... [ 36%]
sage/rings/polynomial/multi_polynomial_ideal
[combinat ] reading sources... [ 11%] sage/combinat/baxter_permutations
[combinat ] reading sources... [ 13%] sage/combinat/catalog_partitions
[combinat ] reading sources... [ 15%]
sage/combinat/cluster_algebra_quiver/__init__
[combinat ] reading sources... [ 16%]
sage/combinat/cluster_algebra_quiver/all
[combinat ] reading sources... [ 18%]
sage/combinat/cluster_algebra_quiver/mutation_class
[combinat ] reading sources... [ 20%]
sage/combinat/cluster_algebra_quiver/mutation_type
[combinat ] reading sources... [ 22%] sage/combinat/combinat_cython
[combinat ] reading sources... [ 24%] sage/combinat/composition_tableau
[polynomia] reading sources... [ 38%]
sage/rings/polynomial/multi_polynomial_ideal_libsingular
[polynomia] reading sources... [ 40%]
sage/rings/polynomial/multi_polynomial_libsingular
[combinat ] reading sources... [ 26%] sage/combinat/counting
[combinat ] reading sources... [ 28%] sage/combinat/crystals/__init__
[combinat ] reading sources... [ 30%] sage/combinat/crystals/all
[combinat ] reading sources... [ 32%]
sage/combinat/cyclic_sieving_phenomenon
[combinat ] reading sources... [ 33%] sage/combinat/designs/__init__
[combinat ] reading sources... [ 35%] sage/combinat/designs/all
[combinat ] reading sources... [ 37%]
sage/combinat/designs/group_divisible_designs
[polynomia] reading sources... [ 43%]
sage/rings/polynomial/multi_polynomial_ring
[combinat ] reading sources... [ 39%] sage/combinat/designs/resolvable_bibd
[polynomia] reading sources... [ 45%]
sage/rings/polynomial/multi_polynomial_ring_generic
[polynomia] reading sources... [ 47%]
sage/rings/polynomial/multi_polynomial_sequence
[combinat ] reading sources... [ 41%]
sage/combinat/designs/subhypergraph_search
[combinat ] reading sources... [ 43%] sage/combinat/enumerated_sets
[combinat ] reading sources... [ 45%] sage/combinat/family
[combinat ] reading sources... [ 47%] sage/combinat/matrices/__init__
[combinat ] reading sources... [ 49%] sage/combinat/matrices/all
[polynomia] reading sources... [ 50%] sage/rings/polynomial/pbori
[combinat ] reading sources... [ 50%] sage/combinat/matrices/dancing_links
[combinat ] reading sources... [ 52%] sage/combinat/ncsf_qsym/__init__
[combinat ] reading sources... [ 54%] sage/combinat/ncsf_qsym/all
[combinat ] reading sources... [ 56%] sage/combinat/ncsym/__init__
[combinat ] reading sources... [ 58%] sage/combinat/ncsym/all
[combinat ] reading sources... [ 60%] sage/combinat/partitions
[combinat ] reading sources... [ 62%] sage/combinat/permutation_cython
[combinat ] reading sources... [ 64%] sage/combinat/posets/__init__
[combinat ] reading sources... [ 66%] sage/combinat/posets/all
[combinat ] reading sources... [ 67%] sage/combinat/quickref
[combinat ] reading sources... [ 69%] sage/combinat/ribbon_shaped_tableau
[combinat ] reading sources... [ 71%]
sage/combinat/rigged_configurations/__init__
[combinat ] reading sources... [ 73%]
sage/combinat/rigged_configurations/all
[combinat ] reading sources... [ 75%] sage/combinat/root_system/__init__
[combinat ] reading sources... [ 77%] sage/combinat/root_system/all
[combinat ] reading sources... [ 79%]
sage/combinat/root_system/associahedron
[combinat ] reading sources... [ 81%]
sage/combinat/root_system/pieri_factors
[combinat ] reading sources... [ 83%] sage/combinat/sf/__init__
[combinat ] reading sources... [ 84%] sage/combinat/sf/all
[combinat ] reading sources... [ 86%] sage/combinat/species/__init__
[combinat ] reading sources... [ 88%] sage/combinat/species/all
[combinat ] reading sources... [ 90%] sage/combinat/words/__init__
[combinat ] reading sources... [ 92%] sage/combinat/words/all
[combinat ] reading sources... [ 94%] sage/combinat/words/word_char
[polynomia] reading sources... [ 52%] sage/rings/polynomial/polydict
[combinat ] reading sources... [ 96%] sage/combinat/words/word_datatypes
[polynomia] reading sources... [ 54%]
sage/rings/polynomial/polynomial_element
[combinat ] reading sources... [ 98%]
sage/combinat/words/word_infinite_datatypes
[combinat ] reading sources... [100%] sage/combinat/words/word_options
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/abstract_tree'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/affine_permutation'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/alternating_sign_matrix'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/backtrack'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/binary_recurrence_sequences'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/binary_tree'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/cartesian_product'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/choose_nk'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/cluster_algebra_quiver/cluster_seed'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/cluster_algebra_quiver/quiver'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/cluster_algebra_quiver/quiver_mutation_type'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/combinat'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/combination'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/combinatorial_algebra'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/combinatorial_map'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/composition'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/composition_signed'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/core'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/crystals/affine'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/crystals/affine_factorization'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/crystals/alcove_path'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/crystals/catalog'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/crystals/catalog_elementary_crystals'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/crystals/catalog_infinity_crystals'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/crystals/catalog_kirillov_reshetikhin'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/crystals/crystals'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/crystals/direct_sum'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/crystals/elementary_crystals'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/crystals/fast_crystals'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/crystals/generalized_young_walls'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/crystals/highest_weight_crystals'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/crystals/infinity_crystals'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/crystals/kirillov_reshetikhin'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/crystals/kyoto_path_model'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/crystals/letters'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/crystals/littelmann_path'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/crystals/monomial_crystals'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/crystals/spins'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/crystals/tensor_product'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/debruijn_sequence'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/degree_sequences'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/derangements'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/descent_algebra'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/designs/bibd'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/designs/block_design'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/designs/covering_design'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/designs/database'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/designs/design_catalog'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/designs/designs_pyx'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/designs/difference_family'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/designs/difference_matrices'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/designs/ext_rep'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/designs/incidence_structures'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/designs/latin_squares'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/designs/orthogonal_arrays'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/designs/orthogonal_arrays_build_recursive'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/designs/orthogonal_arrays_find_recursive'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/designs/steiner_quadruple_systems'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/diagram_algebras'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/dict_addition'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/dlx'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/dyck_word'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/e_one_star'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/enumeration_mod_permgroup'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/expnums'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/finite_class'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/finite_state_machine'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/finite_state_machine_generators'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/free_module'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/gelfand_tsetlin_patterns'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/graph_path'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/gray_codes'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/hall_polynomial'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/integer_list'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/integer_matrices'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/integer_vector'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/integer_vector_weighted'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/integer_vectors_mod_permgroup'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/interval_posets'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/k_tableau'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/kazhdan_lusztig'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/knutson_tao_puzzles'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/lyndon_word'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/matrices/dlxcpp'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/matrices/hadamard_matrix'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/matrices/latin'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/misc'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/multichoose_nk'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/ncsf_qsym/combinatorics'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/ncsf_qsym/generic_basis_code'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/ncsf_qsym/ncsf'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/ncsf_qsym/qsym'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/ncsf_qsym/tutorial'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/ncsym/bases'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/ncsym/dual'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/ncsym/ncsym'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/necklace'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/non_decreasing_parking_function'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/ordered_tree'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/output'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/parking_functions'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/partition'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/partition_algebra'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/partition_tuple'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/perfect_matching'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/permutation'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/permutation_nk'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/posets/elements'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/posets/hasse_diagram'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/posets/lattices'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/posets/linear_extensions'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/posets/poset_examples'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/posets/posets'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/q_analogues'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/q_bernoulli'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/ranker'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/restricted_growth'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/ribbon'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/ribbon_tableau'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/rigged_configurations/bij_abstract_class'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/rigged_configurations/bij_type_A'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/rigged_configurations/bij_type_A2_dual'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/rigged_configurations/bij_type_A2_even'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/rigged_configurations/bij_type_A2_odd'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/rigged_configurations/bij_type_B'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/rigged_configurations/bij_type_C'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/rigged_configurations/bij_type_D'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/rigged_configurations/bij_type_D_twisted'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/rigged_configurations/bijection'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/rigged_configurations/kleber_tree'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/rigged_configurations/kr_tableaux'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/rigged_configurations/rc_crystal'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/rigged_configurations/rc_infinity'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/rigged_configurations/rigged_configuration_element'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/rigged_configurations/rigged_configurations'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/rigged_configurations/rigged_partition'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/rigged_configurations/tensor_product_kr_tableaux'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/rigged_configurations/tensor_product_kr_tableaux_element'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/ambient_space'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/branching_rules'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/cartan_matrix'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/cartan_type'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/coxeter_group'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/coxeter_matrix'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/dynkin_diagram'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/hecke_algebra_representation'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/non_symmetric_macdonald_polynomials'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/plot'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/root_lattice_realization_algebras'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/root_lattice_realizations'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/root_space'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/root_system'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/type_A'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/type_A_affine'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/type_B'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/type_BC_affine'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/type_B_affine'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/type_C'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/type_C_affine'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/type_D'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/type_D_affine'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/type_E'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/type_E_affine'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/type_F'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/type_F_affine'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/type_G'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/type_G_affine'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/type_H'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/type_I'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/type_affine'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/type_dual'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/type_folded'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/type_marked'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/type_reducible'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/type_relabel'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/weight_lattice_realizations'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/weight_space'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/weyl_characters'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/root_system/weyl_group'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/rsk'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/schubert_polynomial'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/set_partition'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/set_partition_ordered'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/sf/classical'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/sf/dual'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/sf/elementary'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/sf/hall_littlewood'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/sf/homogeneous'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/sf/jack'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/sf/k_dual'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/sf/kfpoly'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/sf/llt'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/sf/macdonald'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/sf/monomial'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/sf/multiplicative'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/sf/new_kschur'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/sf/ns_macdonald'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/sf/orthotriang'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/sf/powersum'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/sf/schur'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/sf/sf'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/sf/sfa'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/sf/witt'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/shuffle'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/sidon_sets'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/similarity_class_type'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/six_vertex_model'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/skew_partition'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/skew_tableau'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/sloane_functions'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/species/characteristic_species'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/species/combinatorial_logarithm'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/species/composition_species'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/species/cycle_species'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/species/empty_species'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/species/functorial_composition_species'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/species/generating_series'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/species/library'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/species/linear_order_species'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/species/misc'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/species/partition_species'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/species/permutation_species'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/species/product_species'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/species/recursive_species'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/species/series'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/species/series_order'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/species/set_species'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/species/species'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/species/stream'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/species/structure'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/species/subset_species'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/species/sum_species'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/split_nk'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/subset'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/subsets_hereditary'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/subsets_pairwise'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/subword'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/symmetric_group_algebra'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/symmetric_group_representations'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/tableau'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/tableau_tuple'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/tamari_lattices'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/tiling'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/tools'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/tuple'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/tutorial'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/vector_partition'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/words/abstract_word'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/words/alphabet'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/words/finite_word'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/words/infinite_word'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/words/morphism'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/words/paths'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/words/shuffle_product'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/words/suffix_trees'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/words/word'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/words/word_generators'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/words/words'
[combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/yang_baxter_graph'
[polynomia] reading sources... [ 56%]
sage/rings/polynomial/polynomial_element_generic
[polynomia] reading sources... [ 59%] sage/rings/polynomial/polynomial_gf2x
[polynomia] reading sources... [ 61%]
sage/rings/polynomial/polynomial_integer_dense_flint
[polynomia] reading sources... [ 63%]
sage/rings/polynomial/polynomial_integer_dense_ntl
[combinat ]
/usr/local/src/sage/local/lib/python2.7/site-packages/sage/combinat/__init__.py:docstring
of sage.combinat:39: WARNING: undefined label: sage.coding (if the link has
no caption the label must precede a section header)
[combinat ]
/usr/local/src/sage/local/lib/python2.7/site-packages/sage/combinat/__init__.py:docstring
of sage.combinat:40: WARNING: undefined label: sage.dynamics (if the link
has no caption the label must precede a section header)
[combinat ]
/usr/local/src/sage/local/lib/python2.7/site-packages/sage/combinat/__init__.py:docstring
of sage.combinat:41: WARNING: undefined label: sage.graphs (if the link has
no caption the label must precede a section header)
[combinat ]
/usr/local/src/sage/local/lib/python2.7/site-packages/sage/combinat/__init__.py:docstring
of sage.combinat.__init__:39: WARNING: undefined label: sage.coding (if the
link has no caption the label must precede a section header)
[combinat ]
/usr/local/src/sage/local/lib/python2.7/site-packages/sage/combinat/__init__.py:docstring
of sage.combinat.__init__:40: WARNING: undefined label: sage.dynamics (if
the link has no caption the label must precede a section header)
[combinat ]
/usr/local/src/sage/local/lib/python2.7/site-packages/sage/combinat/__init__.py:docstring
of sage.combinat.__init__:41: WARNING: undefined label: sage.graphs (if the
link has no caption the label must precede a section header)
[combinat ]
/usr/local/src/sage/local/lib/python2.7/site-packages/sage/combinat/enumerated_sets.py:docstring
of sage.combinat.enumerated_sets:58: WARNING: undefined label:
sage.groups.perm_gps.permutation_groups_catalog (if the link has no caption
the label must precede a section header)
[combinat ]
/usr/local/src/sage/local/lib/python2.7/site-packages/sage/combinat/enumerated_sets.py:docstring
of sage.combinat.enumerated_sets:83: WARNING: undefined label:
sage.groups.matrix_gps.catalog (if the link has no caption the label must
precede a section header)
[combinat ]
/usr/local/src/sage/local/lib/python2.7/site-packages/sage/combinat/quickref.py:docstring
of sage.combinat.quickref:72: WARNING: undefined label: sage.graphs (if the
link has no caption the label must precede a section header)
Error building the documentation.
Note: incremental documentation builds sometimes cause spurious
error messages. To be certain that these are real errors, run
"make doc-clean" first and try again.
Traceback (most recent call last):
File "/usr/local/src/sage/src/doc/common/builder.py", line 1626, in
<module>
getattr(get_builder(name), type)()
File "/usr/local/src/sage/src/doc/common/builder.py", line 292, in
_wrapper
getattr(get_builder(document), 'inventory')(*args, **kwds)
File "/usr/local/src/sage/src/doc/common/builder.py", line 503, in
_wrapper
x.get(99999)
File "/usr/local/src/sage/local/lib/python/multiprocessing/pool.py", line
558, in get
raise self._value
OSError: [combinat ]
/usr/local/src/sage/src/doc/en/reference/combinat/module_list.rst:15:
WARNING: toctree contains reference to nonexisting document
u'sage/combinat/abstract_tree'
make: *** [doc-html] Error 1
--
You received this message because you are subscribed to the Google Groups
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.