passagemath-doc-pdf 10.4.59__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- passagemath_doc_pdf-10.4.59/PKG-INFO +44 -0
- passagemath_doc_pdf-10.4.59/README.rst +29 -0
- passagemath_doc_pdf-10.4.59/VERSION.txt +1 -0
- passagemath_doc_pdf-10.4.59/copy_doc_src.py +12 -0
- passagemath_doc_pdf-10.4.59/doc/Makefile +92 -0
- passagemath_doc_pdf-10.4.59/doc/ca/intro/conf.py +49 -0
- passagemath_doc_pdf-10.4.59/doc/ca/intro/index.rst +1003 -0
- passagemath_doc_pdf-10.4.59/doc/common/_vendor/cvxopt.inv +0 -0
- passagemath_doc_pdf-10.4.59/doc/common/_vendor/cvxpy.inv +0 -0
- passagemath_doc_pdf-10.4.59/doc/common/_vendor/cypari2.inv +0 -0
- passagemath_doc_pdf-10.4.59/doc/common/_vendor/cysignals.inv +0 -0
- passagemath_doc_pdf-10.4.59/doc/common/_vendor/flint.inv +0 -0
- passagemath_doc_pdf-10.4.59/doc/common/_vendor/fpylll.inv +0 -0
- passagemath_doc_pdf-10.4.59/doc/common/_vendor/gmpy2.inv +0 -0
- passagemath_doc_pdf-10.4.59/doc/common/_vendor/ipywidgets.inv +0 -0
- passagemath_doc_pdf-10.4.59/doc/common/_vendor/matplotlib.inv +0 -0
- passagemath_doc_pdf-10.4.59/doc/common/_vendor/mpmath.inv +0 -0
- passagemath_doc_pdf-10.4.59/doc/common/_vendor/networkx.inv +0 -0
- passagemath_doc_pdf-10.4.59/doc/common/_vendor/numpy.inv +0 -0
- passagemath_doc_pdf-10.4.59/doc/common/_vendor/pplpy.inv +0 -0
- passagemath_doc_pdf-10.4.59/doc/common/_vendor/python.inv +0 -0
- passagemath_doc_pdf-10.4.59/doc/common/_vendor/rpy2.inv +0 -0
- passagemath_doc_pdf-10.4.59/doc/common/_vendor/scipy.inv +0 -0
- passagemath_doc_pdf-10.4.59/doc/common/_vendor/sympy.inv +0 -0
- passagemath_doc_pdf-10.4.59/doc/common/static/custom-codemirror-monokai.css +42 -0
- passagemath_doc_pdf-10.4.59/doc/common/static/custom-furo.css +76 -0
- passagemath_doc_pdf-10.4.59/doc/common/static/custom-jupyter-sphinx.css +136 -0
- passagemath_doc_pdf-10.4.59/doc/common/static/custom-tabs.css +13 -0
- passagemath_doc_pdf-10.4.59/doc/common/static/favicon.ico +0 -0
- passagemath_doc_pdf-10.4.59/doc/common/static/jupyter-sphinx-furo.js +193 -0
- passagemath_doc_pdf-10.4.59/doc/common/static/logo_sagemath_black.svg +1 -0
- passagemath_doc_pdf-10.4.59/doc/common/static/logo_sagemath_white.svg +1 -0
- passagemath_doc_pdf-10.4.59/doc/common/static/pdf.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/common/static/sageicon.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/common/static/sagelogo.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/common/templates-furo/genindex-single.html +63 -0
- passagemath_doc_pdf-10.4.59/doc/common/templates-furo/search.html +70 -0
- passagemath_doc_pdf-10.4.59/doc/common/templates-furo/sidebar/brand.html +21 -0
- passagemath_doc_pdf-10.4.59/doc/common/templates-furo/sidebar/home.html +7 -0
- passagemath_doc_pdf-10.4.59/doc/common/templates-furo/sidebar/version-selector.html +6 -0
- passagemath_doc_pdf-10.4.59/doc/common/themes/sage-classic/genindex-single.html +69 -0
- passagemath_doc_pdf-10.4.59/doc/common/themes/sage-classic/genindex-split.html +47 -0
- passagemath_doc_pdf-10.4.59/doc/common/themes/sage-classic/genindex.html +82 -0
- passagemath_doc_pdf-10.4.59/doc/common/themes/sage-classic/layout.html +181 -0
- passagemath_doc_pdf-10.4.59/doc/common/themes/sage-classic/search.html +70 -0
- passagemath_doc_pdf-10.4.59/doc/common/themes/sage-classic/static/sage.css_t +382 -0
- passagemath_doc_pdf-10.4.59/doc/common/themes/sage-classic/theme.conf +42 -0
- passagemath_doc_pdf-10.4.59/doc/de/a_tour_of_sage/conf.py +54 -0
- passagemath_doc_pdf-10.4.59/doc/de/a_tour_of_sage/eigen_plot.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/de/a_tour_of_sage/index.rst +163 -0
- passagemath_doc_pdf-10.4.59/doc/de/a_tour_of_sage/sin_plot.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/de/thematische_anleitungen/conf.py +51 -0
- passagemath_doc_pdf-10.4.59/doc/de/thematische_anleitungen/index.rst +19 -0
- passagemath_doc_pdf-10.4.59/doc/de/thematische_anleitungen/sage_gymnasium.rst +1248 -0
- passagemath_doc_pdf-10.4.59/doc/de/tutorial/afterword.rst +193 -0
- passagemath_doc_pdf-10.4.59/doc/de/tutorial/appendix.rst +34 -0
- passagemath_doc_pdf-10.4.59/doc/de/tutorial/bibliography.rst +50 -0
- passagemath_doc_pdf-10.4.59/doc/de/tutorial/conf.py +51 -0
- passagemath_doc_pdf-10.4.59/doc/de/tutorial/index.rst +48 -0
- passagemath_doc_pdf-10.4.59/doc/de/tutorial/interactive_shell.rst +879 -0
- passagemath_doc_pdf-10.4.59/doc/de/tutorial/interfaces.rst +341 -0
- passagemath_doc_pdf-10.4.59/doc/de/tutorial/introduction.rst +168 -0
- passagemath_doc_pdf-10.4.59/doc/de/tutorial/latex.rst +486 -0
- passagemath_doc_pdf-10.4.59/doc/de/tutorial/programming.rst +840 -0
- passagemath_doc_pdf-10.4.59/doc/de/tutorial/sagetex.rst +106 -0
- passagemath_doc_pdf-10.4.59/doc/de/tutorial/tour.rst +33 -0
- passagemath_doc_pdf-10.4.59/doc/de/tutorial/tour_advanced.rst +547 -0
- passagemath_doc_pdf-10.4.59/doc/de/tutorial/tour_algebra.rst +422 -0
- passagemath_doc_pdf-10.4.59/doc/de/tutorial/tour_assignment.rst +104 -0
- passagemath_doc_pdf-10.4.59/doc/de/tutorial/tour_functions.rst +246 -0
- passagemath_doc_pdf-10.4.59/doc/de/tutorial/tour_groups.rst +87 -0
- passagemath_doc_pdf-10.4.59/doc/de/tutorial/tour_help.rst +359 -0
- passagemath_doc_pdf-10.4.59/doc/de/tutorial/tour_linalg.rst +248 -0
- passagemath_doc_pdf-10.4.59/doc/de/tutorial/tour_numtheory.rst +166 -0
- passagemath_doc_pdf-10.4.59/doc/de/tutorial/tour_plotting.rst +248 -0
- passagemath_doc_pdf-10.4.59/doc/de/tutorial/tour_polynomial.rst +333 -0
- passagemath_doc_pdf-10.4.59/doc/de/tutorial/tour_rings.rst +148 -0
- passagemath_doc_pdf-10.4.59/doc/el/a_tour_of_sage/conf.py +51 -0
- passagemath_doc_pdf-10.4.59/doc/el/a_tour_of_sage/eigen_plot.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/el/a_tour_of_sage/index.rst +143 -0
- passagemath_doc_pdf-10.4.59/doc/el/a_tour_of_sage/sin_plot.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/a_tour_of_sage/conf.py +50 -0
- passagemath_doc_pdf-10.4.59/doc/en/a_tour_of_sage/eigen_plot.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/a_tour_of_sage/index.rst +140 -0
- passagemath_doc_pdf-10.4.59/doc/en/a_tour_of_sage/sin_plot.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/constructions/algebraic_geometry.rst +559 -0
- passagemath_doc_pdf-10.4.59/doc/en/constructions/calculus.rst +398 -0
- passagemath_doc_pdf-10.4.59/doc/en/constructions/conf.py +49 -0
- passagemath_doc_pdf-10.4.59/doc/en/constructions/contributions.rst +39 -0
- passagemath_doc_pdf-10.4.59/doc/en/constructions/elliptic_curves.rst +105 -0
- passagemath_doc_pdf-10.4.59/doc/en/constructions/groups.rst +629 -0
- passagemath_doc_pdf-10.4.59/doc/en/constructions/index.rst +56 -0
- passagemath_doc_pdf-10.4.59/doc/en/constructions/interface_issues.rst +332 -0
- passagemath_doc_pdf-10.4.59/doc/en/constructions/linear_algebra.rst +455 -0
- passagemath_doc_pdf-10.4.59/doc/en/constructions/linear_codes.rst +312 -0
- passagemath_doc_pdf-10.4.59/doc/en/constructions/modular_forms.rst +127 -0
- passagemath_doc_pdf-10.4.59/doc/en/constructions/number_fields.rst +188 -0
- passagemath_doc_pdf-10.4.59/doc/en/constructions/number_theory.rst +143 -0
- passagemath_doc_pdf-10.4.59/doc/en/constructions/plotting.rst +345 -0
- passagemath_doc_pdf-10.4.59/doc/en/constructions/polynomials.rst +334 -0
- passagemath_doc_pdf-10.4.59/doc/en/constructions/rep_theory.rst +207 -0
- passagemath_doc_pdf-10.4.59/doc/en/constructions/rings.rst +166 -0
- passagemath_doc_pdf-10.4.59/doc/en/developer/coding_basics.rst +1539 -0
- passagemath_doc_pdf-10.4.59/doc/en/developer/coding_in_cython.rst +213 -0
- passagemath_doc_pdf-10.4.59/doc/en/developer/coding_in_other.rst +746 -0
- passagemath_doc_pdf-10.4.59/doc/en/developer/coding_in_python.rst +862 -0
- passagemath_doc_pdf-10.4.59/doc/en/developer/conf.py +49 -0
- passagemath_doc_pdf-10.4.59/doc/en/developer/doctesting.rst +1705 -0
- passagemath_doc_pdf-10.4.59/doc/en/developer/git_advanced.rst +394 -0
- passagemath_doc_pdf-10.4.59/doc/en/developer/git_background.rst +206 -0
- passagemath_doc_pdf-10.4.59/doc/en/developer/git_basic.rst +436 -0
- passagemath_doc_pdf-10.4.59/doc/en/developer/git_setup.rst +64 -0
- passagemath_doc_pdf-10.4.59/doc/en/developer/github.rst +531 -0
- passagemath_doc_pdf-10.4.59/doc/en/developer/index.rst +187 -0
- passagemath_doc_pdf-10.4.59/doc/en/developer/packaging.rst +1561 -0
- passagemath_doc_pdf-10.4.59/doc/en/developer/packaging_sage_library.rst +734 -0
- passagemath_doc_pdf-10.4.59/doc/en/developer/portability_platform_table.rst +3125 -0
- passagemath_doc_pdf-10.4.59/doc/en/developer/portability_testing.rst +1334 -0
- passagemath_doc_pdf-10.4.59/doc/en/developer/review.rst +234 -0
- passagemath_doc_pdf-10.4.59/doc/en/developer/sage_manuals.rst +405 -0
- passagemath_doc_pdf-10.4.59/doc/en/developer/sagenb/branch_dropdown.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/developer/sagenb/forking_button.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/developer/sagenb/pull_button.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/developer/static/flowchart.dia +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/developer/static/flowchart.pdf +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/developer/static/flowchart.svg +220 -0
- passagemath_doc_pdf-10.4.59/doc/en/developer/static/meld-screenshot.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/developer/static/workflow.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/developer/tools.rst +476 -0
- passagemath_doc_pdf-10.4.59/doc/en/developer/walkthrough.rst +327 -0
- passagemath_doc_pdf-10.4.59/doc/en/developer/workflows.rst +170 -0
- passagemath_doc_pdf-10.4.59/doc/en/developer/workspace.rst +48 -0
- passagemath_doc_pdf-10.4.59/doc/en/faq/conf.py +52 -0
- passagemath_doc_pdf-10.4.59/doc/en/faq/faq-contribute.rst +272 -0
- passagemath_doc_pdf-10.4.59/doc/en/faq/faq-general.rst +407 -0
- passagemath_doc_pdf-10.4.59/doc/en/faq/faq-usage.rst +679 -0
- passagemath_doc_pdf-10.4.59/doc/en/faq/index.rst +29 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/arch-develop.txt +2 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/arch-optional.txt +3 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/arch-recommended.txt +3 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/arch.txt +8 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/binary.rst +33 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/conda.rst +192 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/conf.py +49 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/debian-develop.txt +2 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/debian-optional.txt +6 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/debian-recommended.txt +7 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/debian.txt +19 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/fedora-develop.txt +2 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/fedora-optional.txt +8 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/fedora-recommended.txt +9 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/fedora.txt +37 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/homebrew-develop.txt +1 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/homebrew-optional.txt +2 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/homebrew-recommended.txt +1 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/homebrew.txt +7 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/index.rst +227 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/launching.rst +304 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/linux.rst +29 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/meson.rst +122 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/opensuse-develop.txt +2 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/opensuse-optional.txt +5 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/opensuse-recommended.txt +2 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/opensuse.txt +21 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/source.rst +1322 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/troubles.rst +35 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/void-develop.txt +2 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/void-optional.txt +6 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/void-recommended.txt +2 -0
- passagemath_doc_pdf-10.4.59/doc/en/installation/void.txt +17 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/Advanced-2DPlotting.rst +706 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/Calculus.rst +778 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/Intro-Tutorial.rst +585 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/Logging-On.rst +88 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/Programming.rst +734 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/Quickstarts/Abstract-Algebra.rst +363 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/Quickstarts/Differential-Equations.rst +176 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/Quickstarts/Graphs-and-Discrete.rst +338 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/Quickstarts/Interact.rst +332 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/Quickstarts/Linear-Algebra.rst +349 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/Quickstarts/Multivariable-Calculus.rst +303 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/Quickstarts/NumAnalysis.rst +313 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/Quickstarts/Number-Theory.rst +269 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/Quickstarts/Statistics-and-Distributions.rst +204 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/Symbolics-and-Basic-Plotting.rst +467 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/conf.py +50 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/index.rst +44 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/ActiveCell.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/BlankJupyter.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/ClickBlueLine.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/EmptyNotebook.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/EmptyNotebookGetNew.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/EvaluateCell.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/FileChoose.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/FirstCell.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/HaveSignin.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/InputJupyter.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/JupyterHelpMenu.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/JupyterIntroDetails.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/JupyterIntroScreen.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/LiveWorksheet.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/LoggedIn.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/MDInput.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/MDOutput.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/MarkDownMenu.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/MoreCells.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/NewWorksheet.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/NotLoggedIn.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/NotebookExport.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/NotebookExportDetails.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/OpenIDPage.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/OutputJupyter.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/RegularSigninPage.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/Riemann.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/Rplot001.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/RunCellIcon.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/SignIn.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/SignInNormal.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/SignInOpenID.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/TextEditor.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/ThinBlueLine.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/media/heawood-graph-latex.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/prep/quickstart.rst +38 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/algebras/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/algebras/cubic_hecke_algebra.rst +10 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/algebras/fusion_rings.rst +21 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/algebras/index.rst +125 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/algebras/lie_algebras.rst +31 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/algebras/lie_conformal_algebras.rst +43 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/algebras/media/fusiontree.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/algebras/media/fusiontree.tex +29 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/algebras/quantum_groups.rst +11 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/arithgroup/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/arithgroup/index.rst +22 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/arithgroup/media/pairing.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/arithmetic_curves/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/arithmetic_curves/index.rst +129 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/asymptotic/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/asymptotic/index.rst +69 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/calculus/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/calculus/index.rst +102 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/categories/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/categories/index.rst +287 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/coding/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/coding/index.rst +163 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/coercion/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/coercion/index.rst +697 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/index.rst +18 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/media/a_poset.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/media/complete-binary-trees-4.pdf +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/media/complete-binary-trees-4.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/media/day-doubling.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/media/day-doubling.tex +55 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/media/graphs-5.pdf +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/media/graphs-5.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/media/k-rim.JPG +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/media/polytope.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/media/prefix-tree-graphs-4.pdf +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/media/prefix-tree-graphs-4.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/media/prefix-tree-graphs-4.tikz +23 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/media/prefix-tree-partitions-5.pdf +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/media/prefix-tree-partitions-5.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/media/prefix-tree-partitions-5.tikz +41 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/module_list.rst +390 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/conf.py +86 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/conf_sub.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/constants/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/constants/index.rst +9 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/cpython/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/cpython/index.rst +18 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/cryptography/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/cryptography/index.rst +41 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/curves/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/curves/index.rst +60 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/data_structures/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/data_structures/index.rst +13 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/databases/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/databases/index.rst +40 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/diophantine_approximation/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/diophantine_approximation/index.rst +13 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/discrete_geometry/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/discrete_geometry/index.rst +169 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/doctest/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/doctest/index.rst +17 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/documentation/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/documentation/index.rst +25 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/drinfeld_modules/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/drinfeld_modules/index.rst +43 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/dynamics/cellular_automata.rst +11 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/dynamics/complex_dynamics.rst +7 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/dynamics/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/dynamics/index.rst +41 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/euclidean_spaces/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/euclidean_spaces/index.rst +10 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/finite_rings/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/finite_rings/index.rst +72 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/footer.txt +13 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/function_fields/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/function_fields/index.rst +62 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/functions/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/functions/index.rst +37 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/game_theory/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/game_theory/index.rst +13 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/games/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/games/index.rst +23 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/graphs/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/graphs/index.rst +122 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/graphs/media/cycle.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/graphs/media/heawood-graph-latex.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/graphs/media/square.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/graphs/media/structure.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/groups/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/groups/index.rst +128 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/hecke/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/hecke/index.rst +25 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/history_and_license/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/history_and_license/index.rst +695 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/homology/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/homology/index.rst +23 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/hyperbolic_geometry/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/hyperbolic_geometry/index.rst +14 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/index.rst +185 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/interfaces/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/interfaces/index.rst +181 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/knots/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/knots/index.rst +12 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/lfunctions/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/lfunctions/index.rst +16 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/libs/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/libs/index.rst +154 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/logic/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/logic/index.rst +14 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/chart.rst +11 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/continuous_map.rst +11 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/degenerate_metric.rst +9 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/diff_form.rst +9 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/diff_manifold.rst +35 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/diff_map.rst +13 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/diff_scalarfield.rst +9 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/diff_vector_bundle.rst +11 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/euclidean_space.rst +13 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/index.rst +28 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/manifold.rst +29 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/mixed_form.rst +9 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/multivector.rst +9 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/poisson_manifold.rst +11 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/riem_manifold.rst +17 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/scalarfield.rst +9 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/tangent_space.rst +9 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/tensorfield.rst +11 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/vector_bundle.rst +19 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/vectorfield.rst +15 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/matrices/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/matrices/index.rst +104 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/matroids/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/matroids/index.rst +68 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/misc/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/misc/index.rst +282 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/misc/sagetex.rst +13 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/modabvar/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/modabvar/index.rst +19 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/modfrm/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/modfrm/index.rst +105 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/modsym/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/modsym/index.rst +51 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/modules/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/modules/index.rst +130 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/monoids/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/monoids/index.rst +24 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/noncommutative_polynomial_rings/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/noncommutative_polynomial_rings/index.rst +28 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/number_fields/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/number_fields/index.rst +75 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/numerical/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/numerical/index.rst +60 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/padics/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/padics/index.rst +45 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/parallel/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/parallel/index.rst +19 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/parallel/media/map_reduce_arch.fig +277 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/parallel/media/map_reduce_arch.pdf +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/parallel/media/map_reduce_arch.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/plot3d/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/plot3d/index.rst +56 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/plot3d/threejs.rst +166 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/plot3d/threejs_examples/animation.html +992 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/plot3d/threejs_examples/helix.html +445 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/plot3d/threejs_examples/spheres.html +445 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/plot3d/threejs_examples/template.html +6 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/plotting/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/plotting/index.rst +70 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/polynomial_rings/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/polynomial_rings/index.rst +85 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/polynomial_rings/invariant_theory.rst +10 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/polynomial_rings/polynomial_rings_multivar.rst +46 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/polynomial_rings/polynomial_rings_toy_implementations.rst +11 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/polynomial_rings/polynomial_rings_univar.rst +47 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/power_series/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/power_series/index.rst +26 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/probability/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/probability/index.rst +10 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/quadratic_forms/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/quadratic_forms/index.rst +44 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/quat_algebras/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/quat_algebras/index.rst +11 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/quivers/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/quivers/index.rst +17 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/references/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/references/index.rst +6972 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/repl/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/repl/environ.rst +58 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/repl/index.rst +103 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/repl/options.rst +12 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/repl/startup.rst +44 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/resolutions/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/resolutions/index.rst +13 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/riemannian_geometry/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/riemannian_geometry/index.rst +10 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/rings/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/rings/index.rst +95 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/rings_numerical/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/rings_numerical/index.rst +55 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/rings_standard/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/rings_standard/index.rst +40 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/sat/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/sat/index.rst +158 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/schemes/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/schemes/index.rst +104 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/semirings/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/semirings/index.rst +10 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/sets/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/sets/index.rst +36 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/4ti2.rst +110 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/_bootstrap.rst +130 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/_develop.rst +135 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/_prereq.rst +185 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/_recommended.rst +61 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/_sagemath.rst +95 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/admcycles.rst +50 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/alabaster.rst +85 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/anyio.rst +54 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/appdirs.rst +65 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/appnope.rst +69 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/argon2_cffi.rst +85 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/argon2_cffi_bindings.rst +104 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/arrow.rst +52 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/asttokens.rst +68 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/async_lru.rst +50 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/attrs.rst +86 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/auditwheel_or_delocate.rst +54 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/awali.rst +68 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/babel.rst +112 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/barvinok.rst +68 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/beautifulsoup4.rst +119 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/beniget.rst +82 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/benzene.rst +71 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/biopython.rst +69 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/bleach.rst +113 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/bliss.rst +97 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/boost_cropped.rst +150 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/brial.rst +124 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/buckygen.rst +69 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/bzip2.rst +130 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cachetools.rst +50 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/calver.rst +100 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cbc.rst +122 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ccache.rst +96 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cddlib.rst +147 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/certifi.rst +111 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cffi.rst +101 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/chardet.rst +50 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/charset_normalizer.rst +81 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cibuildwheel.rst +45 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/clarabel.rst +52 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cliquer.rst +121 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cmake.rst +157 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cocoalib.rst +67 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/colorama.rst +48 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/combinatorial_designs.rst +66 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/comm.rst +51 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/configure.rst +54 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/contourpy.rst +70 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/conway_polynomials.rst +88 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/coxeter3.rst +98 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cppy.rst +78 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/csdp.rst +94 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cunningham_tables.rst +37 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/curl.rst +124 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cvxopt.rst +128 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cvxpy.rst +68 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cycler.rst +122 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cylp.rst +58 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cypari.rst +76 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cysignals.rst +76 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cython.rst +145 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/d3js.rst +62 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/database_cremona_ellcurve.rst +71 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/database_cubic_hecke.rst +50 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/database_jones_numfield.rst +55 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/database_knotinfo.rst +50 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/database_kohel.rst +44 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/database_mutation_class.rst +58 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/database_odlyzko_zeta.rst +42 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/database_stein_watkins.rst +47 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/database_stein_watkins_mini.rst +47 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/database_symbolic_data.rst +68 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/dateutil.rst +124 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/debugpy.rst +60 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/decorator.rst +100 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/deformation.rst +56 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/defusedxml.rst +97 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/distlib.rst +65 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/docutils.rst +108 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/dot2tex.rst +120 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/dsdp.rst +109 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/e_antic.rst +97 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ecl.rst +162 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/eclib.rst +122 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ecm.rst +135 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ecos_python.rst +64 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/editables.rst +74 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/elliptic_curves.rst +69 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/entrypoints.rst +96 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/exceptiongroup.rst +48 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/execnet.rst +48 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/executing.rst +74 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/fastjsonschema.rst +123 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/fflas_ffpack.rst +118 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ffmpeg.rst +131 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/filelock.rst +65 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/flint.rst +138 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/flit_core.rst +79 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/fonttools.rst +75 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/fplll.rst +117 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/fpylll.rst +77 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/fqdn.rst +50 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/free_fonts.rst +130 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/freetype.rst +152 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/fricas.rst +83 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/frobby.rst +74 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/furo.rst +99 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gap.rst +127 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gap3.rst +107 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gap_jupyter.rst +74 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gap_packages.rst +215 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gast.rst +81 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gc.rst +150 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gcc.rst +168 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gdb.rst +93 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gengetopt.rst +108 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gf2x.rst +110 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gfan.rst +137 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gfortran.rst +155 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/giac.rst +154 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/git.rst +119 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/github_cli.rst +130 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gitpython.rst +46 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/givaro.rst +116 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/glpk.rst +179 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/glucose.rst +73 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gmp.rst +144 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gmpy2.rst +130 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gnulib.rst +35 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gnumake_tokenpool.rst +53 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/googletest.rst +119 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gp2c.rst +98 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/graphs.rst +75 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/graphviz.rst +127 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gsl.rst +179 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/h11.rst +50 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/hatchling.rst +80 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/httpcore.rst +50 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/httpx.rst +51 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/hypothesis.rst +47 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/iconv.rst +70 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/idna.rst +102 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/igraph.rst +125 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/imagemagick.rst +138 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/imagesize.rst +90 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/iml.rst +134 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/importlib_metadata.rst +122 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/importlib_resources.rst +79 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/index.rst +89 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/index_alph.rst +494 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/index_experimental.rst +18 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/index_optional.rst +154 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/index_sagemath.rst +48 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/index_standard.rst +288 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/info.rst +123 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/iniconfig.rst +48 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ipykernel.rst +125 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ipympl.rst +90 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ipython.rst +163 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ipython_genutils.rst +79 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ipywidgets.rst +89 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/isl.rst +142 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/isoduration.rst +49 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jedi.rst +83 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jinja2.rst +115 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jmol.rst +124 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/json5.rst +50 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jsonpointer.rst +50 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jsonschema.rst +115 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jsonschema_specifications.rst +51 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jupymake.rst +66 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jupyter_client.rst +107 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jupyter_core.rst +89 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jupyter_events.rst +56 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jupyter_jsmol.rst +77 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jupyter_lsp.rst +51 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jupyter_server.rst +68 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jupyter_server_terminals.rst +51 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jupyter_sphinx.rst +100 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jupyterlab.rst +106 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jupyterlab_mathjax2.rst +50 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jupyterlab_pygments.rst +82 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jupyterlab_server.rst +56 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jupyterlab_widgets.rst +83 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/kenzo.rst +55 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/kissat.rst +83 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/kiwisolver.rst +104 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/latte_int.rst +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/lcalc.rst +209 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/libatomic_ops.rst +146 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/libbraiding.rst +117 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/libffi.rst +166 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/libgd.rst +153 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/libgraphviz.rst +129 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/libhomfly.rst +119 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/libjpeg.rst +106 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/liblzma.rst +124 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/libnauty.rst +97 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/libogg.rst +128 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/libpng.rst +148 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/libsemigroups.rst +77 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/libtheora.rst +129 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/libxml2.rst +139 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/lidia.rst +60 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/lie.rst +121 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/linbox.rst +155 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/llvm.rst +140 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/lrcalc.rst +111 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/lrcalc_python.rst +73 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/lrslib.rst +121 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/m4ri.rst +123 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/m4rie.rst +120 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/macaulay2.rst +106 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/markupsafe.rst +97 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/mathics.rst +67 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/mathjax.rst +83 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/matplotlib.rst +172 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/matplotlib_inline.rst +82 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/matroid_database.rst +57 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/maxima.rst +166 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/mcqd.rst +73 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/meataxe.rst +72 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/memory_allocator.rst +76 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/meson.rst +123 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/meson_python.rst +112 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/mistune.rst +84 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/modular_decomposition.rst +54 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/modular_resolution.rst +143 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/mpc.rst +146 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/mpfi.rst +126 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/mpfr.rst +169 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/mpfrcx.rst +67 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/mpmath.rst +115 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/mpsolve.rst +47 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/msolve.rst +47 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/nauty.rst +120 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/nbclient.rst +83 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/nbconvert.rst +107 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/nbformat.rst +94 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ncurses.rst +149 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/nest_asyncio.rst +81 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/networkx.rst +117 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/nibabel.rst +77 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ninja_build.rst +126 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/normaliz.rst +109 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/notebook.rst +101 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/notebook_shim.rst +51 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/notedown.rst +67 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ntl.rst +136 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/numpy.rst +136 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/onetbb.rst +131 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/openblas.rst +162 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/openssl.rst +146 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ore_algebra.rst +62 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/osqp_python.rst +66 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/overrides.rst +50 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/p_group_cohomology.rst +162 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/packaging.rst +109 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/palp.rst +113 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pandoc.rst +112 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pandoc_attributes.rst +72 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pandocfilters.rst +117 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/papilo.rst +54 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pari.rst +164 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pari_elldata.rst +89 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pari_galdata.rst +91 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pari_galpol.rst +97 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pari_jupyter.rst +82 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pari_nftables.rst +82 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pari_seadata.rst +99 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pari_seadata_small.rst +79 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/parso.rst +92 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/patch.rst +153 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/patchelf.rst +110 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pathspec.rst +74 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pdf2svg.rst +114 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/perl_cpan_polymake_prereq.rst +96 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/perl_mongodb.rst +71 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/perl_term_readline_gnu.rst +128 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pexpect.rst +120 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/phitigra.rst +47 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pickleshare.rst +109 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pillow.rst +124 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pip.rst +125 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pkgconf.rst +125 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pkgconfig.rst +124 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/planarity.rst +126 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/plantri.rst +83 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/platformdirs.rst +72 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pluggy.rst +102 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ply.rst +74 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/polylib.rst +67 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/polymake.rst +165 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/polytopes_db.rst +73 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/polytopes_db_4d.rst +53 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ppl.rst +155 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pplpy.rst +113 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pplpy_doc.rst +46 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/primecount.rst +112 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/primecountpy.rst +81 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/primesieve.rst +113 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/prometheus_client.rst +88 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/prompt_toolkit.rst +111 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/psutil.rst +50 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ptyprocess.rst +122 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pure_eval.rst +74 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/py.rst +102 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pybind11.rst +104 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pybtex.rst +77 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pycosat.rst +101 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pycparser.rst +98 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pycryptosat.rst +91 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pygments.rst +135 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pygraphviz.rst +77 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pynormaliz.rst +71 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pyparsing.rst +105 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pyppeteer.rst +60 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pyproject_api.rst +48 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pyproject_hooks.rst +48 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pyproject_metadata.rst +68 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pyscipopt.rst +69 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pysingular.rst +72 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pytest.rst +89 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pytest_mock.rst +51 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pytest_xdist.rst +69 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/python3.rst +131 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/python_build.rst +64 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/python_flint.rst +52 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/python_igraph.rst +104 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/python_json_logger.rst +50 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pythran.rst +84 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pytz.rst +110 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pytz_deprecation_shim.rst +68 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pyx.rst +61 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pyyaml.rst +51 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pyzmq.rst +104 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/qdldl_python.rst +64 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/qepcad.rst +74 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/qhull.rst +168 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/r.rst +157 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/r_jupyter.rst +54 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/readline.rst +156 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/referencing.rst +52 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/requests.rst +119 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/rfc3339_validator.rst +50 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/rfc3986_validator.rst +50 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/rpds_py.rst +53 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/rpy2.rst +115 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/rst2ipynb.rst +74 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/rubiks.rst +100 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/rw.rst +98 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/saclib.rst +65 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sage_conf.rst +177 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sage_docbuild.rst +62 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sage_flatsurf.rst +49 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sage_numerical_backends_coin.rst +60 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sage_numerical_backends_cplex.rst +59 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sage_numerical_backends_gurobi.rst +59 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sage_setup.rst +39 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sage_sws2rst.rst +44 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_bliss.rst +78 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_brial.rst +76 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_categories.rst +131 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_cddlib.rst +64 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_combinat.rst +117 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_coxeter3.rst +65 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_doc_html.rst +65 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_doc_pdf.rst +70 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_eclib.rst +92 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_environment.rst +82 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_flint.rst +98 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_frobby.rst +74 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_gap.rst +103 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_gfan.rst +64 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_giac.rst +129 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_glpk.rst +79 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_graphs.rst +153 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_groups.rst +71 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_homfly.rst +65 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_latte_4ti2.rst +129 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_lcalc.rst +71 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_libbraiding.rst +72 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_libecm.rst +71 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_linbox.rst +71 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_lrslib.rst +104 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_macaulay2.rst +74 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_mcqd.rst +68 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_meataxe.rst +71 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_modules.rst +167 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_msolve.rst +85 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_nauty.rst +119 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_ntl.rst +68 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_objects.rst +88 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_palp.rst +114 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_pari.rst +67 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_planarity.rst +75 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_plot.rst +101 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_polyhedra.rst +190 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_qepcad.rst +82 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_rankwidth.rst +75 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_repl.rst +75 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_schemes.rst +97 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_singular.rst +86 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_sirocco.rst +79 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_standard_no_symbolics.rst +124 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_symbolics.rst +140 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_tdlib.rst +68 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_topcom.rst +122 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagenb_export.rst +57 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagetex.rst +116 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sbcl.rst +144 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/scip.rst +85 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/scip_sdp.rst +61 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/scipy.rst +152 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/scs.rst +62 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/send2trash.rst +97 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/setuptools.rst +117 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/setuptools_scm.rst +122 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/singular.rst +143 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/singular_jupyter.rst +73 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sirocco.rst +90 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/six.rst +121 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/slabbe.rst +58 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/snappy.rst +52 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sniffio.rst +50 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/snowballstemmer.rst +92 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/soplex.rst +80 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/soupsieve.rst +65 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sphinx.rst +152 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sphinx_basic_ng.rst +94 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sphinx_copybutton.rst +103 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sphinx_inline_tabs.rst +49 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sphinxcontrib_applehelp.rst +98 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sphinxcontrib_devhelp.rst +105 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sphinxcontrib_htmlhelp.rst +105 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sphinxcontrib_jsmath.rst +104 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sphinxcontrib_qthelp.rst +105 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sphinxcontrib_serializinghtml.rst +105 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sphinxcontrib_websupport.rst +114 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sqlalchemy.rst +84 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sqlite.rst +158 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/stack_data.rst +77 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/suitesparse.rst +1202 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/surf.rst +92 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/surface_dynamics.rst +54 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/symengine.rst +108 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/symengine_py.rst +86 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/symmetrica.rst +123 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sympow.rst +151 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sympy.rst +126 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/tachyon.rst +169 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/tdlib.rst +69 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/terminado.rst +80 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/texlive.rst +152 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/texlive_luatex.rst +103 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/texttable.rst +120 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/threejs.rst +67 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/tides.rst +66 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/tinycss2.rst +122 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/tomli.rst +79 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/topcom.rst +80 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/tornado.rst +103 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/tox.rst +133 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/traitlets.rst +90 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/trove_classifiers.rst +94 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/types_python_dateutil.rst +50 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/typing_extensions.rst +113 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/tzdata.rst +67 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/tzlocal.rst +108 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/uri_template.rst +50 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/urllib3.rst +109 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/valgrind.rst +100 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/virtualenv.rst +76 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/wcwidth.rst +97 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/webcolors.rst +50 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/webencodings.rst +116 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/websocket_client.rst +50 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/wheel.rst +115 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/widgetsnbextension.rst +112 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/xindy.rst +73 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/xz.rst +122 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/zeromq.rst +141 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/zipp.rst +95 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/zlib.rst +122 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/stats/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/stats/index.rst +20 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/structure/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/structure/index.rst +94 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/tensor_free_modules/alt_forms.rst +11 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/tensor_free_modules/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/tensor_free_modules/index.rst +30 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/tensor_free_modules/morphisms.rst +13 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/tensor_free_modules/tensors.rst +17 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/topology/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/topology/index.rst +28 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/topology/media/klein.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/topology/media/rp2.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/topology/media/simplices.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/topology/media/torus.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/topology/media/torus_labelled.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/valuations/conf.py +87 -0
- passagemath_doc_pdf-10.4.59/doc/en/reference/valuations/index.rst +207 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/algebraic_combinatorics/n_cube.rst +103 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/algebraic_combinatorics/rsk.rst +132 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/algebraic_combinatorics/tsetlin_library.rst +190 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/algebraic_combinatorics/walks.rst +85 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/algebraic_combinatorics.rst +32 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/coding_theory.rst +655 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/coercion_and_categories.rst +1982 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/conf.py +54 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/cython_interface.rst +173 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/birch.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/birds_eye_view.rst +14 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/birds_other.rst +283 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/conf.py +47 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/elliptic_curves.rst +377 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/generators_for_rings.rst +65 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/half_integral.rst +33 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/index.rst +19 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/integer_factorization.rst +50 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/introduction.rst +110 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/l_series.rst +50 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/level_one_forms.rst +75 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/method_of_graphs.rst +45 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/modabvar.rst +92 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/modpcurve.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/modular_forms.rst +21 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/modular_forms_and_hecke_operators.rst +352 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/modular_symbols.rst +127 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/nf_galois_groups.rst +351 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/nf_introduction.rst +340 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/nf_orders.rst +269 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/number_fields.rst +9 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/functional_programming.rst +409 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/geometry/polyhedra_quickref.rst +205 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/geometry/polyhedra_quicktutorial.rst +384 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/geometry/polyhedra_tutorial.rst +833 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/geometry/polytope_tikz.rst +181 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/geometry/tips.rst +127 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/geometry/visualization.rst +134 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/geometry.rst +19 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/group_theory.rst +1064 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/index.rst +134 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie/affine.rst +473 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie/affine_finite_crystals.rst +617 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie/affine_hw_crystals.rst +114 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie/bibliography.rst +185 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie/branching_rules.rst +1023 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie/crystals.rst +1011 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie/elementary_crystals.rst +217 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie/infinity_crystals.rst +322 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie/integrable.rst +328 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie/introduction.rst +99 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie/iwahori_hecke_algebra.rst +74 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie/kazhdan_lusztig_polynomials.rst +46 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie/lie_basics.rst +870 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie/weyl_character_ring.rst +619 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie/weyl_groups.rst +311 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie.rst +36 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/linear_programming.rst +522 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/1.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/BinfA2.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/BinfRrhoA2.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/BinfTCrhoA2.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/BrhoinBinf.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/KR_A.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/KR_Atwisted.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/KR_Atwisted1.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/KR_Atwisted_dual.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/KR_B.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/KR_C.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/KR_C_exceptional.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/KR_D.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/KR_Dtwisted.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/KR_Dtwisted_exceptional.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/KR_E6.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/LScrystal.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/MinfC31.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/RmutensorBlambda.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/YLa0.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/YinfA21.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/a1box.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/a1tag.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/a2box.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/a2rho.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/a2rho_color.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/a2tag.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/ab2tag.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/all-bounds-asymp.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/b2box.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/cube-dist.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/cube3.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/cube4.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/elementaryA2.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/elias-bound-asymp.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/graph.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/graph0.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/gv-bound-asymp.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/hamming-bound-asymp.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/hyperbolic_La0.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/level_zero_crystal.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/lp_flot1.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/lp_flot2.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/mrrw1-bound-asymp.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/parabolic_subcrystal.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/plotkin-bound-asymp.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/sandpile/C_6-parallel.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/sandpile/C_6.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/sandpile/btw.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/sandpile/example1.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/sandpile/initial.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/sandpile/random.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/singleton-bound-asymp.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/stand-a.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/stand-b.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/stand-c.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/stand-d.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/stand-g.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/standard1.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/tableau1.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/tableau2.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/tableau3.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/tableau4.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/tableaux.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/tensor.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/tsetlin-library.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/wcf1.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/young_lattice.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numerical_sage/comparison_to_cython.rst +15 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numerical_sage/conf.py +47 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numerical_sage/ctypes.rst +220 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numerical_sage/ctypes_examples.rst +214 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numerical_sage/cvxopt.rst +136 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numerical_sage/f2py.rst +370 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numerical_sage/f2py_examples.rst +160 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numerical_sage/index.rst +40 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numerical_sage/mpi4py.rst +189 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numerical_sage/numerical_tools.rst +33 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numerical_sage/numpy.rst +341 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numerical_sage/parallel_computation.rst +8 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numerical_sage/parallel_laplace_solver.rst +128 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numerical_sage/scipy.rst +115 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numerical_sage/using_compiled_code_iteractively.rst +48 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numtheory_rsa.rst +504 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/profiling.rst +182 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/sandpile.rst +4782 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/steenrod_algebra_modules.rst +797 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/structures_in_coding_theory.rst +793 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/sws2rst.rst +85 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/toctree.rst +29 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/tutorial-comprehensions.rst +384 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/tutorial-implementing-algebraic-structures.rst +731 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/tutorial-objects-and-classes.rst +789 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/tutorial-programming-python.rst +1364 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/vector_calculus/vector_calc_advanced.rst +478 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/vector_calculus/vector_calc_cartesian.rst +532 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/vector_calculus/vector_calc_change.rst +592 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/vector_calculus/vector_calc_curvilinear.rst +401 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/vector_calculus/vector_calc_plane.rst +696 -0
- passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/vector_calculus.rst +30 -0
- passagemath_doc_pdf-10.4.59/doc/en/tutorial/afterword.rst +185 -0
- passagemath_doc_pdf-10.4.59/doc/en/tutorial/appendix.rst +34 -0
- passagemath_doc_pdf-10.4.59/doc/en/tutorial/bibliography.rst +50 -0
- passagemath_doc_pdf-10.4.59/doc/en/tutorial/conf.py +49 -0
- passagemath_doc_pdf-10.4.59/doc/en/tutorial/index.rst +48 -0
- passagemath_doc_pdf-10.4.59/doc/en/tutorial/interactive_shell.rst +929 -0
- passagemath_doc_pdf-10.4.59/doc/en/tutorial/interfaces.rst +328 -0
- passagemath_doc_pdf-10.4.59/doc/en/tutorial/introduction.rst +160 -0
- passagemath_doc_pdf-10.4.59/doc/en/tutorial/latex.rst +383 -0
- passagemath_doc_pdf-10.4.59/doc/en/tutorial/programming.rst +811 -0
- passagemath_doc_pdf-10.4.59/doc/en/tutorial/sagetex.rst +247 -0
- passagemath_doc_pdf-10.4.59/doc/en/tutorial/tour.rst +31 -0
- passagemath_doc_pdf-10.4.59/doc/en/tutorial/tour_advanced.rst +544 -0
- passagemath_doc_pdf-10.4.59/doc/en/tutorial/tour_algebra.rst +435 -0
- passagemath_doc_pdf-10.4.59/doc/en/tutorial/tour_assignment.rst +102 -0
- passagemath_doc_pdf-10.4.59/doc/en/tutorial/tour_coercion.rst +403 -0
- passagemath_doc_pdf-10.4.59/doc/en/tutorial/tour_functions.rst +244 -0
- passagemath_doc_pdf-10.4.59/doc/en/tutorial/tour_groups.rst +85 -0
- passagemath_doc_pdf-10.4.59/doc/en/tutorial/tour_help.rst +359 -0
- passagemath_doc_pdf-10.4.59/doc/en/tutorial/tour_linalg.rst +242 -0
- passagemath_doc_pdf-10.4.59/doc/en/tutorial/tour_numtheory.rst +167 -0
- passagemath_doc_pdf-10.4.59/doc/en/tutorial/tour_plotting.rst +245 -0
- passagemath_doc_pdf-10.4.59/doc/en/tutorial/tour_polynomial.rst +327 -0
- passagemath_doc_pdf-10.4.59/doc/en/tutorial/tour_rings.rst +143 -0
- passagemath_doc_pdf-10.4.59/doc/en/website/conf.py +50 -0
- passagemath_doc_pdf-10.4.59/doc/en/website/index.rst +6 -0
- passagemath_doc_pdf-10.4.59/doc/en/website/root_index.html +190 -0
- passagemath_doc_pdf-10.4.59/doc/en/website/templates/index.html +228 -0
- passagemath_doc_pdf-10.4.59/doc/en/website/templates/index_furo.html +226 -0
- passagemath_doc_pdf-10.4.59/doc/en/website/versions.txt +19 -0
- passagemath_doc_pdf-10.4.59/doc/es/a_tour_of_sage/conf.py +56 -0
- passagemath_doc_pdf-10.4.59/doc/es/a_tour_of_sage/eigen_plot.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/es/a_tour_of_sage/index.rst +140 -0
- passagemath_doc_pdf-10.4.59/doc/es/a_tour_of_sage/sin_plot.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/es/tutorial/conf.py +51 -0
- passagemath_doc_pdf-10.4.59/doc/es/tutorial/index.rst +39 -0
- passagemath_doc_pdf-10.4.59/doc/es/tutorial/introduction.rst +167 -0
- passagemath_doc_pdf-10.4.59/doc/es/tutorial/tour.rst +26 -0
- passagemath_doc_pdf-10.4.59/doc/es/tutorial/tour_algebra.rst +404 -0
- passagemath_doc_pdf-10.4.59/doc/es/tutorial/tour_assignment.rst +101 -0
- passagemath_doc_pdf-10.4.59/doc/es/tutorial/tour_groups.rst +93 -0
- passagemath_doc_pdf-10.4.59/doc/es/tutorial/tour_help.rst +357 -0
- passagemath_doc_pdf-10.4.59/doc/es/tutorial/tour_linalg.rst +230 -0
- passagemath_doc_pdf-10.4.59/doc/es/tutorial/tour_numtheory.rst +149 -0
- passagemath_doc_pdf-10.4.59/doc/es/tutorial/tour_polynomial.rst +328 -0
- passagemath_doc_pdf-10.4.59/doc/es/tutorial/tour_rings.rst +139 -0
- passagemath_doc_pdf-10.4.59/doc/fr/a_tour_of_sage/conf.py +55 -0
- passagemath_doc_pdf-10.4.59/doc/fr/a_tour_of_sage/eigen_plot.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/fr/a_tour_of_sage/index.rst +143 -0
- passagemath_doc_pdf-10.4.59/doc/fr/a_tour_of_sage/sin_plot.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/fr/tutorial/afterword.rst +196 -0
- passagemath_doc_pdf-10.4.59/doc/fr/tutorial/appendix.rst +34 -0
- passagemath_doc_pdf-10.4.59/doc/fr/tutorial/bibliography.rst +50 -0
- passagemath_doc_pdf-10.4.59/doc/fr/tutorial/conf.py +55 -0
- passagemath_doc_pdf-10.4.59/doc/fr/tutorial/index.rst +54 -0
- passagemath_doc_pdf-10.4.59/doc/fr/tutorial/interactive_shell.rst +947 -0
- passagemath_doc_pdf-10.4.59/doc/fr/tutorial/interfaces.rst +343 -0
- passagemath_doc_pdf-10.4.59/doc/fr/tutorial/introduction.rst +170 -0
- passagemath_doc_pdf-10.4.59/doc/fr/tutorial/latex.rst +460 -0
- passagemath_doc_pdf-10.4.59/doc/fr/tutorial/programming.rst +840 -0
- passagemath_doc_pdf-10.4.59/doc/fr/tutorial/sagetex.rst +117 -0
- passagemath_doc_pdf-10.4.59/doc/fr/tutorial/tour.rst +36 -0
- passagemath_doc_pdf-10.4.59/doc/fr/tutorial/tour_advanced.rst +544 -0
- passagemath_doc_pdf-10.4.59/doc/fr/tutorial/tour_algebra.rst +394 -0
- passagemath_doc_pdf-10.4.59/doc/fr/tutorial/tour_assignment.rst +106 -0
- passagemath_doc_pdf-10.4.59/doc/fr/tutorial/tour_coercion.rst +399 -0
- passagemath_doc_pdf-10.4.59/doc/fr/tutorial/tour_functions.rst +230 -0
- passagemath_doc_pdf-10.4.59/doc/fr/tutorial/tour_groups.rst +88 -0
- passagemath_doc_pdf-10.4.59/doc/fr/tutorial/tour_help.rst +361 -0
- passagemath_doc_pdf-10.4.59/doc/fr/tutorial/tour_linalg.rst +244 -0
- passagemath_doc_pdf-10.4.59/doc/fr/tutorial/tour_numtheory.rst +169 -0
- passagemath_doc_pdf-10.4.59/doc/fr/tutorial/tour_plotting.rst +199 -0
- passagemath_doc_pdf-10.4.59/doc/fr/tutorial/tour_polynomial.rst +335 -0
- passagemath_doc_pdf-10.4.59/doc/fr/tutorial/tour_rings.rst +98 -0
- passagemath_doc_pdf-10.4.59/doc/hu/a_tour_of_sage/conf.py +55 -0
- passagemath_doc_pdf-10.4.59/doc/hu/a_tour_of_sage/eigen_plot.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/hu/a_tour_of_sage/index.rst +140 -0
- passagemath_doc_pdf-10.4.59/doc/hu/a_tour_of_sage/sin_plot.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/it/a_tour_of_sage/conf.py +62 -0
- passagemath_doc_pdf-10.4.59/doc/it/a_tour_of_sage/eigen_plot.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/it/a_tour_of_sage/index.rst +136 -0
- passagemath_doc_pdf-10.4.59/doc/it/a_tour_of_sage/sin_plot.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/it/faq/conf.py +52 -0
- passagemath_doc_pdf-10.4.59/doc/it/faq/faq-contribute.rst +257 -0
- passagemath_doc_pdf-10.4.59/doc/it/faq/faq-general.rst +313 -0
- passagemath_doc_pdf-10.4.59/doc/it/faq/faq-usage.rst +677 -0
- passagemath_doc_pdf-10.4.59/doc/it/faq/index.rst +28 -0
- passagemath_doc_pdf-10.4.59/doc/it/tutorial/conf.py +51 -0
- passagemath_doc_pdf-10.4.59/doc/it/tutorial/index.rst +32 -0
- passagemath_doc_pdf-10.4.59/doc/it/tutorial/introduction.rst +145 -0
- passagemath_doc_pdf-10.4.59/doc/it/tutorial/tour_algebra.rst +393 -0
- passagemath_doc_pdf-10.4.59/doc/ja/a_tour_of_sage/conf.py +55 -0
- passagemath_doc_pdf-10.4.59/doc/ja/a_tour_of_sage/eigen_plot.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/ja/a_tour_of_sage/index.rst +139 -0
- passagemath_doc_pdf-10.4.59/doc/ja/a_tour_of_sage/sin_plot.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/ja/tutorial/afterword.rst +147 -0
- passagemath_doc_pdf-10.4.59/doc/ja/tutorial/appendix.rst +34 -0
- passagemath_doc_pdf-10.4.59/doc/ja/tutorial/bibliography.rst +53 -0
- passagemath_doc_pdf-10.4.59/doc/ja/tutorial/conf.py +55 -0
- passagemath_doc_pdf-10.4.59/doc/ja/tutorial/index.rst +37 -0
- passagemath_doc_pdf-10.4.59/doc/ja/tutorial/interactive_shell.rst +865 -0
- passagemath_doc_pdf-10.4.59/doc/ja/tutorial/interfaces.rst +304 -0
- passagemath_doc_pdf-10.4.59/doc/ja/tutorial/introduction.rst +126 -0
- passagemath_doc_pdf-10.4.59/doc/ja/tutorial/japanesesupport.py +20 -0
- passagemath_doc_pdf-10.4.59/doc/ja/tutorial/latex.rst +396 -0
- passagemath_doc_pdf-10.4.59/doc/ja/tutorial/programming.rst +777 -0
- passagemath_doc_pdf-10.4.59/doc/ja/tutorial/sagetex.rst +228 -0
- passagemath_doc_pdf-10.4.59/doc/ja/tutorial/tour.rst +24 -0
- passagemath_doc_pdf-10.4.59/doc/ja/tutorial/tour_advanced.rst +520 -0
- passagemath_doc_pdf-10.4.59/doc/ja/tutorial/tour_algebra.rst +402 -0
- passagemath_doc_pdf-10.4.59/doc/ja/tutorial/tour_assignment.rst +91 -0
- passagemath_doc_pdf-10.4.59/doc/ja/tutorial/tour_coercion.rst +362 -0
- passagemath_doc_pdf-10.4.59/doc/ja/tutorial/tour_functions.rst +248 -0
- passagemath_doc_pdf-10.4.59/doc/ja/tutorial/tour_groups.rst +89 -0
- passagemath_doc_pdf-10.4.59/doc/ja/tutorial/tour_help.rst +364 -0
- passagemath_doc_pdf-10.4.59/doc/ja/tutorial/tour_linalg.rst +255 -0
- passagemath_doc_pdf-10.4.59/doc/ja/tutorial/tour_numtheory.rst +170 -0
- passagemath_doc_pdf-10.4.59/doc/ja/tutorial/tour_plotting.rst +229 -0
- passagemath_doc_pdf-10.4.59/doc/ja/tutorial/tour_polynomial.rst +322 -0
- passagemath_doc_pdf-10.4.59/doc/ja/tutorial/tour_rings.rst +148 -0
- passagemath_doc_pdf-10.4.59/doc/pt/a_tour_of_sage/conf.py +52 -0
- passagemath_doc_pdf-10.4.59/doc/pt/a_tour_of_sage/eigen_plot.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/pt/a_tour_of_sage/index.rst +139 -0
- passagemath_doc_pdf-10.4.59/doc/pt/a_tour_of_sage/sin_plot.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/pt/tutorial/afterword.rst +179 -0
- passagemath_doc_pdf-10.4.59/doc/pt/tutorial/appendix.rst +33 -0
- passagemath_doc_pdf-10.4.59/doc/pt/tutorial/bibliography.rst +50 -0
- passagemath_doc_pdf-10.4.59/doc/pt/tutorial/conf.py +51 -0
- passagemath_doc_pdf-10.4.59/doc/pt/tutorial/index.rst +46 -0
- passagemath_doc_pdf-10.4.59/doc/pt/tutorial/interactive_shell.rst +918 -0
- passagemath_doc_pdf-10.4.59/doc/pt/tutorial/interfaces.rst +339 -0
- passagemath_doc_pdf-10.4.59/doc/pt/tutorial/introduction.rst +162 -0
- passagemath_doc_pdf-10.4.59/doc/pt/tutorial/latex.rst +493 -0
- passagemath_doc_pdf-10.4.59/doc/pt/tutorial/programming.rst +832 -0
- passagemath_doc_pdf-10.4.59/doc/pt/tutorial/sagetex.rst +110 -0
- passagemath_doc_pdf-10.4.59/doc/pt/tutorial/tour.rst +31 -0
- passagemath_doc_pdf-10.4.59/doc/pt/tutorial/tour_advanced.rst +546 -0
- passagemath_doc_pdf-10.4.59/doc/pt/tutorial/tour_algebra.rst +415 -0
- passagemath_doc_pdf-10.4.59/doc/pt/tutorial/tour_assignment.rst +102 -0
- passagemath_doc_pdf-10.4.59/doc/pt/tutorial/tour_coercion.rst +408 -0
- passagemath_doc_pdf-10.4.59/doc/pt/tutorial/tour_functions.rst +243 -0
- passagemath_doc_pdf-10.4.59/doc/pt/tutorial/tour_groups.rst +90 -0
- passagemath_doc_pdf-10.4.59/doc/pt/tutorial/tour_help.rst +363 -0
- passagemath_doc_pdf-10.4.59/doc/pt/tutorial/tour_linalg.rst +223 -0
- passagemath_doc_pdf-10.4.59/doc/pt/tutorial/tour_numtheory.rst +167 -0
- passagemath_doc_pdf-10.4.59/doc/pt/tutorial/tour_plotting.rst +248 -0
- passagemath_doc_pdf-10.4.59/doc/pt/tutorial/tour_polynomial.rst +329 -0
- passagemath_doc_pdf-10.4.59/doc/pt/tutorial/tour_rings.rst +148 -0
- passagemath_doc_pdf-10.4.59/doc/ru/tutorial/afterword.rst +166 -0
- passagemath_doc_pdf-10.4.59/doc/ru/tutorial/appendix.rst +32 -0
- passagemath_doc_pdf-10.4.59/doc/ru/tutorial/bibliography.rst +51 -0
- passagemath_doc_pdf-10.4.59/doc/ru/tutorial/conf.py +51 -0
- passagemath_doc_pdf-10.4.59/doc/ru/tutorial/index.rst +34 -0
- passagemath_doc_pdf-10.4.59/doc/ru/tutorial/interactive_shell.rst +852 -0
- passagemath_doc_pdf-10.4.59/doc/ru/tutorial/interfaces.rst +330 -0
- passagemath_doc_pdf-10.4.59/doc/ru/tutorial/introduction.rst +158 -0
- passagemath_doc_pdf-10.4.59/doc/ru/tutorial/programming.rst +782 -0
- passagemath_doc_pdf-10.4.59/doc/ru/tutorial/sagetex.rst +92 -0
- passagemath_doc_pdf-10.4.59/doc/ru/tutorial/tour.rst +27 -0
- passagemath_doc_pdf-10.4.59/doc/ru/tutorial/tour_advanced.rst +505 -0
- passagemath_doc_pdf-10.4.59/doc/ru/tutorial/tour_algebra.rst +393 -0
- passagemath_doc_pdf-10.4.59/doc/ru/tutorial/tour_assignment.rst +99 -0
- passagemath_doc_pdf-10.4.59/doc/ru/tutorial/tour_functions.rst +232 -0
- passagemath_doc_pdf-10.4.59/doc/ru/tutorial/tour_groups.rst +85 -0
- passagemath_doc_pdf-10.4.59/doc/ru/tutorial/tour_help.rst +347 -0
- passagemath_doc_pdf-10.4.59/doc/ru/tutorial/tour_linalg.rst +217 -0
- passagemath_doc_pdf-10.4.59/doc/ru/tutorial/tour_numtheory.rst +160 -0
- passagemath_doc_pdf-10.4.59/doc/ru/tutorial/tour_plotting.rst +228 -0
- passagemath_doc_pdf-10.4.59/doc/ru/tutorial/tour_polynomial.rst +305 -0
- passagemath_doc_pdf-10.4.59/doc/ru/tutorial/tour_rings.rst +143 -0
- passagemath_doc_pdf-10.4.59/doc/tr/a_tour_of_sage/conf.py +51 -0
- passagemath_doc_pdf-10.4.59/doc/tr/a_tour_of_sage/eigen_plot.png +0 -0
- passagemath_doc_pdf-10.4.59/doc/tr/a_tour_of_sage/index.rst +129 -0
- passagemath_doc_pdf-10.4.59/doc/tr/a_tour_of_sage/sin_plot.png +0 -0
- passagemath_doc_pdf-10.4.59/make.sh +12 -0
- passagemath_doc_pdf-10.4.59/meson.build +30 -0
- passagemath_doc_pdf-10.4.59/meson_dist_script.sh +23 -0
- passagemath_doc_pdf-10.4.59/pyproject.toml +35 -0
@@ -0,0 +1,44 @@
|
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: passagemath-doc-pdf
|
3
|
+
Version: 10.4.59
|
4
|
+
Summary: passagemath: Documentation in PDF format
|
5
|
+
Author-Email: The Sage Developers <sage-support@googlegroups.com>
|
6
|
+
License: GNU General Public License (GPL) v2 or later; Creative Commons Attribution-ShareAlike 3.0 Unported
|
7
|
+
Classifier: Development Status :: 6 - Mature
|
8
|
+
Classifier: Intended Audience :: Education
|
9
|
+
Classifier: Intended Audience :: Science/Research
|
10
|
+
Classifier: License :: OSI Approved
|
11
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
12
|
+
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
13
|
+
Project-URL: Homepage, https://www.sagemath.org
|
14
|
+
Description-Content-Type: text/x-rst
|
15
|
+
|
16
|
+
=====================================================================
|
17
|
+
passagemath: Documentation in PDF format
|
18
|
+
=====================================================================
|
19
|
+
|
20
|
+
About SageMath
|
21
|
+
--------------
|
22
|
+
|
23
|
+
"Creating a Viable Open Source Alternative to
|
24
|
+
Magma, Maple, Mathematica, and MATLAB"
|
25
|
+
|
26
|
+
Copyright (C) 2005-2024 The Sage Development Team
|
27
|
+
|
28
|
+
https://www.sagemath.org
|
29
|
+
|
30
|
+
SageMath fully supports all major Linux distributions, recent versions of
|
31
|
+
macOS, and Windows (using Cygwin or Windows Subsystem for Linux).
|
32
|
+
|
33
|
+
The traditional and recommended way to install SageMath is from source via
|
34
|
+
Sage-the-distribution (https://www.sagemath.org/download-source.html).
|
35
|
+
Sage-the-distribution first builds a large number of open source packages from
|
36
|
+
source (unless it finds suitable versions installed in the system) and then
|
37
|
+
installs the Sage Library (sagelib, implemented in Python and Cython).
|
38
|
+
|
39
|
+
|
40
|
+
About this pip-installable source distribution
|
41
|
+
----------------------------------------------
|
42
|
+
|
43
|
+
When installed from source, the distribution `sagemath-doc-pdf` uses Sphinx
|
44
|
+
and LuaLaTeX to build the SageMath documentation in PDF format.
|
@@ -0,0 +1,29 @@
|
|
1
|
+
=====================================================================
|
2
|
+
passagemath: Documentation in PDF format
|
3
|
+
=====================================================================
|
4
|
+
|
5
|
+
About SageMath
|
6
|
+
--------------
|
7
|
+
|
8
|
+
"Creating a Viable Open Source Alternative to
|
9
|
+
Magma, Maple, Mathematica, and MATLAB"
|
10
|
+
|
11
|
+
Copyright (C) 2005-2024 The Sage Development Team
|
12
|
+
|
13
|
+
https://www.sagemath.org
|
14
|
+
|
15
|
+
SageMath fully supports all major Linux distributions, recent versions of
|
16
|
+
macOS, and Windows (using Cygwin or Windows Subsystem for Linux).
|
17
|
+
|
18
|
+
The traditional and recommended way to install SageMath is from source via
|
19
|
+
Sage-the-distribution (https://www.sagemath.org/download-source.html).
|
20
|
+
Sage-the-distribution first builds a large number of open source packages from
|
21
|
+
source (unless it finds suitable versions installed in the system) and then
|
22
|
+
installs the Sage Library (sagelib, implemented in Python and Cython).
|
23
|
+
|
24
|
+
|
25
|
+
About this pip-installable source distribution
|
26
|
+
----------------------------------------------
|
27
|
+
|
28
|
+
When installed from source, the distribution `sagemath-doc-pdf` uses Sphinx
|
29
|
+
and LuaLaTeX to build the SageMath documentation in PDF format.
|
@@ -0,0 +1 @@
|
|
1
|
+
10.4.59
|
@@ -0,0 +1,12 @@
|
|
1
|
+
#!/usr/bin/env python3
|
2
|
+
# Copy from $SAGE_DOC_SRC to $SAGE_DOC/src
|
3
|
+
|
4
|
+
from os import environ
|
5
|
+
from pathlib import Path
|
6
|
+
from shutil import copytree
|
7
|
+
|
8
|
+
from_path = environ['SAGE_DOC_SRC']
|
9
|
+
to_path = Path(environ['SAGE_DOC']) / "src"
|
10
|
+
|
11
|
+
print(f"Copying {from_path} to {to_path}")
|
12
|
+
copytree(from_path, to_path, dirs_exist_ok=True)
|
@@ -0,0 +1,92 @@
|
|
1
|
+
########################################################
|
2
|
+
#
|
3
|
+
# 'make doc-html' (synonym for 'make' and 'make all') builds the html documentation.
|
4
|
+
# 'make doc-pdf' builds the PDF documentation.
|
5
|
+
#
|
6
|
+
# The "sage" script must be in PATH, and the Sage library and the package sage_docbuild
|
7
|
+
# must be installed for these to work.
|
8
|
+
# These commands are intended to be called by build/make/Makefile via
|
9
|
+
# build/pkgs/sagemath_doc_{html,pdf}/spkg-install.
|
10
|
+
#
|
11
|
+
# 'make clean' removes build artifacts; the "sage" script is not needed for this to work.
|
12
|
+
|
13
|
+
all: doc-html
|
14
|
+
|
15
|
+
clean:
|
16
|
+
rm -rf en/reference/*/sage
|
17
|
+
rm -rf en/reference/documentation/sage_docbuild
|
18
|
+
rm -rf en/reference/sage
|
19
|
+
rm -f common/*.pyc
|
20
|
+
|
21
|
+
# Sources generated at build time. (For sources generated at bootstrap time, see bootstrap.)
|
22
|
+
doc-src:
|
23
|
+
mkdir -p en/reference/repl
|
24
|
+
sage -advanced > en/reference/repl/options.txt
|
25
|
+
|
26
|
+
# Matches doc-inventory--reference-manifolds etc.
|
27
|
+
doc-inventory--%:
|
28
|
+
sage --docbuild --no-pdf-links $(subst -,/,$(subst doc-inventory--,,$@)) inventory $(SAGE_DOCBUILD_OPTS)
|
29
|
+
|
30
|
+
# Matches doc-html--developer, doc-html--reference-manifolds etc.
|
31
|
+
doc-html--%:
|
32
|
+
sage --docbuild --no-pdf-links $(subst -,/,$(subst doc-html--,,$@)) html $(SAGE_DOCBUILD_OPTS)
|
33
|
+
|
34
|
+
# reference manual, inventory
|
35
|
+
doc-inventory-reference: doc-src
|
36
|
+
$(eval DOCS = $(shell sage --docbuild --all-documents reference))
|
37
|
+
@if [ -z "$(DOCS)" ]; then echo "Error: 'sage --docbuild --all-documents' failed"; exit 1; fi
|
38
|
+
$(eval BIBLIO = $(firstword $(DOCS)))
|
39
|
+
$(eval OTHER_DOCS = $(wordlist 2, 100, $(DOCS)))
|
40
|
+
$(MAKE) doc-inventory--$(subst /,-,$(BIBLIO))
|
41
|
+
$(MAKE) $(foreach doc, $(OTHER_DOCS), doc-inventory--$(subst /,-,$(doc)))
|
42
|
+
$(MAKE) SAGE_DOCBUILD_OPTS="$(SAGE_DOCBUILD_OPTS) --no-prune-empty-dirs" doc-inventory--reference_top
|
43
|
+
|
44
|
+
# sub docs of reference manual, html
|
45
|
+
doc-html-reference-sub: doc-inventory-reference
|
46
|
+
$(eval DOCS = $(shell sage --docbuild --all-documents reference))
|
47
|
+
@if [ -z "$(DOCS)" ]; then echo "Error: 'sage --docbuild --all-documents' failed"; exit 1; fi
|
48
|
+
$(eval BIBLIO = $(firstword $(DOCS)))
|
49
|
+
$(eval OTHER_DOCS = $(wordlist 2, 100, $(DOCS)))
|
50
|
+
$(MAKE) SAGE_DOCBUILD_OPTS="$(SAGE_DOCBUILD_OPTS) --no-prune-empty-dirs" doc-html--$(subst /,-,$(BIBLIO))
|
51
|
+
$(MAKE) SAGE_DOCBUILD_OPTS="$(SAGE_DOCBUILD_OPTS) --no-prune-empty-dirs" $(foreach doc, $(OTHER_DOCS), doc-html--$(subst /,-,$(doc)))
|
52
|
+
|
53
|
+
# reference manual, html; reference_top is built after sub docs
|
54
|
+
doc-html-reference: doc-html-reference-sub
|
55
|
+
$(MAKE) SAGE_DOCBUILD_OPTS="$(SAGE_DOCBUILD_OPTS) --no-prune-empty-dirs" doc-html--reference_top
|
56
|
+
|
57
|
+
# other documentation, html
|
58
|
+
doc-html-other: doc-html-reference
|
59
|
+
$(eval DOCS = $(shell sage --docbuild --all-documents all))
|
60
|
+
@if [ -z "$(DOCS)" ]; then echo "Error: 'sage --docbuild --all-documents' failed"; exit 1; fi
|
61
|
+
$(MAKE) $(foreach doc, $(wordlist 2, 100, $(DOCS)), doc-html--$(subst /,-,$(doc)))
|
62
|
+
|
63
|
+
doc-html: doc-html-reference doc-html-other
|
64
|
+
|
65
|
+
# Matches doc-pdf--developer, doc-pdf--reference-manifolds etc.
|
66
|
+
doc-pdf--%:
|
67
|
+
LATEXOPTS="--file-line-error --interaction=batchmode" sage --docbuild $(subst -,/,$(subst doc-pdf--,,$@)) pdf $(SAGE_DOCBUILD_OPTS)
|
68
|
+
|
69
|
+
# reference manual, pdf
|
70
|
+
doc-pdf-reference: doc-inventory-reference
|
71
|
+
$(eval DOCS = $(shell sage --docbuild --all-documents reference))
|
72
|
+
@if [ -z "$(DOCS)" ]; then echo "Error: 'sage --docbuild --all-documents' failed"; exit 1; fi
|
73
|
+
$(eval BIBLIO = $(firstword $(DOCS)))
|
74
|
+
$(eval OTHER_DOCS = $(wordlist 2, 100, $(DOCS)))
|
75
|
+
$(MAKE) SAGE_DOCBUILD_OPTS="$(SAGE_DOCBUILD_OPTS) --no-prune-empty-dirs" doc-pdf--$(subst /,-,$(BIBLIO))
|
76
|
+
$(MAKE) SAGE_DOCBUILD_OPTS="$(SAGE_DOCBUILD_OPTS) --no-prune-empty-dirs" $(foreach doc, $(OTHER_DOCS), doc-pdf--$(subst /,-,$(doc)))
|
77
|
+
$(MAKE) SAGE_DOCBUILD_OPTS="$(SAGE_DOCBUILD_OPTS) --no-prune-empty-dirs" doc-pdf--reference_top
|
78
|
+
|
79
|
+
# other documentation, pdf
|
80
|
+
doc-pdf-other: doc-pdf-reference
|
81
|
+
$(eval DOCS = $(shell sage --docbuild --all-documents all))
|
82
|
+
@if [ -z "$(DOCS)" ]; then echo "Error: 'sage --docbuild --all-documents' failed"; exit 1; fi
|
83
|
+
$(MAKE) SAGE_DOCBUILD_OPTS="$(SAGE_DOCBUILD_OPTS) --no-prune-empty-dirs" $(foreach doc, $(wordlist 2, 100, $(DOCS)), doc-pdf--$(subst /,-,$(doc)))
|
84
|
+
|
85
|
+
doc-pdf: doc-pdf-reference doc-pdf-other
|
86
|
+
|
87
|
+
|
88
|
+
.PHONY: all clean \
|
89
|
+
doc-src \
|
90
|
+
doc-html doc-pdf \
|
91
|
+
doc-inventory-reference doc-html-reference doc-pdf-reference \
|
92
|
+
doc-html-other doc-pdf-other
|
@@ -0,0 +1,49 @@
|
|
1
|
+
# nodoctest
|
2
|
+
# Sage documentation build configuration file, created by
|
3
|
+
# sphinx-quickstart on Thu Aug 21 20:15:55 2008.
|
4
|
+
#
|
5
|
+
# This file is execfile()d with the current directory set to its containing dir.
|
6
|
+
#
|
7
|
+
# The contents of this file are pickled, so don't put values in the namespace
|
8
|
+
# that aren't pickleable (module imports are okay, they're removed automatically).
|
9
|
+
#
|
10
|
+
# All configuration values have a default; values that are commented out
|
11
|
+
# serve to show the default.
|
12
|
+
|
13
|
+
from sage_docbuild.conf import release
|
14
|
+
from sage_docbuild.conf import * # NOQA
|
15
|
+
|
16
|
+
|
17
|
+
for tag in feature_tags():
|
18
|
+
tags.add(tag)
|
19
|
+
|
20
|
+
|
21
|
+
# Add any paths that contain custom static files (such as style sheets),
|
22
|
+
# relative to this directory to html_static_path. They are copied after the
|
23
|
+
# builtin static files, so a file named "default.css" will overwrite the
|
24
|
+
# builtin "default.css". html_common_static_path imported from sage_docbuild.conf
|
25
|
+
# contains common paths.
|
26
|
+
html_static_path = [] + html_common_static_path
|
27
|
+
|
28
|
+
# Add small view/edit buttons.
|
29
|
+
html_theme_options.update({
|
30
|
+
'source_view_link': os.path.join(source_repository, 'blob/develop/src/doc/ca/intro', '{filename}'),
|
31
|
+
'source_edit_link': os.path.join(source_repository, 'edit/develop/src/doc/ca/intro', '{filename}'),
|
32
|
+
})
|
33
|
+
|
34
|
+
# General information about the project.
|
35
|
+
project = "Introducció de Sage"
|
36
|
+
|
37
|
+
# The name for this set of Sphinx documents. If None, it defaults to
|
38
|
+
# "<project> v<release> documentation".
|
39
|
+
html_title = project + " v"+release
|
40
|
+
|
41
|
+
# Output file base name for HTML help builder.
|
42
|
+
htmlhelp_basename = 'TutorialdeSage'
|
43
|
+
|
44
|
+
# Grouping the document tree into LaTeX files. List of tuples
|
45
|
+
# (source start file, target name, title, author, document class [howto/manual]).
|
46
|
+
latex_documents = [
|
47
|
+
('index', 'TutorialdeSage.tex', 'Introducció de Sage',
|
48
|
+
'The Sage Development Team', 'manual'),
|
49
|
+
]
|