sagemath_doc_pdf: SageMath documentation in PDF format¶
Upon installation, this package builds the SageMath documentation in PDF format.
It is an optional package. It can be enabled at configuration time
using ./configure --enable-sagemath_doc_pdf
. Alternatively,
it can be installed by using make doc-pdf
.
Type¶
optional
Dependencies¶
$(PYTHON)
$(PYTHON_TOOLCHAIN)
$(SAGERUNTIME)
conway_polynomials: Python interface to Frank Lübeck’s Conway polynomial database
ipywidgets: Interactive HTML widgets for Jupyter notebooks and the IPython kernel
jupyter_client: Jupyter protocol implementation and client libraries
mathjax: A JavaScript library for displaying mathematical formulas
maxima: System for manipulating symbolic and numerical expressions
mpmath: Pure Python library for multiprecision floating-point arithmetic
pplpy_doc: Python interface to the Parma Polyhedra Library (documentation)
sphinx_copybutton: Add a copy button to each of your code cells
sphinx_inline_tabs: Add inline tabbed content to your Sphinx documentation
Version Information¶
package-version.txt:
10.6.29
version_requirements.txt:
passagemath-doc-pdf ~= 10.6.29.0
Installation commands¶
$ pip install passagemath-doc-pdf~=10.6.29.0
$ sage -i sagemath_doc_pdf
However, these system packages will not be used for building Sage
because spkg-configure.m4
has not been written for this package;
see upstream Issue #27330 for more information.