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.
Files changed (1275) hide show
  1. passagemath_doc_pdf-10.4.59/PKG-INFO +44 -0
  2. passagemath_doc_pdf-10.4.59/README.rst +29 -0
  3. passagemath_doc_pdf-10.4.59/VERSION.txt +1 -0
  4. passagemath_doc_pdf-10.4.59/copy_doc_src.py +12 -0
  5. passagemath_doc_pdf-10.4.59/doc/Makefile +92 -0
  6. passagemath_doc_pdf-10.4.59/doc/ca/intro/conf.py +49 -0
  7. passagemath_doc_pdf-10.4.59/doc/ca/intro/index.rst +1003 -0
  8. passagemath_doc_pdf-10.4.59/doc/common/_vendor/cvxopt.inv +0 -0
  9. passagemath_doc_pdf-10.4.59/doc/common/_vendor/cvxpy.inv +0 -0
  10. passagemath_doc_pdf-10.4.59/doc/common/_vendor/cypari2.inv +0 -0
  11. passagemath_doc_pdf-10.4.59/doc/common/_vendor/cysignals.inv +0 -0
  12. passagemath_doc_pdf-10.4.59/doc/common/_vendor/flint.inv +0 -0
  13. passagemath_doc_pdf-10.4.59/doc/common/_vendor/fpylll.inv +0 -0
  14. passagemath_doc_pdf-10.4.59/doc/common/_vendor/gmpy2.inv +0 -0
  15. passagemath_doc_pdf-10.4.59/doc/common/_vendor/ipywidgets.inv +0 -0
  16. passagemath_doc_pdf-10.4.59/doc/common/_vendor/matplotlib.inv +0 -0
  17. passagemath_doc_pdf-10.4.59/doc/common/_vendor/mpmath.inv +0 -0
  18. passagemath_doc_pdf-10.4.59/doc/common/_vendor/networkx.inv +0 -0
  19. passagemath_doc_pdf-10.4.59/doc/common/_vendor/numpy.inv +0 -0
  20. passagemath_doc_pdf-10.4.59/doc/common/_vendor/pplpy.inv +0 -0
  21. passagemath_doc_pdf-10.4.59/doc/common/_vendor/python.inv +0 -0
  22. passagemath_doc_pdf-10.4.59/doc/common/_vendor/rpy2.inv +0 -0
  23. passagemath_doc_pdf-10.4.59/doc/common/_vendor/scipy.inv +0 -0
  24. passagemath_doc_pdf-10.4.59/doc/common/_vendor/sympy.inv +0 -0
  25. passagemath_doc_pdf-10.4.59/doc/common/static/custom-codemirror-monokai.css +42 -0
  26. passagemath_doc_pdf-10.4.59/doc/common/static/custom-furo.css +76 -0
  27. passagemath_doc_pdf-10.4.59/doc/common/static/custom-jupyter-sphinx.css +136 -0
  28. passagemath_doc_pdf-10.4.59/doc/common/static/custom-tabs.css +13 -0
  29. passagemath_doc_pdf-10.4.59/doc/common/static/favicon.ico +0 -0
  30. passagemath_doc_pdf-10.4.59/doc/common/static/jupyter-sphinx-furo.js +193 -0
  31. passagemath_doc_pdf-10.4.59/doc/common/static/logo_sagemath_black.svg +1 -0
  32. passagemath_doc_pdf-10.4.59/doc/common/static/logo_sagemath_white.svg +1 -0
  33. passagemath_doc_pdf-10.4.59/doc/common/static/pdf.png +0 -0
  34. passagemath_doc_pdf-10.4.59/doc/common/static/sageicon.png +0 -0
  35. passagemath_doc_pdf-10.4.59/doc/common/static/sagelogo.png +0 -0
  36. passagemath_doc_pdf-10.4.59/doc/common/templates-furo/genindex-single.html +63 -0
  37. passagemath_doc_pdf-10.4.59/doc/common/templates-furo/search.html +70 -0
  38. passagemath_doc_pdf-10.4.59/doc/common/templates-furo/sidebar/brand.html +21 -0
  39. passagemath_doc_pdf-10.4.59/doc/common/templates-furo/sidebar/home.html +7 -0
  40. passagemath_doc_pdf-10.4.59/doc/common/templates-furo/sidebar/version-selector.html +6 -0
  41. passagemath_doc_pdf-10.4.59/doc/common/themes/sage-classic/genindex-single.html +69 -0
  42. passagemath_doc_pdf-10.4.59/doc/common/themes/sage-classic/genindex-split.html +47 -0
  43. passagemath_doc_pdf-10.4.59/doc/common/themes/sage-classic/genindex.html +82 -0
  44. passagemath_doc_pdf-10.4.59/doc/common/themes/sage-classic/layout.html +181 -0
  45. passagemath_doc_pdf-10.4.59/doc/common/themes/sage-classic/search.html +70 -0
  46. passagemath_doc_pdf-10.4.59/doc/common/themes/sage-classic/static/sage.css_t +382 -0
  47. passagemath_doc_pdf-10.4.59/doc/common/themes/sage-classic/theme.conf +42 -0
  48. passagemath_doc_pdf-10.4.59/doc/de/a_tour_of_sage/conf.py +54 -0
  49. passagemath_doc_pdf-10.4.59/doc/de/a_tour_of_sage/eigen_plot.png +0 -0
  50. passagemath_doc_pdf-10.4.59/doc/de/a_tour_of_sage/index.rst +163 -0
  51. passagemath_doc_pdf-10.4.59/doc/de/a_tour_of_sage/sin_plot.png +0 -0
  52. passagemath_doc_pdf-10.4.59/doc/de/thematische_anleitungen/conf.py +51 -0
  53. passagemath_doc_pdf-10.4.59/doc/de/thematische_anleitungen/index.rst +19 -0
  54. passagemath_doc_pdf-10.4.59/doc/de/thematische_anleitungen/sage_gymnasium.rst +1248 -0
  55. passagemath_doc_pdf-10.4.59/doc/de/tutorial/afterword.rst +193 -0
  56. passagemath_doc_pdf-10.4.59/doc/de/tutorial/appendix.rst +34 -0
  57. passagemath_doc_pdf-10.4.59/doc/de/tutorial/bibliography.rst +50 -0
  58. passagemath_doc_pdf-10.4.59/doc/de/tutorial/conf.py +51 -0
  59. passagemath_doc_pdf-10.4.59/doc/de/tutorial/index.rst +48 -0
  60. passagemath_doc_pdf-10.4.59/doc/de/tutorial/interactive_shell.rst +879 -0
  61. passagemath_doc_pdf-10.4.59/doc/de/tutorial/interfaces.rst +341 -0
  62. passagemath_doc_pdf-10.4.59/doc/de/tutorial/introduction.rst +168 -0
  63. passagemath_doc_pdf-10.4.59/doc/de/tutorial/latex.rst +486 -0
  64. passagemath_doc_pdf-10.4.59/doc/de/tutorial/programming.rst +840 -0
  65. passagemath_doc_pdf-10.4.59/doc/de/tutorial/sagetex.rst +106 -0
  66. passagemath_doc_pdf-10.4.59/doc/de/tutorial/tour.rst +33 -0
  67. passagemath_doc_pdf-10.4.59/doc/de/tutorial/tour_advanced.rst +547 -0
  68. passagemath_doc_pdf-10.4.59/doc/de/tutorial/tour_algebra.rst +422 -0
  69. passagemath_doc_pdf-10.4.59/doc/de/tutorial/tour_assignment.rst +104 -0
  70. passagemath_doc_pdf-10.4.59/doc/de/tutorial/tour_functions.rst +246 -0
  71. passagemath_doc_pdf-10.4.59/doc/de/tutorial/tour_groups.rst +87 -0
  72. passagemath_doc_pdf-10.4.59/doc/de/tutorial/tour_help.rst +359 -0
  73. passagemath_doc_pdf-10.4.59/doc/de/tutorial/tour_linalg.rst +248 -0
  74. passagemath_doc_pdf-10.4.59/doc/de/tutorial/tour_numtheory.rst +166 -0
  75. passagemath_doc_pdf-10.4.59/doc/de/tutorial/tour_plotting.rst +248 -0
  76. passagemath_doc_pdf-10.4.59/doc/de/tutorial/tour_polynomial.rst +333 -0
  77. passagemath_doc_pdf-10.4.59/doc/de/tutorial/tour_rings.rst +148 -0
  78. passagemath_doc_pdf-10.4.59/doc/el/a_tour_of_sage/conf.py +51 -0
  79. passagemath_doc_pdf-10.4.59/doc/el/a_tour_of_sage/eigen_plot.png +0 -0
  80. passagemath_doc_pdf-10.4.59/doc/el/a_tour_of_sage/index.rst +143 -0
  81. passagemath_doc_pdf-10.4.59/doc/el/a_tour_of_sage/sin_plot.png +0 -0
  82. passagemath_doc_pdf-10.4.59/doc/en/a_tour_of_sage/conf.py +50 -0
  83. passagemath_doc_pdf-10.4.59/doc/en/a_tour_of_sage/eigen_plot.png +0 -0
  84. passagemath_doc_pdf-10.4.59/doc/en/a_tour_of_sage/index.rst +140 -0
  85. passagemath_doc_pdf-10.4.59/doc/en/a_tour_of_sage/sin_plot.png +0 -0
  86. passagemath_doc_pdf-10.4.59/doc/en/constructions/algebraic_geometry.rst +559 -0
  87. passagemath_doc_pdf-10.4.59/doc/en/constructions/calculus.rst +398 -0
  88. passagemath_doc_pdf-10.4.59/doc/en/constructions/conf.py +49 -0
  89. passagemath_doc_pdf-10.4.59/doc/en/constructions/contributions.rst +39 -0
  90. passagemath_doc_pdf-10.4.59/doc/en/constructions/elliptic_curves.rst +105 -0
  91. passagemath_doc_pdf-10.4.59/doc/en/constructions/groups.rst +629 -0
  92. passagemath_doc_pdf-10.4.59/doc/en/constructions/index.rst +56 -0
  93. passagemath_doc_pdf-10.4.59/doc/en/constructions/interface_issues.rst +332 -0
  94. passagemath_doc_pdf-10.4.59/doc/en/constructions/linear_algebra.rst +455 -0
  95. passagemath_doc_pdf-10.4.59/doc/en/constructions/linear_codes.rst +312 -0
  96. passagemath_doc_pdf-10.4.59/doc/en/constructions/modular_forms.rst +127 -0
  97. passagemath_doc_pdf-10.4.59/doc/en/constructions/number_fields.rst +188 -0
  98. passagemath_doc_pdf-10.4.59/doc/en/constructions/number_theory.rst +143 -0
  99. passagemath_doc_pdf-10.4.59/doc/en/constructions/plotting.rst +345 -0
  100. passagemath_doc_pdf-10.4.59/doc/en/constructions/polynomials.rst +334 -0
  101. passagemath_doc_pdf-10.4.59/doc/en/constructions/rep_theory.rst +207 -0
  102. passagemath_doc_pdf-10.4.59/doc/en/constructions/rings.rst +166 -0
  103. passagemath_doc_pdf-10.4.59/doc/en/developer/coding_basics.rst +1539 -0
  104. passagemath_doc_pdf-10.4.59/doc/en/developer/coding_in_cython.rst +213 -0
  105. passagemath_doc_pdf-10.4.59/doc/en/developer/coding_in_other.rst +746 -0
  106. passagemath_doc_pdf-10.4.59/doc/en/developer/coding_in_python.rst +862 -0
  107. passagemath_doc_pdf-10.4.59/doc/en/developer/conf.py +49 -0
  108. passagemath_doc_pdf-10.4.59/doc/en/developer/doctesting.rst +1705 -0
  109. passagemath_doc_pdf-10.4.59/doc/en/developer/git_advanced.rst +394 -0
  110. passagemath_doc_pdf-10.4.59/doc/en/developer/git_background.rst +206 -0
  111. passagemath_doc_pdf-10.4.59/doc/en/developer/git_basic.rst +436 -0
  112. passagemath_doc_pdf-10.4.59/doc/en/developer/git_setup.rst +64 -0
  113. passagemath_doc_pdf-10.4.59/doc/en/developer/github.rst +531 -0
  114. passagemath_doc_pdf-10.4.59/doc/en/developer/index.rst +187 -0
  115. passagemath_doc_pdf-10.4.59/doc/en/developer/packaging.rst +1561 -0
  116. passagemath_doc_pdf-10.4.59/doc/en/developer/packaging_sage_library.rst +734 -0
  117. passagemath_doc_pdf-10.4.59/doc/en/developer/portability_platform_table.rst +3125 -0
  118. passagemath_doc_pdf-10.4.59/doc/en/developer/portability_testing.rst +1334 -0
  119. passagemath_doc_pdf-10.4.59/doc/en/developer/review.rst +234 -0
  120. passagemath_doc_pdf-10.4.59/doc/en/developer/sage_manuals.rst +405 -0
  121. passagemath_doc_pdf-10.4.59/doc/en/developer/sagenb/branch_dropdown.png +0 -0
  122. passagemath_doc_pdf-10.4.59/doc/en/developer/sagenb/forking_button.png +0 -0
  123. passagemath_doc_pdf-10.4.59/doc/en/developer/sagenb/pull_button.png +0 -0
  124. passagemath_doc_pdf-10.4.59/doc/en/developer/static/flowchart.dia +0 -0
  125. passagemath_doc_pdf-10.4.59/doc/en/developer/static/flowchart.pdf +0 -0
  126. passagemath_doc_pdf-10.4.59/doc/en/developer/static/flowchart.svg +220 -0
  127. passagemath_doc_pdf-10.4.59/doc/en/developer/static/meld-screenshot.png +0 -0
  128. passagemath_doc_pdf-10.4.59/doc/en/developer/static/workflow.png +0 -0
  129. passagemath_doc_pdf-10.4.59/doc/en/developer/tools.rst +476 -0
  130. passagemath_doc_pdf-10.4.59/doc/en/developer/walkthrough.rst +327 -0
  131. passagemath_doc_pdf-10.4.59/doc/en/developer/workflows.rst +170 -0
  132. passagemath_doc_pdf-10.4.59/doc/en/developer/workspace.rst +48 -0
  133. passagemath_doc_pdf-10.4.59/doc/en/faq/conf.py +52 -0
  134. passagemath_doc_pdf-10.4.59/doc/en/faq/faq-contribute.rst +272 -0
  135. passagemath_doc_pdf-10.4.59/doc/en/faq/faq-general.rst +407 -0
  136. passagemath_doc_pdf-10.4.59/doc/en/faq/faq-usage.rst +679 -0
  137. passagemath_doc_pdf-10.4.59/doc/en/faq/index.rst +29 -0
  138. passagemath_doc_pdf-10.4.59/doc/en/installation/arch-develop.txt +2 -0
  139. passagemath_doc_pdf-10.4.59/doc/en/installation/arch-optional.txt +3 -0
  140. passagemath_doc_pdf-10.4.59/doc/en/installation/arch-recommended.txt +3 -0
  141. passagemath_doc_pdf-10.4.59/doc/en/installation/arch.txt +8 -0
  142. passagemath_doc_pdf-10.4.59/doc/en/installation/binary.rst +33 -0
  143. passagemath_doc_pdf-10.4.59/doc/en/installation/conda.rst +192 -0
  144. passagemath_doc_pdf-10.4.59/doc/en/installation/conf.py +49 -0
  145. passagemath_doc_pdf-10.4.59/doc/en/installation/debian-develop.txt +2 -0
  146. passagemath_doc_pdf-10.4.59/doc/en/installation/debian-optional.txt +6 -0
  147. passagemath_doc_pdf-10.4.59/doc/en/installation/debian-recommended.txt +7 -0
  148. passagemath_doc_pdf-10.4.59/doc/en/installation/debian.txt +19 -0
  149. passagemath_doc_pdf-10.4.59/doc/en/installation/fedora-develop.txt +2 -0
  150. passagemath_doc_pdf-10.4.59/doc/en/installation/fedora-optional.txt +8 -0
  151. passagemath_doc_pdf-10.4.59/doc/en/installation/fedora-recommended.txt +9 -0
  152. passagemath_doc_pdf-10.4.59/doc/en/installation/fedora.txt +37 -0
  153. passagemath_doc_pdf-10.4.59/doc/en/installation/homebrew-develop.txt +1 -0
  154. passagemath_doc_pdf-10.4.59/doc/en/installation/homebrew-optional.txt +2 -0
  155. passagemath_doc_pdf-10.4.59/doc/en/installation/homebrew-recommended.txt +1 -0
  156. passagemath_doc_pdf-10.4.59/doc/en/installation/homebrew.txt +7 -0
  157. passagemath_doc_pdf-10.4.59/doc/en/installation/index.rst +227 -0
  158. passagemath_doc_pdf-10.4.59/doc/en/installation/launching.rst +304 -0
  159. passagemath_doc_pdf-10.4.59/doc/en/installation/linux.rst +29 -0
  160. passagemath_doc_pdf-10.4.59/doc/en/installation/meson.rst +122 -0
  161. passagemath_doc_pdf-10.4.59/doc/en/installation/opensuse-develop.txt +2 -0
  162. passagemath_doc_pdf-10.4.59/doc/en/installation/opensuse-optional.txt +5 -0
  163. passagemath_doc_pdf-10.4.59/doc/en/installation/opensuse-recommended.txt +2 -0
  164. passagemath_doc_pdf-10.4.59/doc/en/installation/opensuse.txt +21 -0
  165. passagemath_doc_pdf-10.4.59/doc/en/installation/source.rst +1322 -0
  166. passagemath_doc_pdf-10.4.59/doc/en/installation/troubles.rst +35 -0
  167. passagemath_doc_pdf-10.4.59/doc/en/installation/void-develop.txt +2 -0
  168. passagemath_doc_pdf-10.4.59/doc/en/installation/void-optional.txt +6 -0
  169. passagemath_doc_pdf-10.4.59/doc/en/installation/void-recommended.txt +2 -0
  170. passagemath_doc_pdf-10.4.59/doc/en/installation/void.txt +17 -0
  171. passagemath_doc_pdf-10.4.59/doc/en/prep/Advanced-2DPlotting.rst +706 -0
  172. passagemath_doc_pdf-10.4.59/doc/en/prep/Calculus.rst +778 -0
  173. passagemath_doc_pdf-10.4.59/doc/en/prep/Intro-Tutorial.rst +585 -0
  174. passagemath_doc_pdf-10.4.59/doc/en/prep/Logging-On.rst +88 -0
  175. passagemath_doc_pdf-10.4.59/doc/en/prep/Programming.rst +734 -0
  176. passagemath_doc_pdf-10.4.59/doc/en/prep/Quickstarts/Abstract-Algebra.rst +363 -0
  177. passagemath_doc_pdf-10.4.59/doc/en/prep/Quickstarts/Differential-Equations.rst +176 -0
  178. passagemath_doc_pdf-10.4.59/doc/en/prep/Quickstarts/Graphs-and-Discrete.rst +338 -0
  179. passagemath_doc_pdf-10.4.59/doc/en/prep/Quickstarts/Interact.rst +332 -0
  180. passagemath_doc_pdf-10.4.59/doc/en/prep/Quickstarts/Linear-Algebra.rst +349 -0
  181. passagemath_doc_pdf-10.4.59/doc/en/prep/Quickstarts/Multivariable-Calculus.rst +303 -0
  182. passagemath_doc_pdf-10.4.59/doc/en/prep/Quickstarts/NumAnalysis.rst +313 -0
  183. passagemath_doc_pdf-10.4.59/doc/en/prep/Quickstarts/Number-Theory.rst +269 -0
  184. passagemath_doc_pdf-10.4.59/doc/en/prep/Quickstarts/Statistics-and-Distributions.rst +204 -0
  185. passagemath_doc_pdf-10.4.59/doc/en/prep/Symbolics-and-Basic-Plotting.rst +467 -0
  186. passagemath_doc_pdf-10.4.59/doc/en/prep/conf.py +50 -0
  187. passagemath_doc_pdf-10.4.59/doc/en/prep/index.rst +44 -0
  188. passagemath_doc_pdf-10.4.59/doc/en/prep/media/ActiveCell.png +0 -0
  189. passagemath_doc_pdf-10.4.59/doc/en/prep/media/BlankJupyter.png +0 -0
  190. passagemath_doc_pdf-10.4.59/doc/en/prep/media/ClickBlueLine.png +0 -0
  191. passagemath_doc_pdf-10.4.59/doc/en/prep/media/EmptyNotebook.png +0 -0
  192. passagemath_doc_pdf-10.4.59/doc/en/prep/media/EmptyNotebookGetNew.png +0 -0
  193. passagemath_doc_pdf-10.4.59/doc/en/prep/media/EvaluateCell.png +0 -0
  194. passagemath_doc_pdf-10.4.59/doc/en/prep/media/FileChoose.png +0 -0
  195. passagemath_doc_pdf-10.4.59/doc/en/prep/media/FirstCell.png +0 -0
  196. passagemath_doc_pdf-10.4.59/doc/en/prep/media/HaveSignin.png +0 -0
  197. passagemath_doc_pdf-10.4.59/doc/en/prep/media/InputJupyter.png +0 -0
  198. passagemath_doc_pdf-10.4.59/doc/en/prep/media/JupyterHelpMenu.png +0 -0
  199. passagemath_doc_pdf-10.4.59/doc/en/prep/media/JupyterIntroDetails.png +0 -0
  200. passagemath_doc_pdf-10.4.59/doc/en/prep/media/JupyterIntroScreen.png +0 -0
  201. passagemath_doc_pdf-10.4.59/doc/en/prep/media/LiveWorksheet.png +0 -0
  202. passagemath_doc_pdf-10.4.59/doc/en/prep/media/LoggedIn.png +0 -0
  203. passagemath_doc_pdf-10.4.59/doc/en/prep/media/MDInput.png +0 -0
  204. passagemath_doc_pdf-10.4.59/doc/en/prep/media/MDOutput.png +0 -0
  205. passagemath_doc_pdf-10.4.59/doc/en/prep/media/MarkDownMenu.png +0 -0
  206. passagemath_doc_pdf-10.4.59/doc/en/prep/media/MoreCells.png +0 -0
  207. passagemath_doc_pdf-10.4.59/doc/en/prep/media/NewWorksheet.png +0 -0
  208. passagemath_doc_pdf-10.4.59/doc/en/prep/media/NotLoggedIn.png +0 -0
  209. passagemath_doc_pdf-10.4.59/doc/en/prep/media/NotebookExport.png +0 -0
  210. passagemath_doc_pdf-10.4.59/doc/en/prep/media/NotebookExportDetails.png +0 -0
  211. passagemath_doc_pdf-10.4.59/doc/en/prep/media/OpenIDPage.png +0 -0
  212. passagemath_doc_pdf-10.4.59/doc/en/prep/media/OutputJupyter.png +0 -0
  213. passagemath_doc_pdf-10.4.59/doc/en/prep/media/RegularSigninPage.png +0 -0
  214. passagemath_doc_pdf-10.4.59/doc/en/prep/media/Riemann.png +0 -0
  215. passagemath_doc_pdf-10.4.59/doc/en/prep/media/Rplot001.png +0 -0
  216. passagemath_doc_pdf-10.4.59/doc/en/prep/media/RunCellIcon.png +0 -0
  217. passagemath_doc_pdf-10.4.59/doc/en/prep/media/SignIn.png +0 -0
  218. passagemath_doc_pdf-10.4.59/doc/en/prep/media/SignInNormal.png +0 -0
  219. passagemath_doc_pdf-10.4.59/doc/en/prep/media/SignInOpenID.png +0 -0
  220. passagemath_doc_pdf-10.4.59/doc/en/prep/media/TextEditor.png +0 -0
  221. passagemath_doc_pdf-10.4.59/doc/en/prep/media/ThinBlueLine.png +0 -0
  222. passagemath_doc_pdf-10.4.59/doc/en/prep/media/heawood-graph-latex.png +0 -0
  223. passagemath_doc_pdf-10.4.59/doc/en/prep/quickstart.rst +38 -0
  224. passagemath_doc_pdf-10.4.59/doc/en/reference/algebras/conf.py +87 -0
  225. passagemath_doc_pdf-10.4.59/doc/en/reference/algebras/cubic_hecke_algebra.rst +10 -0
  226. passagemath_doc_pdf-10.4.59/doc/en/reference/algebras/fusion_rings.rst +21 -0
  227. passagemath_doc_pdf-10.4.59/doc/en/reference/algebras/index.rst +125 -0
  228. passagemath_doc_pdf-10.4.59/doc/en/reference/algebras/lie_algebras.rst +31 -0
  229. passagemath_doc_pdf-10.4.59/doc/en/reference/algebras/lie_conformal_algebras.rst +43 -0
  230. passagemath_doc_pdf-10.4.59/doc/en/reference/algebras/media/fusiontree.png +0 -0
  231. passagemath_doc_pdf-10.4.59/doc/en/reference/algebras/media/fusiontree.tex +29 -0
  232. passagemath_doc_pdf-10.4.59/doc/en/reference/algebras/quantum_groups.rst +11 -0
  233. passagemath_doc_pdf-10.4.59/doc/en/reference/arithgroup/conf.py +87 -0
  234. passagemath_doc_pdf-10.4.59/doc/en/reference/arithgroup/index.rst +22 -0
  235. passagemath_doc_pdf-10.4.59/doc/en/reference/arithgroup/media/pairing.png +0 -0
  236. passagemath_doc_pdf-10.4.59/doc/en/reference/arithmetic_curves/conf.py +87 -0
  237. passagemath_doc_pdf-10.4.59/doc/en/reference/arithmetic_curves/index.rst +129 -0
  238. passagemath_doc_pdf-10.4.59/doc/en/reference/asymptotic/conf.py +87 -0
  239. passagemath_doc_pdf-10.4.59/doc/en/reference/asymptotic/index.rst +69 -0
  240. passagemath_doc_pdf-10.4.59/doc/en/reference/calculus/conf.py +87 -0
  241. passagemath_doc_pdf-10.4.59/doc/en/reference/calculus/index.rst +102 -0
  242. passagemath_doc_pdf-10.4.59/doc/en/reference/categories/conf.py +87 -0
  243. passagemath_doc_pdf-10.4.59/doc/en/reference/categories/index.rst +287 -0
  244. passagemath_doc_pdf-10.4.59/doc/en/reference/coding/conf.py +87 -0
  245. passagemath_doc_pdf-10.4.59/doc/en/reference/coding/index.rst +163 -0
  246. passagemath_doc_pdf-10.4.59/doc/en/reference/coercion/conf.py +87 -0
  247. passagemath_doc_pdf-10.4.59/doc/en/reference/coercion/index.rst +697 -0
  248. passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/conf.py +87 -0
  249. passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/index.rst +18 -0
  250. passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/media/a_poset.png +0 -0
  251. passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/media/complete-binary-trees-4.pdf +0 -0
  252. passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/media/complete-binary-trees-4.png +0 -0
  253. passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/media/day-doubling.png +0 -0
  254. passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/media/day-doubling.tex +55 -0
  255. passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/media/graphs-5.pdf +0 -0
  256. passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/media/graphs-5.png +0 -0
  257. passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/media/k-rim.JPG +0 -0
  258. passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/media/polytope.png +0 -0
  259. passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/media/prefix-tree-graphs-4.pdf +0 -0
  260. passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/media/prefix-tree-graphs-4.png +0 -0
  261. passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/media/prefix-tree-graphs-4.tikz +23 -0
  262. passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/media/prefix-tree-partitions-5.pdf +0 -0
  263. passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/media/prefix-tree-partitions-5.png +0 -0
  264. passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/media/prefix-tree-partitions-5.tikz +41 -0
  265. passagemath_doc_pdf-10.4.59/doc/en/reference/combinat/module_list.rst +390 -0
  266. passagemath_doc_pdf-10.4.59/doc/en/reference/conf.py +86 -0
  267. passagemath_doc_pdf-10.4.59/doc/en/reference/conf_sub.py +87 -0
  268. passagemath_doc_pdf-10.4.59/doc/en/reference/constants/conf.py +87 -0
  269. passagemath_doc_pdf-10.4.59/doc/en/reference/constants/index.rst +9 -0
  270. passagemath_doc_pdf-10.4.59/doc/en/reference/cpython/conf.py +87 -0
  271. passagemath_doc_pdf-10.4.59/doc/en/reference/cpython/index.rst +18 -0
  272. passagemath_doc_pdf-10.4.59/doc/en/reference/cryptography/conf.py +87 -0
  273. passagemath_doc_pdf-10.4.59/doc/en/reference/cryptography/index.rst +41 -0
  274. passagemath_doc_pdf-10.4.59/doc/en/reference/curves/conf.py +87 -0
  275. passagemath_doc_pdf-10.4.59/doc/en/reference/curves/index.rst +60 -0
  276. passagemath_doc_pdf-10.4.59/doc/en/reference/data_structures/conf.py +87 -0
  277. passagemath_doc_pdf-10.4.59/doc/en/reference/data_structures/index.rst +13 -0
  278. passagemath_doc_pdf-10.4.59/doc/en/reference/databases/conf.py +87 -0
  279. passagemath_doc_pdf-10.4.59/doc/en/reference/databases/index.rst +40 -0
  280. passagemath_doc_pdf-10.4.59/doc/en/reference/diophantine_approximation/conf.py +87 -0
  281. passagemath_doc_pdf-10.4.59/doc/en/reference/diophantine_approximation/index.rst +13 -0
  282. passagemath_doc_pdf-10.4.59/doc/en/reference/discrete_geometry/conf.py +87 -0
  283. passagemath_doc_pdf-10.4.59/doc/en/reference/discrete_geometry/index.rst +169 -0
  284. passagemath_doc_pdf-10.4.59/doc/en/reference/doctest/conf.py +87 -0
  285. passagemath_doc_pdf-10.4.59/doc/en/reference/doctest/index.rst +17 -0
  286. passagemath_doc_pdf-10.4.59/doc/en/reference/documentation/conf.py +87 -0
  287. passagemath_doc_pdf-10.4.59/doc/en/reference/documentation/index.rst +25 -0
  288. passagemath_doc_pdf-10.4.59/doc/en/reference/drinfeld_modules/conf.py +87 -0
  289. passagemath_doc_pdf-10.4.59/doc/en/reference/drinfeld_modules/index.rst +43 -0
  290. passagemath_doc_pdf-10.4.59/doc/en/reference/dynamics/cellular_automata.rst +11 -0
  291. passagemath_doc_pdf-10.4.59/doc/en/reference/dynamics/complex_dynamics.rst +7 -0
  292. passagemath_doc_pdf-10.4.59/doc/en/reference/dynamics/conf.py +87 -0
  293. passagemath_doc_pdf-10.4.59/doc/en/reference/dynamics/index.rst +41 -0
  294. passagemath_doc_pdf-10.4.59/doc/en/reference/euclidean_spaces/conf.py +87 -0
  295. passagemath_doc_pdf-10.4.59/doc/en/reference/euclidean_spaces/index.rst +10 -0
  296. passagemath_doc_pdf-10.4.59/doc/en/reference/finite_rings/conf.py +87 -0
  297. passagemath_doc_pdf-10.4.59/doc/en/reference/finite_rings/index.rst +72 -0
  298. passagemath_doc_pdf-10.4.59/doc/en/reference/footer.txt +13 -0
  299. passagemath_doc_pdf-10.4.59/doc/en/reference/function_fields/conf.py +87 -0
  300. passagemath_doc_pdf-10.4.59/doc/en/reference/function_fields/index.rst +62 -0
  301. passagemath_doc_pdf-10.4.59/doc/en/reference/functions/conf.py +87 -0
  302. passagemath_doc_pdf-10.4.59/doc/en/reference/functions/index.rst +37 -0
  303. passagemath_doc_pdf-10.4.59/doc/en/reference/game_theory/conf.py +87 -0
  304. passagemath_doc_pdf-10.4.59/doc/en/reference/game_theory/index.rst +13 -0
  305. passagemath_doc_pdf-10.4.59/doc/en/reference/games/conf.py +87 -0
  306. passagemath_doc_pdf-10.4.59/doc/en/reference/games/index.rst +23 -0
  307. passagemath_doc_pdf-10.4.59/doc/en/reference/graphs/conf.py +87 -0
  308. passagemath_doc_pdf-10.4.59/doc/en/reference/graphs/index.rst +122 -0
  309. passagemath_doc_pdf-10.4.59/doc/en/reference/graphs/media/cycle.png +0 -0
  310. passagemath_doc_pdf-10.4.59/doc/en/reference/graphs/media/heawood-graph-latex.png +0 -0
  311. passagemath_doc_pdf-10.4.59/doc/en/reference/graphs/media/square.png +0 -0
  312. passagemath_doc_pdf-10.4.59/doc/en/reference/graphs/media/structure.png +0 -0
  313. passagemath_doc_pdf-10.4.59/doc/en/reference/groups/conf.py +87 -0
  314. passagemath_doc_pdf-10.4.59/doc/en/reference/groups/index.rst +128 -0
  315. passagemath_doc_pdf-10.4.59/doc/en/reference/hecke/conf.py +87 -0
  316. passagemath_doc_pdf-10.4.59/doc/en/reference/hecke/index.rst +25 -0
  317. passagemath_doc_pdf-10.4.59/doc/en/reference/history_and_license/conf.py +87 -0
  318. passagemath_doc_pdf-10.4.59/doc/en/reference/history_and_license/index.rst +695 -0
  319. passagemath_doc_pdf-10.4.59/doc/en/reference/homology/conf.py +87 -0
  320. passagemath_doc_pdf-10.4.59/doc/en/reference/homology/index.rst +23 -0
  321. passagemath_doc_pdf-10.4.59/doc/en/reference/hyperbolic_geometry/conf.py +87 -0
  322. passagemath_doc_pdf-10.4.59/doc/en/reference/hyperbolic_geometry/index.rst +14 -0
  323. passagemath_doc_pdf-10.4.59/doc/en/reference/index.rst +185 -0
  324. passagemath_doc_pdf-10.4.59/doc/en/reference/interfaces/conf.py +87 -0
  325. passagemath_doc_pdf-10.4.59/doc/en/reference/interfaces/index.rst +181 -0
  326. passagemath_doc_pdf-10.4.59/doc/en/reference/knots/conf.py +87 -0
  327. passagemath_doc_pdf-10.4.59/doc/en/reference/knots/index.rst +12 -0
  328. passagemath_doc_pdf-10.4.59/doc/en/reference/lfunctions/conf.py +87 -0
  329. passagemath_doc_pdf-10.4.59/doc/en/reference/lfunctions/index.rst +16 -0
  330. passagemath_doc_pdf-10.4.59/doc/en/reference/libs/conf.py +87 -0
  331. passagemath_doc_pdf-10.4.59/doc/en/reference/libs/index.rst +154 -0
  332. passagemath_doc_pdf-10.4.59/doc/en/reference/logic/conf.py +87 -0
  333. passagemath_doc_pdf-10.4.59/doc/en/reference/logic/index.rst +14 -0
  334. passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/chart.rst +11 -0
  335. passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/conf.py +87 -0
  336. passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/continuous_map.rst +11 -0
  337. passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/degenerate_metric.rst +9 -0
  338. passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/diff_form.rst +9 -0
  339. passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/diff_manifold.rst +35 -0
  340. passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/diff_map.rst +13 -0
  341. passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/diff_scalarfield.rst +9 -0
  342. passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/diff_vector_bundle.rst +11 -0
  343. passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/euclidean_space.rst +13 -0
  344. passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/index.rst +28 -0
  345. passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/manifold.rst +29 -0
  346. passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/mixed_form.rst +9 -0
  347. passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/multivector.rst +9 -0
  348. passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/poisson_manifold.rst +11 -0
  349. passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/riem_manifold.rst +17 -0
  350. passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/scalarfield.rst +9 -0
  351. passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/tangent_space.rst +9 -0
  352. passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/tensorfield.rst +11 -0
  353. passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/vector_bundle.rst +19 -0
  354. passagemath_doc_pdf-10.4.59/doc/en/reference/manifolds/vectorfield.rst +15 -0
  355. passagemath_doc_pdf-10.4.59/doc/en/reference/matrices/conf.py +87 -0
  356. passagemath_doc_pdf-10.4.59/doc/en/reference/matrices/index.rst +104 -0
  357. passagemath_doc_pdf-10.4.59/doc/en/reference/matroids/conf.py +87 -0
  358. passagemath_doc_pdf-10.4.59/doc/en/reference/matroids/index.rst +68 -0
  359. passagemath_doc_pdf-10.4.59/doc/en/reference/misc/conf.py +87 -0
  360. passagemath_doc_pdf-10.4.59/doc/en/reference/misc/index.rst +282 -0
  361. passagemath_doc_pdf-10.4.59/doc/en/reference/misc/sagetex.rst +13 -0
  362. passagemath_doc_pdf-10.4.59/doc/en/reference/modabvar/conf.py +87 -0
  363. passagemath_doc_pdf-10.4.59/doc/en/reference/modabvar/index.rst +19 -0
  364. passagemath_doc_pdf-10.4.59/doc/en/reference/modfrm/conf.py +87 -0
  365. passagemath_doc_pdf-10.4.59/doc/en/reference/modfrm/index.rst +105 -0
  366. passagemath_doc_pdf-10.4.59/doc/en/reference/modsym/conf.py +87 -0
  367. passagemath_doc_pdf-10.4.59/doc/en/reference/modsym/index.rst +51 -0
  368. passagemath_doc_pdf-10.4.59/doc/en/reference/modules/conf.py +87 -0
  369. passagemath_doc_pdf-10.4.59/doc/en/reference/modules/index.rst +130 -0
  370. passagemath_doc_pdf-10.4.59/doc/en/reference/monoids/conf.py +87 -0
  371. passagemath_doc_pdf-10.4.59/doc/en/reference/monoids/index.rst +24 -0
  372. passagemath_doc_pdf-10.4.59/doc/en/reference/noncommutative_polynomial_rings/conf.py +87 -0
  373. passagemath_doc_pdf-10.4.59/doc/en/reference/noncommutative_polynomial_rings/index.rst +28 -0
  374. passagemath_doc_pdf-10.4.59/doc/en/reference/number_fields/conf.py +87 -0
  375. passagemath_doc_pdf-10.4.59/doc/en/reference/number_fields/index.rst +75 -0
  376. passagemath_doc_pdf-10.4.59/doc/en/reference/numerical/conf.py +87 -0
  377. passagemath_doc_pdf-10.4.59/doc/en/reference/numerical/index.rst +60 -0
  378. passagemath_doc_pdf-10.4.59/doc/en/reference/padics/conf.py +87 -0
  379. passagemath_doc_pdf-10.4.59/doc/en/reference/padics/index.rst +45 -0
  380. passagemath_doc_pdf-10.4.59/doc/en/reference/parallel/conf.py +87 -0
  381. passagemath_doc_pdf-10.4.59/doc/en/reference/parallel/index.rst +19 -0
  382. passagemath_doc_pdf-10.4.59/doc/en/reference/parallel/media/map_reduce_arch.fig +277 -0
  383. passagemath_doc_pdf-10.4.59/doc/en/reference/parallel/media/map_reduce_arch.pdf +0 -0
  384. passagemath_doc_pdf-10.4.59/doc/en/reference/parallel/media/map_reduce_arch.png +0 -0
  385. passagemath_doc_pdf-10.4.59/doc/en/reference/plot3d/conf.py +87 -0
  386. passagemath_doc_pdf-10.4.59/doc/en/reference/plot3d/index.rst +56 -0
  387. passagemath_doc_pdf-10.4.59/doc/en/reference/plot3d/threejs.rst +166 -0
  388. passagemath_doc_pdf-10.4.59/doc/en/reference/plot3d/threejs_examples/animation.html +992 -0
  389. passagemath_doc_pdf-10.4.59/doc/en/reference/plot3d/threejs_examples/helix.html +445 -0
  390. passagemath_doc_pdf-10.4.59/doc/en/reference/plot3d/threejs_examples/spheres.html +445 -0
  391. passagemath_doc_pdf-10.4.59/doc/en/reference/plot3d/threejs_examples/template.html +6 -0
  392. passagemath_doc_pdf-10.4.59/doc/en/reference/plotting/conf.py +87 -0
  393. passagemath_doc_pdf-10.4.59/doc/en/reference/plotting/index.rst +70 -0
  394. passagemath_doc_pdf-10.4.59/doc/en/reference/polynomial_rings/conf.py +87 -0
  395. passagemath_doc_pdf-10.4.59/doc/en/reference/polynomial_rings/index.rst +85 -0
  396. passagemath_doc_pdf-10.4.59/doc/en/reference/polynomial_rings/invariant_theory.rst +10 -0
  397. passagemath_doc_pdf-10.4.59/doc/en/reference/polynomial_rings/polynomial_rings_multivar.rst +46 -0
  398. passagemath_doc_pdf-10.4.59/doc/en/reference/polynomial_rings/polynomial_rings_toy_implementations.rst +11 -0
  399. passagemath_doc_pdf-10.4.59/doc/en/reference/polynomial_rings/polynomial_rings_univar.rst +47 -0
  400. passagemath_doc_pdf-10.4.59/doc/en/reference/power_series/conf.py +87 -0
  401. passagemath_doc_pdf-10.4.59/doc/en/reference/power_series/index.rst +26 -0
  402. passagemath_doc_pdf-10.4.59/doc/en/reference/probability/conf.py +87 -0
  403. passagemath_doc_pdf-10.4.59/doc/en/reference/probability/index.rst +10 -0
  404. passagemath_doc_pdf-10.4.59/doc/en/reference/quadratic_forms/conf.py +87 -0
  405. passagemath_doc_pdf-10.4.59/doc/en/reference/quadratic_forms/index.rst +44 -0
  406. passagemath_doc_pdf-10.4.59/doc/en/reference/quat_algebras/conf.py +87 -0
  407. passagemath_doc_pdf-10.4.59/doc/en/reference/quat_algebras/index.rst +11 -0
  408. passagemath_doc_pdf-10.4.59/doc/en/reference/quivers/conf.py +87 -0
  409. passagemath_doc_pdf-10.4.59/doc/en/reference/quivers/index.rst +17 -0
  410. passagemath_doc_pdf-10.4.59/doc/en/reference/references/conf.py +87 -0
  411. passagemath_doc_pdf-10.4.59/doc/en/reference/references/index.rst +6972 -0
  412. passagemath_doc_pdf-10.4.59/doc/en/reference/repl/conf.py +87 -0
  413. passagemath_doc_pdf-10.4.59/doc/en/reference/repl/environ.rst +58 -0
  414. passagemath_doc_pdf-10.4.59/doc/en/reference/repl/index.rst +103 -0
  415. passagemath_doc_pdf-10.4.59/doc/en/reference/repl/options.rst +12 -0
  416. passagemath_doc_pdf-10.4.59/doc/en/reference/repl/startup.rst +44 -0
  417. passagemath_doc_pdf-10.4.59/doc/en/reference/resolutions/conf.py +87 -0
  418. passagemath_doc_pdf-10.4.59/doc/en/reference/resolutions/index.rst +13 -0
  419. passagemath_doc_pdf-10.4.59/doc/en/reference/riemannian_geometry/conf.py +87 -0
  420. passagemath_doc_pdf-10.4.59/doc/en/reference/riemannian_geometry/index.rst +10 -0
  421. passagemath_doc_pdf-10.4.59/doc/en/reference/rings/conf.py +87 -0
  422. passagemath_doc_pdf-10.4.59/doc/en/reference/rings/index.rst +95 -0
  423. passagemath_doc_pdf-10.4.59/doc/en/reference/rings_numerical/conf.py +87 -0
  424. passagemath_doc_pdf-10.4.59/doc/en/reference/rings_numerical/index.rst +55 -0
  425. passagemath_doc_pdf-10.4.59/doc/en/reference/rings_standard/conf.py +87 -0
  426. passagemath_doc_pdf-10.4.59/doc/en/reference/rings_standard/index.rst +40 -0
  427. passagemath_doc_pdf-10.4.59/doc/en/reference/sat/conf.py +87 -0
  428. passagemath_doc_pdf-10.4.59/doc/en/reference/sat/index.rst +158 -0
  429. passagemath_doc_pdf-10.4.59/doc/en/reference/schemes/conf.py +87 -0
  430. passagemath_doc_pdf-10.4.59/doc/en/reference/schemes/index.rst +104 -0
  431. passagemath_doc_pdf-10.4.59/doc/en/reference/semirings/conf.py +87 -0
  432. passagemath_doc_pdf-10.4.59/doc/en/reference/semirings/index.rst +10 -0
  433. passagemath_doc_pdf-10.4.59/doc/en/reference/sets/conf.py +87 -0
  434. passagemath_doc_pdf-10.4.59/doc/en/reference/sets/index.rst +36 -0
  435. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/4ti2.rst +110 -0
  436. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/_bootstrap.rst +130 -0
  437. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/_develop.rst +135 -0
  438. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/_prereq.rst +185 -0
  439. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/_recommended.rst +61 -0
  440. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/_sagemath.rst +95 -0
  441. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/admcycles.rst +50 -0
  442. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/alabaster.rst +85 -0
  443. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/anyio.rst +54 -0
  444. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/appdirs.rst +65 -0
  445. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/appnope.rst +69 -0
  446. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/argon2_cffi.rst +85 -0
  447. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/argon2_cffi_bindings.rst +104 -0
  448. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/arrow.rst +52 -0
  449. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/asttokens.rst +68 -0
  450. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/async_lru.rst +50 -0
  451. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/attrs.rst +86 -0
  452. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/auditwheel_or_delocate.rst +54 -0
  453. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/awali.rst +68 -0
  454. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/babel.rst +112 -0
  455. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/barvinok.rst +68 -0
  456. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/beautifulsoup4.rst +119 -0
  457. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/beniget.rst +82 -0
  458. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/benzene.rst +71 -0
  459. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/biopython.rst +69 -0
  460. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/bleach.rst +113 -0
  461. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/bliss.rst +97 -0
  462. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/boost_cropped.rst +150 -0
  463. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/brial.rst +124 -0
  464. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/buckygen.rst +69 -0
  465. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/bzip2.rst +130 -0
  466. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cachetools.rst +50 -0
  467. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/calver.rst +100 -0
  468. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cbc.rst +122 -0
  469. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ccache.rst +96 -0
  470. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cddlib.rst +147 -0
  471. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/certifi.rst +111 -0
  472. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cffi.rst +101 -0
  473. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/chardet.rst +50 -0
  474. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/charset_normalizer.rst +81 -0
  475. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cibuildwheel.rst +45 -0
  476. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/clarabel.rst +52 -0
  477. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cliquer.rst +121 -0
  478. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cmake.rst +157 -0
  479. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cocoalib.rst +67 -0
  480. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/colorama.rst +48 -0
  481. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/combinatorial_designs.rst +66 -0
  482. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/comm.rst +51 -0
  483. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/conf.py +87 -0
  484. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/configure.rst +54 -0
  485. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/contourpy.rst +70 -0
  486. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/conway_polynomials.rst +88 -0
  487. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/coxeter3.rst +98 -0
  488. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cppy.rst +78 -0
  489. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/csdp.rst +94 -0
  490. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cunningham_tables.rst +37 -0
  491. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/curl.rst +124 -0
  492. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cvxopt.rst +128 -0
  493. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cvxpy.rst +68 -0
  494. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cycler.rst +122 -0
  495. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cylp.rst +58 -0
  496. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cypari.rst +76 -0
  497. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cysignals.rst +76 -0
  498. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/cython.rst +145 -0
  499. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/d3js.rst +62 -0
  500. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/database_cremona_ellcurve.rst +71 -0
  501. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/database_cubic_hecke.rst +50 -0
  502. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/database_jones_numfield.rst +55 -0
  503. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/database_knotinfo.rst +50 -0
  504. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/database_kohel.rst +44 -0
  505. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/database_mutation_class.rst +58 -0
  506. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/database_odlyzko_zeta.rst +42 -0
  507. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/database_stein_watkins.rst +47 -0
  508. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/database_stein_watkins_mini.rst +47 -0
  509. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/database_symbolic_data.rst +68 -0
  510. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/dateutil.rst +124 -0
  511. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/debugpy.rst +60 -0
  512. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/decorator.rst +100 -0
  513. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/deformation.rst +56 -0
  514. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/defusedxml.rst +97 -0
  515. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/distlib.rst +65 -0
  516. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/docutils.rst +108 -0
  517. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/dot2tex.rst +120 -0
  518. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/dsdp.rst +109 -0
  519. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/e_antic.rst +97 -0
  520. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ecl.rst +162 -0
  521. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/eclib.rst +122 -0
  522. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ecm.rst +135 -0
  523. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ecos_python.rst +64 -0
  524. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/editables.rst +74 -0
  525. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/elliptic_curves.rst +69 -0
  526. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/entrypoints.rst +96 -0
  527. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/exceptiongroup.rst +48 -0
  528. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/execnet.rst +48 -0
  529. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/executing.rst +74 -0
  530. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/fastjsonschema.rst +123 -0
  531. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/fflas_ffpack.rst +118 -0
  532. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ffmpeg.rst +131 -0
  533. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/filelock.rst +65 -0
  534. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/flint.rst +138 -0
  535. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/flit_core.rst +79 -0
  536. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/fonttools.rst +75 -0
  537. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/fplll.rst +117 -0
  538. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/fpylll.rst +77 -0
  539. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/fqdn.rst +50 -0
  540. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/free_fonts.rst +130 -0
  541. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/freetype.rst +152 -0
  542. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/fricas.rst +83 -0
  543. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/frobby.rst +74 -0
  544. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/furo.rst +99 -0
  545. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gap.rst +127 -0
  546. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gap3.rst +107 -0
  547. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gap_jupyter.rst +74 -0
  548. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gap_packages.rst +215 -0
  549. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gast.rst +81 -0
  550. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gc.rst +150 -0
  551. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gcc.rst +168 -0
  552. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gdb.rst +93 -0
  553. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gengetopt.rst +108 -0
  554. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gf2x.rst +110 -0
  555. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gfan.rst +137 -0
  556. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gfortran.rst +155 -0
  557. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/giac.rst +154 -0
  558. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/git.rst +119 -0
  559. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/github_cli.rst +130 -0
  560. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gitpython.rst +46 -0
  561. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/givaro.rst +116 -0
  562. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/glpk.rst +179 -0
  563. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/glucose.rst +73 -0
  564. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gmp.rst +144 -0
  565. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gmpy2.rst +130 -0
  566. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gnulib.rst +35 -0
  567. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gnumake_tokenpool.rst +53 -0
  568. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/googletest.rst +119 -0
  569. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gp2c.rst +98 -0
  570. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/graphs.rst +75 -0
  571. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/graphviz.rst +127 -0
  572. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/gsl.rst +179 -0
  573. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/h11.rst +50 -0
  574. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/hatchling.rst +80 -0
  575. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/httpcore.rst +50 -0
  576. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/httpx.rst +51 -0
  577. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/hypothesis.rst +47 -0
  578. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/iconv.rst +70 -0
  579. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/idna.rst +102 -0
  580. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/igraph.rst +125 -0
  581. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/imagemagick.rst +138 -0
  582. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/imagesize.rst +90 -0
  583. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/iml.rst +134 -0
  584. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/importlib_metadata.rst +122 -0
  585. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/importlib_resources.rst +79 -0
  586. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/index.rst +89 -0
  587. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/index_alph.rst +494 -0
  588. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/index_experimental.rst +18 -0
  589. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/index_optional.rst +154 -0
  590. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/index_sagemath.rst +48 -0
  591. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/index_standard.rst +288 -0
  592. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/info.rst +123 -0
  593. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/iniconfig.rst +48 -0
  594. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ipykernel.rst +125 -0
  595. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ipympl.rst +90 -0
  596. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ipython.rst +163 -0
  597. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ipython_genutils.rst +79 -0
  598. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ipywidgets.rst +89 -0
  599. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/isl.rst +142 -0
  600. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/isoduration.rst +49 -0
  601. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jedi.rst +83 -0
  602. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jinja2.rst +115 -0
  603. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jmol.rst +124 -0
  604. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/json5.rst +50 -0
  605. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jsonpointer.rst +50 -0
  606. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jsonschema.rst +115 -0
  607. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jsonschema_specifications.rst +51 -0
  608. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jupymake.rst +66 -0
  609. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jupyter_client.rst +107 -0
  610. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jupyter_core.rst +89 -0
  611. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jupyter_events.rst +56 -0
  612. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jupyter_jsmol.rst +77 -0
  613. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jupyter_lsp.rst +51 -0
  614. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jupyter_server.rst +68 -0
  615. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jupyter_server_terminals.rst +51 -0
  616. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jupyter_sphinx.rst +100 -0
  617. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jupyterlab.rst +106 -0
  618. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jupyterlab_mathjax2.rst +50 -0
  619. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jupyterlab_pygments.rst +82 -0
  620. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jupyterlab_server.rst +56 -0
  621. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/jupyterlab_widgets.rst +83 -0
  622. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/kenzo.rst +55 -0
  623. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/kissat.rst +83 -0
  624. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/kiwisolver.rst +104 -0
  625. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/latte_int.rst +87 -0
  626. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/lcalc.rst +209 -0
  627. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/libatomic_ops.rst +146 -0
  628. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/libbraiding.rst +117 -0
  629. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/libffi.rst +166 -0
  630. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/libgd.rst +153 -0
  631. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/libgraphviz.rst +129 -0
  632. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/libhomfly.rst +119 -0
  633. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/libjpeg.rst +106 -0
  634. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/liblzma.rst +124 -0
  635. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/libnauty.rst +97 -0
  636. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/libogg.rst +128 -0
  637. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/libpng.rst +148 -0
  638. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/libsemigroups.rst +77 -0
  639. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/libtheora.rst +129 -0
  640. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/libxml2.rst +139 -0
  641. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/lidia.rst +60 -0
  642. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/lie.rst +121 -0
  643. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/linbox.rst +155 -0
  644. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/llvm.rst +140 -0
  645. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/lrcalc.rst +111 -0
  646. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/lrcalc_python.rst +73 -0
  647. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/lrslib.rst +121 -0
  648. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/m4ri.rst +123 -0
  649. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/m4rie.rst +120 -0
  650. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/macaulay2.rst +106 -0
  651. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/markupsafe.rst +97 -0
  652. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/mathics.rst +67 -0
  653. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/mathjax.rst +83 -0
  654. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/matplotlib.rst +172 -0
  655. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/matplotlib_inline.rst +82 -0
  656. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/matroid_database.rst +57 -0
  657. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/maxima.rst +166 -0
  658. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/mcqd.rst +73 -0
  659. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/meataxe.rst +72 -0
  660. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/memory_allocator.rst +76 -0
  661. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/meson.rst +123 -0
  662. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/meson_python.rst +112 -0
  663. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/mistune.rst +84 -0
  664. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/modular_decomposition.rst +54 -0
  665. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/modular_resolution.rst +143 -0
  666. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/mpc.rst +146 -0
  667. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/mpfi.rst +126 -0
  668. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/mpfr.rst +169 -0
  669. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/mpfrcx.rst +67 -0
  670. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/mpmath.rst +115 -0
  671. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/mpsolve.rst +47 -0
  672. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/msolve.rst +47 -0
  673. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/nauty.rst +120 -0
  674. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/nbclient.rst +83 -0
  675. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/nbconvert.rst +107 -0
  676. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/nbformat.rst +94 -0
  677. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ncurses.rst +149 -0
  678. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/nest_asyncio.rst +81 -0
  679. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/networkx.rst +117 -0
  680. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/nibabel.rst +77 -0
  681. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ninja_build.rst +126 -0
  682. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/normaliz.rst +109 -0
  683. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/notebook.rst +101 -0
  684. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/notebook_shim.rst +51 -0
  685. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/notedown.rst +67 -0
  686. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ntl.rst +136 -0
  687. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/numpy.rst +136 -0
  688. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/onetbb.rst +131 -0
  689. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/openblas.rst +162 -0
  690. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/openssl.rst +146 -0
  691. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ore_algebra.rst +62 -0
  692. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/osqp_python.rst +66 -0
  693. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/overrides.rst +50 -0
  694. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/p_group_cohomology.rst +162 -0
  695. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/packaging.rst +109 -0
  696. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/palp.rst +113 -0
  697. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pandoc.rst +112 -0
  698. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pandoc_attributes.rst +72 -0
  699. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pandocfilters.rst +117 -0
  700. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/papilo.rst +54 -0
  701. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pari.rst +164 -0
  702. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pari_elldata.rst +89 -0
  703. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pari_galdata.rst +91 -0
  704. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pari_galpol.rst +97 -0
  705. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pari_jupyter.rst +82 -0
  706. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pari_nftables.rst +82 -0
  707. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pari_seadata.rst +99 -0
  708. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pari_seadata_small.rst +79 -0
  709. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/parso.rst +92 -0
  710. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/patch.rst +153 -0
  711. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/patchelf.rst +110 -0
  712. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pathspec.rst +74 -0
  713. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pdf2svg.rst +114 -0
  714. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/perl_cpan_polymake_prereq.rst +96 -0
  715. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/perl_mongodb.rst +71 -0
  716. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/perl_term_readline_gnu.rst +128 -0
  717. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pexpect.rst +120 -0
  718. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/phitigra.rst +47 -0
  719. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pickleshare.rst +109 -0
  720. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pillow.rst +124 -0
  721. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pip.rst +125 -0
  722. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pkgconf.rst +125 -0
  723. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pkgconfig.rst +124 -0
  724. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/planarity.rst +126 -0
  725. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/plantri.rst +83 -0
  726. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/platformdirs.rst +72 -0
  727. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pluggy.rst +102 -0
  728. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ply.rst +74 -0
  729. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/polylib.rst +67 -0
  730. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/polymake.rst +165 -0
  731. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/polytopes_db.rst +73 -0
  732. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/polytopes_db_4d.rst +53 -0
  733. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ppl.rst +155 -0
  734. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pplpy.rst +113 -0
  735. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pplpy_doc.rst +46 -0
  736. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/primecount.rst +112 -0
  737. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/primecountpy.rst +81 -0
  738. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/primesieve.rst +113 -0
  739. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/prometheus_client.rst +88 -0
  740. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/prompt_toolkit.rst +111 -0
  741. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/psutil.rst +50 -0
  742. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/ptyprocess.rst +122 -0
  743. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pure_eval.rst +74 -0
  744. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/py.rst +102 -0
  745. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pybind11.rst +104 -0
  746. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pybtex.rst +77 -0
  747. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pycosat.rst +101 -0
  748. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pycparser.rst +98 -0
  749. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pycryptosat.rst +91 -0
  750. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pygments.rst +135 -0
  751. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pygraphviz.rst +77 -0
  752. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pynormaliz.rst +71 -0
  753. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pyparsing.rst +105 -0
  754. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pyppeteer.rst +60 -0
  755. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pyproject_api.rst +48 -0
  756. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pyproject_hooks.rst +48 -0
  757. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pyproject_metadata.rst +68 -0
  758. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pyscipopt.rst +69 -0
  759. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pysingular.rst +72 -0
  760. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pytest.rst +89 -0
  761. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pytest_mock.rst +51 -0
  762. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pytest_xdist.rst +69 -0
  763. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/python3.rst +131 -0
  764. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/python_build.rst +64 -0
  765. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/python_flint.rst +52 -0
  766. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/python_igraph.rst +104 -0
  767. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/python_json_logger.rst +50 -0
  768. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pythran.rst +84 -0
  769. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pytz.rst +110 -0
  770. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pytz_deprecation_shim.rst +68 -0
  771. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pyx.rst +61 -0
  772. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pyyaml.rst +51 -0
  773. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/pyzmq.rst +104 -0
  774. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/qdldl_python.rst +64 -0
  775. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/qepcad.rst +74 -0
  776. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/qhull.rst +168 -0
  777. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/r.rst +157 -0
  778. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/r_jupyter.rst +54 -0
  779. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/readline.rst +156 -0
  780. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/referencing.rst +52 -0
  781. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/requests.rst +119 -0
  782. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/rfc3339_validator.rst +50 -0
  783. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/rfc3986_validator.rst +50 -0
  784. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/rpds_py.rst +53 -0
  785. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/rpy2.rst +115 -0
  786. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/rst2ipynb.rst +74 -0
  787. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/rubiks.rst +100 -0
  788. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/rw.rst +98 -0
  789. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/saclib.rst +65 -0
  790. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sage_conf.rst +177 -0
  791. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sage_docbuild.rst +62 -0
  792. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sage_flatsurf.rst +49 -0
  793. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sage_numerical_backends_coin.rst +60 -0
  794. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sage_numerical_backends_cplex.rst +59 -0
  795. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sage_numerical_backends_gurobi.rst +59 -0
  796. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sage_setup.rst +39 -0
  797. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sage_sws2rst.rst +44 -0
  798. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_bliss.rst +78 -0
  799. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_brial.rst +76 -0
  800. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_categories.rst +131 -0
  801. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_cddlib.rst +64 -0
  802. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_combinat.rst +117 -0
  803. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_coxeter3.rst +65 -0
  804. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_doc_html.rst +65 -0
  805. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_doc_pdf.rst +70 -0
  806. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_eclib.rst +92 -0
  807. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_environment.rst +82 -0
  808. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_flint.rst +98 -0
  809. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_frobby.rst +74 -0
  810. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_gap.rst +103 -0
  811. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_gfan.rst +64 -0
  812. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_giac.rst +129 -0
  813. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_glpk.rst +79 -0
  814. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_graphs.rst +153 -0
  815. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_groups.rst +71 -0
  816. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_homfly.rst +65 -0
  817. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_latte_4ti2.rst +129 -0
  818. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_lcalc.rst +71 -0
  819. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_libbraiding.rst +72 -0
  820. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_libecm.rst +71 -0
  821. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_linbox.rst +71 -0
  822. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_lrslib.rst +104 -0
  823. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_macaulay2.rst +74 -0
  824. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_mcqd.rst +68 -0
  825. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_meataxe.rst +71 -0
  826. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_modules.rst +167 -0
  827. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_msolve.rst +85 -0
  828. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_nauty.rst +119 -0
  829. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_ntl.rst +68 -0
  830. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_objects.rst +88 -0
  831. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_palp.rst +114 -0
  832. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_pari.rst +67 -0
  833. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_planarity.rst +75 -0
  834. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_plot.rst +101 -0
  835. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_polyhedra.rst +190 -0
  836. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_qepcad.rst +82 -0
  837. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_rankwidth.rst +75 -0
  838. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_repl.rst +75 -0
  839. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_schemes.rst +97 -0
  840. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_singular.rst +86 -0
  841. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_sirocco.rst +79 -0
  842. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_standard_no_symbolics.rst +124 -0
  843. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_symbolics.rst +140 -0
  844. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_tdlib.rst +68 -0
  845. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagemath_topcom.rst +122 -0
  846. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagenb_export.rst +57 -0
  847. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sagetex.rst +116 -0
  848. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sbcl.rst +144 -0
  849. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/scip.rst +85 -0
  850. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/scip_sdp.rst +61 -0
  851. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/scipy.rst +152 -0
  852. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/scs.rst +62 -0
  853. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/send2trash.rst +97 -0
  854. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/setuptools.rst +117 -0
  855. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/setuptools_scm.rst +122 -0
  856. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/singular.rst +143 -0
  857. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/singular_jupyter.rst +73 -0
  858. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sirocco.rst +90 -0
  859. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/six.rst +121 -0
  860. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/slabbe.rst +58 -0
  861. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/snappy.rst +52 -0
  862. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sniffio.rst +50 -0
  863. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/snowballstemmer.rst +92 -0
  864. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/soplex.rst +80 -0
  865. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/soupsieve.rst +65 -0
  866. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sphinx.rst +152 -0
  867. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sphinx_basic_ng.rst +94 -0
  868. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sphinx_copybutton.rst +103 -0
  869. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sphinx_inline_tabs.rst +49 -0
  870. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sphinxcontrib_applehelp.rst +98 -0
  871. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sphinxcontrib_devhelp.rst +105 -0
  872. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sphinxcontrib_htmlhelp.rst +105 -0
  873. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sphinxcontrib_jsmath.rst +104 -0
  874. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sphinxcontrib_qthelp.rst +105 -0
  875. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sphinxcontrib_serializinghtml.rst +105 -0
  876. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sphinxcontrib_websupport.rst +114 -0
  877. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sqlalchemy.rst +84 -0
  878. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sqlite.rst +158 -0
  879. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/stack_data.rst +77 -0
  880. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/suitesparse.rst +1202 -0
  881. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/surf.rst +92 -0
  882. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/surface_dynamics.rst +54 -0
  883. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/symengine.rst +108 -0
  884. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/symengine_py.rst +86 -0
  885. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/symmetrica.rst +123 -0
  886. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sympow.rst +151 -0
  887. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/sympy.rst +126 -0
  888. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/tachyon.rst +169 -0
  889. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/tdlib.rst +69 -0
  890. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/terminado.rst +80 -0
  891. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/texlive.rst +152 -0
  892. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/texlive_luatex.rst +103 -0
  893. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/texttable.rst +120 -0
  894. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/threejs.rst +67 -0
  895. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/tides.rst +66 -0
  896. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/tinycss2.rst +122 -0
  897. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/tomli.rst +79 -0
  898. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/topcom.rst +80 -0
  899. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/tornado.rst +103 -0
  900. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/tox.rst +133 -0
  901. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/traitlets.rst +90 -0
  902. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/trove_classifiers.rst +94 -0
  903. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/types_python_dateutil.rst +50 -0
  904. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/typing_extensions.rst +113 -0
  905. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/tzdata.rst +67 -0
  906. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/tzlocal.rst +108 -0
  907. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/uri_template.rst +50 -0
  908. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/urllib3.rst +109 -0
  909. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/valgrind.rst +100 -0
  910. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/virtualenv.rst +76 -0
  911. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/wcwidth.rst +97 -0
  912. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/webcolors.rst +50 -0
  913. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/webencodings.rst +116 -0
  914. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/websocket_client.rst +50 -0
  915. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/wheel.rst +115 -0
  916. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/widgetsnbextension.rst +112 -0
  917. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/xindy.rst +73 -0
  918. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/xz.rst +122 -0
  919. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/zeromq.rst +141 -0
  920. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/zipp.rst +95 -0
  921. passagemath_doc_pdf-10.4.59/doc/en/reference/spkg/zlib.rst +122 -0
  922. passagemath_doc_pdf-10.4.59/doc/en/reference/stats/conf.py +87 -0
  923. passagemath_doc_pdf-10.4.59/doc/en/reference/stats/index.rst +20 -0
  924. passagemath_doc_pdf-10.4.59/doc/en/reference/structure/conf.py +87 -0
  925. passagemath_doc_pdf-10.4.59/doc/en/reference/structure/index.rst +94 -0
  926. passagemath_doc_pdf-10.4.59/doc/en/reference/tensor_free_modules/alt_forms.rst +11 -0
  927. passagemath_doc_pdf-10.4.59/doc/en/reference/tensor_free_modules/conf.py +87 -0
  928. passagemath_doc_pdf-10.4.59/doc/en/reference/tensor_free_modules/index.rst +30 -0
  929. passagemath_doc_pdf-10.4.59/doc/en/reference/tensor_free_modules/morphisms.rst +13 -0
  930. passagemath_doc_pdf-10.4.59/doc/en/reference/tensor_free_modules/tensors.rst +17 -0
  931. passagemath_doc_pdf-10.4.59/doc/en/reference/topology/conf.py +87 -0
  932. passagemath_doc_pdf-10.4.59/doc/en/reference/topology/index.rst +28 -0
  933. passagemath_doc_pdf-10.4.59/doc/en/reference/topology/media/klein.png +0 -0
  934. passagemath_doc_pdf-10.4.59/doc/en/reference/topology/media/rp2.png +0 -0
  935. passagemath_doc_pdf-10.4.59/doc/en/reference/topology/media/simplices.png +0 -0
  936. passagemath_doc_pdf-10.4.59/doc/en/reference/topology/media/torus.png +0 -0
  937. passagemath_doc_pdf-10.4.59/doc/en/reference/topology/media/torus_labelled.png +0 -0
  938. passagemath_doc_pdf-10.4.59/doc/en/reference/valuations/conf.py +87 -0
  939. passagemath_doc_pdf-10.4.59/doc/en/reference/valuations/index.rst +207 -0
  940. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/algebraic_combinatorics/n_cube.rst +103 -0
  941. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/algebraic_combinatorics/rsk.rst +132 -0
  942. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/algebraic_combinatorics/tsetlin_library.rst +190 -0
  943. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/algebraic_combinatorics/walks.rst +85 -0
  944. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/algebraic_combinatorics.rst +32 -0
  945. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/coding_theory.rst +655 -0
  946. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/coercion_and_categories.rst +1982 -0
  947. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/conf.py +54 -0
  948. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/cython_interface.rst +173 -0
  949. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/birch.png +0 -0
  950. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/birds_eye_view.rst +14 -0
  951. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/birds_other.rst +283 -0
  952. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/conf.py +47 -0
  953. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/elliptic_curves.rst +377 -0
  954. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/generators_for_rings.rst +65 -0
  955. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/half_integral.rst +33 -0
  956. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/index.rst +19 -0
  957. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/integer_factorization.rst +50 -0
  958. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/introduction.rst +110 -0
  959. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/l_series.rst +50 -0
  960. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/level_one_forms.rst +75 -0
  961. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/method_of_graphs.rst +45 -0
  962. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/modabvar.rst +92 -0
  963. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/modpcurve.png +0 -0
  964. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/modular_forms.rst +21 -0
  965. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/modular_forms_and_hecke_operators.rst +352 -0
  966. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/modular_symbols.rst +127 -0
  967. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/nf_galois_groups.rst +351 -0
  968. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/nf_introduction.rst +340 -0
  969. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/nf_orders.rst +269 -0
  970. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/explicit_methods_in_number_theory/number_fields.rst +9 -0
  971. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/functional_programming.rst +409 -0
  972. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/geometry/polyhedra_quickref.rst +205 -0
  973. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/geometry/polyhedra_quicktutorial.rst +384 -0
  974. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/geometry/polyhedra_tutorial.rst +833 -0
  975. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/geometry/polytope_tikz.rst +181 -0
  976. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/geometry/tips.rst +127 -0
  977. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/geometry/visualization.rst +134 -0
  978. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/geometry.rst +19 -0
  979. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/group_theory.rst +1064 -0
  980. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/index.rst +134 -0
  981. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie/affine.rst +473 -0
  982. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie/affine_finite_crystals.rst +617 -0
  983. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie/affine_hw_crystals.rst +114 -0
  984. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie/bibliography.rst +185 -0
  985. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie/branching_rules.rst +1023 -0
  986. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie/crystals.rst +1011 -0
  987. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie/elementary_crystals.rst +217 -0
  988. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie/infinity_crystals.rst +322 -0
  989. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie/integrable.rst +328 -0
  990. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie/introduction.rst +99 -0
  991. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie/iwahori_hecke_algebra.rst +74 -0
  992. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie/kazhdan_lusztig_polynomials.rst +46 -0
  993. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie/lie_basics.rst +870 -0
  994. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie/weyl_character_ring.rst +619 -0
  995. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie/weyl_groups.rst +311 -0
  996. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/lie.rst +36 -0
  997. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/linear_programming.rst +522 -0
  998. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/1.png +0 -0
  999. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/BinfA2.png +0 -0
  1000. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/BinfRrhoA2.png +0 -0
  1001. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/BinfTCrhoA2.png +0 -0
  1002. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/BrhoinBinf.png +0 -0
  1003. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/KR_A.png +0 -0
  1004. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/KR_Atwisted.png +0 -0
  1005. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/KR_Atwisted1.png +0 -0
  1006. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/KR_Atwisted_dual.png +0 -0
  1007. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/KR_B.png +0 -0
  1008. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/KR_C.png +0 -0
  1009. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/KR_C_exceptional.png +0 -0
  1010. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/KR_D.png +0 -0
  1011. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/KR_Dtwisted.png +0 -0
  1012. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/KR_Dtwisted_exceptional.png +0 -0
  1013. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/KR_E6.png +0 -0
  1014. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/LScrystal.png +0 -0
  1015. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/MinfC31.png +0 -0
  1016. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/RmutensorBlambda.png +0 -0
  1017. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/YLa0.png +0 -0
  1018. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/YinfA21.png +0 -0
  1019. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/a1box.png +0 -0
  1020. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/a1tag.png +0 -0
  1021. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/a2box.png +0 -0
  1022. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/a2rho.png +0 -0
  1023. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/a2rho_color.png +0 -0
  1024. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/a2tag.png +0 -0
  1025. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/ab2tag.png +0 -0
  1026. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/all-bounds-asymp.png +0 -0
  1027. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/b2box.png +0 -0
  1028. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/cube-dist.png +0 -0
  1029. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/cube3.png +0 -0
  1030. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/cube4.png +0 -0
  1031. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/elementaryA2.png +0 -0
  1032. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/elias-bound-asymp.png +0 -0
  1033. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/graph.png +0 -0
  1034. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/graph0.png +0 -0
  1035. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/gv-bound-asymp.png +0 -0
  1036. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/hamming-bound-asymp.png +0 -0
  1037. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/hyperbolic_La0.png +0 -0
  1038. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/level_zero_crystal.png +0 -0
  1039. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/lp_flot1.png +0 -0
  1040. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/lp_flot2.png +0 -0
  1041. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/mrrw1-bound-asymp.png +0 -0
  1042. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/parabolic_subcrystal.png +0 -0
  1043. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/plotkin-bound-asymp.png +0 -0
  1044. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/sandpile/C_6-parallel.png +0 -0
  1045. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/sandpile/C_6.png +0 -0
  1046. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/sandpile/btw.png +0 -0
  1047. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/sandpile/example1.png +0 -0
  1048. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/sandpile/initial.png +0 -0
  1049. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/sandpile/random.png +0 -0
  1050. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/singleton-bound-asymp.png +0 -0
  1051. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/stand-a.png +0 -0
  1052. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/stand-b.png +0 -0
  1053. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/stand-c.png +0 -0
  1054. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/stand-d.png +0 -0
  1055. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/stand-g.png +0 -0
  1056. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/standard1.png +0 -0
  1057. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/tableau1.png +0 -0
  1058. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/tableau2.png +0 -0
  1059. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/tableau3.png +0 -0
  1060. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/tableau4.png +0 -0
  1061. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/tableaux.png +0 -0
  1062. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/tensor.png +0 -0
  1063. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/tsetlin-library.png +0 -0
  1064. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/wcf1.png +0 -0
  1065. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/media/young_lattice.png +0 -0
  1066. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numerical_sage/comparison_to_cython.rst +15 -0
  1067. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numerical_sage/conf.py +47 -0
  1068. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numerical_sage/ctypes.rst +220 -0
  1069. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numerical_sage/ctypes_examples.rst +214 -0
  1070. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numerical_sage/cvxopt.rst +136 -0
  1071. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numerical_sage/f2py.rst +370 -0
  1072. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numerical_sage/f2py_examples.rst +160 -0
  1073. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numerical_sage/index.rst +40 -0
  1074. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numerical_sage/mpi4py.rst +189 -0
  1075. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numerical_sage/numerical_tools.rst +33 -0
  1076. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numerical_sage/numpy.rst +341 -0
  1077. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numerical_sage/parallel_computation.rst +8 -0
  1078. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numerical_sage/parallel_laplace_solver.rst +128 -0
  1079. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numerical_sage/scipy.rst +115 -0
  1080. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numerical_sage/using_compiled_code_iteractively.rst +48 -0
  1081. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/numtheory_rsa.rst +504 -0
  1082. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/profiling.rst +182 -0
  1083. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/sandpile.rst +4782 -0
  1084. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/steenrod_algebra_modules.rst +797 -0
  1085. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/structures_in_coding_theory.rst +793 -0
  1086. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/sws2rst.rst +85 -0
  1087. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/toctree.rst +29 -0
  1088. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/tutorial-comprehensions.rst +384 -0
  1089. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/tutorial-implementing-algebraic-structures.rst +731 -0
  1090. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/tutorial-objects-and-classes.rst +789 -0
  1091. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/tutorial-programming-python.rst +1364 -0
  1092. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/vector_calculus/vector_calc_advanced.rst +478 -0
  1093. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/vector_calculus/vector_calc_cartesian.rst +532 -0
  1094. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/vector_calculus/vector_calc_change.rst +592 -0
  1095. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/vector_calculus/vector_calc_curvilinear.rst +401 -0
  1096. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/vector_calculus/vector_calc_plane.rst +696 -0
  1097. passagemath_doc_pdf-10.4.59/doc/en/thematic_tutorials/vector_calculus.rst +30 -0
  1098. passagemath_doc_pdf-10.4.59/doc/en/tutorial/afterword.rst +185 -0
  1099. passagemath_doc_pdf-10.4.59/doc/en/tutorial/appendix.rst +34 -0
  1100. passagemath_doc_pdf-10.4.59/doc/en/tutorial/bibliography.rst +50 -0
  1101. passagemath_doc_pdf-10.4.59/doc/en/tutorial/conf.py +49 -0
  1102. passagemath_doc_pdf-10.4.59/doc/en/tutorial/index.rst +48 -0
  1103. passagemath_doc_pdf-10.4.59/doc/en/tutorial/interactive_shell.rst +929 -0
  1104. passagemath_doc_pdf-10.4.59/doc/en/tutorial/interfaces.rst +328 -0
  1105. passagemath_doc_pdf-10.4.59/doc/en/tutorial/introduction.rst +160 -0
  1106. passagemath_doc_pdf-10.4.59/doc/en/tutorial/latex.rst +383 -0
  1107. passagemath_doc_pdf-10.4.59/doc/en/tutorial/programming.rst +811 -0
  1108. passagemath_doc_pdf-10.4.59/doc/en/tutorial/sagetex.rst +247 -0
  1109. passagemath_doc_pdf-10.4.59/doc/en/tutorial/tour.rst +31 -0
  1110. passagemath_doc_pdf-10.4.59/doc/en/tutorial/tour_advanced.rst +544 -0
  1111. passagemath_doc_pdf-10.4.59/doc/en/tutorial/tour_algebra.rst +435 -0
  1112. passagemath_doc_pdf-10.4.59/doc/en/tutorial/tour_assignment.rst +102 -0
  1113. passagemath_doc_pdf-10.4.59/doc/en/tutorial/tour_coercion.rst +403 -0
  1114. passagemath_doc_pdf-10.4.59/doc/en/tutorial/tour_functions.rst +244 -0
  1115. passagemath_doc_pdf-10.4.59/doc/en/tutorial/tour_groups.rst +85 -0
  1116. passagemath_doc_pdf-10.4.59/doc/en/tutorial/tour_help.rst +359 -0
  1117. passagemath_doc_pdf-10.4.59/doc/en/tutorial/tour_linalg.rst +242 -0
  1118. passagemath_doc_pdf-10.4.59/doc/en/tutorial/tour_numtheory.rst +167 -0
  1119. passagemath_doc_pdf-10.4.59/doc/en/tutorial/tour_plotting.rst +245 -0
  1120. passagemath_doc_pdf-10.4.59/doc/en/tutorial/tour_polynomial.rst +327 -0
  1121. passagemath_doc_pdf-10.4.59/doc/en/tutorial/tour_rings.rst +143 -0
  1122. passagemath_doc_pdf-10.4.59/doc/en/website/conf.py +50 -0
  1123. passagemath_doc_pdf-10.4.59/doc/en/website/index.rst +6 -0
  1124. passagemath_doc_pdf-10.4.59/doc/en/website/root_index.html +190 -0
  1125. passagemath_doc_pdf-10.4.59/doc/en/website/templates/index.html +228 -0
  1126. passagemath_doc_pdf-10.4.59/doc/en/website/templates/index_furo.html +226 -0
  1127. passagemath_doc_pdf-10.4.59/doc/en/website/versions.txt +19 -0
  1128. passagemath_doc_pdf-10.4.59/doc/es/a_tour_of_sage/conf.py +56 -0
  1129. passagemath_doc_pdf-10.4.59/doc/es/a_tour_of_sage/eigen_plot.png +0 -0
  1130. passagemath_doc_pdf-10.4.59/doc/es/a_tour_of_sage/index.rst +140 -0
  1131. passagemath_doc_pdf-10.4.59/doc/es/a_tour_of_sage/sin_plot.png +0 -0
  1132. passagemath_doc_pdf-10.4.59/doc/es/tutorial/conf.py +51 -0
  1133. passagemath_doc_pdf-10.4.59/doc/es/tutorial/index.rst +39 -0
  1134. passagemath_doc_pdf-10.4.59/doc/es/tutorial/introduction.rst +167 -0
  1135. passagemath_doc_pdf-10.4.59/doc/es/tutorial/tour.rst +26 -0
  1136. passagemath_doc_pdf-10.4.59/doc/es/tutorial/tour_algebra.rst +404 -0
  1137. passagemath_doc_pdf-10.4.59/doc/es/tutorial/tour_assignment.rst +101 -0
  1138. passagemath_doc_pdf-10.4.59/doc/es/tutorial/tour_groups.rst +93 -0
  1139. passagemath_doc_pdf-10.4.59/doc/es/tutorial/tour_help.rst +357 -0
  1140. passagemath_doc_pdf-10.4.59/doc/es/tutorial/tour_linalg.rst +230 -0
  1141. passagemath_doc_pdf-10.4.59/doc/es/tutorial/tour_numtheory.rst +149 -0
  1142. passagemath_doc_pdf-10.4.59/doc/es/tutorial/tour_polynomial.rst +328 -0
  1143. passagemath_doc_pdf-10.4.59/doc/es/tutorial/tour_rings.rst +139 -0
  1144. passagemath_doc_pdf-10.4.59/doc/fr/a_tour_of_sage/conf.py +55 -0
  1145. passagemath_doc_pdf-10.4.59/doc/fr/a_tour_of_sage/eigen_plot.png +0 -0
  1146. passagemath_doc_pdf-10.4.59/doc/fr/a_tour_of_sage/index.rst +143 -0
  1147. passagemath_doc_pdf-10.4.59/doc/fr/a_tour_of_sage/sin_plot.png +0 -0
  1148. passagemath_doc_pdf-10.4.59/doc/fr/tutorial/afterword.rst +196 -0
  1149. passagemath_doc_pdf-10.4.59/doc/fr/tutorial/appendix.rst +34 -0
  1150. passagemath_doc_pdf-10.4.59/doc/fr/tutorial/bibliography.rst +50 -0
  1151. passagemath_doc_pdf-10.4.59/doc/fr/tutorial/conf.py +55 -0
  1152. passagemath_doc_pdf-10.4.59/doc/fr/tutorial/index.rst +54 -0
  1153. passagemath_doc_pdf-10.4.59/doc/fr/tutorial/interactive_shell.rst +947 -0
  1154. passagemath_doc_pdf-10.4.59/doc/fr/tutorial/interfaces.rst +343 -0
  1155. passagemath_doc_pdf-10.4.59/doc/fr/tutorial/introduction.rst +170 -0
  1156. passagemath_doc_pdf-10.4.59/doc/fr/tutorial/latex.rst +460 -0
  1157. passagemath_doc_pdf-10.4.59/doc/fr/tutorial/programming.rst +840 -0
  1158. passagemath_doc_pdf-10.4.59/doc/fr/tutorial/sagetex.rst +117 -0
  1159. passagemath_doc_pdf-10.4.59/doc/fr/tutorial/tour.rst +36 -0
  1160. passagemath_doc_pdf-10.4.59/doc/fr/tutorial/tour_advanced.rst +544 -0
  1161. passagemath_doc_pdf-10.4.59/doc/fr/tutorial/tour_algebra.rst +394 -0
  1162. passagemath_doc_pdf-10.4.59/doc/fr/tutorial/tour_assignment.rst +106 -0
  1163. passagemath_doc_pdf-10.4.59/doc/fr/tutorial/tour_coercion.rst +399 -0
  1164. passagemath_doc_pdf-10.4.59/doc/fr/tutorial/tour_functions.rst +230 -0
  1165. passagemath_doc_pdf-10.4.59/doc/fr/tutorial/tour_groups.rst +88 -0
  1166. passagemath_doc_pdf-10.4.59/doc/fr/tutorial/tour_help.rst +361 -0
  1167. passagemath_doc_pdf-10.4.59/doc/fr/tutorial/tour_linalg.rst +244 -0
  1168. passagemath_doc_pdf-10.4.59/doc/fr/tutorial/tour_numtheory.rst +169 -0
  1169. passagemath_doc_pdf-10.4.59/doc/fr/tutorial/tour_plotting.rst +199 -0
  1170. passagemath_doc_pdf-10.4.59/doc/fr/tutorial/tour_polynomial.rst +335 -0
  1171. passagemath_doc_pdf-10.4.59/doc/fr/tutorial/tour_rings.rst +98 -0
  1172. passagemath_doc_pdf-10.4.59/doc/hu/a_tour_of_sage/conf.py +55 -0
  1173. passagemath_doc_pdf-10.4.59/doc/hu/a_tour_of_sage/eigen_plot.png +0 -0
  1174. passagemath_doc_pdf-10.4.59/doc/hu/a_tour_of_sage/index.rst +140 -0
  1175. passagemath_doc_pdf-10.4.59/doc/hu/a_tour_of_sage/sin_plot.png +0 -0
  1176. passagemath_doc_pdf-10.4.59/doc/it/a_tour_of_sage/conf.py +62 -0
  1177. passagemath_doc_pdf-10.4.59/doc/it/a_tour_of_sage/eigen_plot.png +0 -0
  1178. passagemath_doc_pdf-10.4.59/doc/it/a_tour_of_sage/index.rst +136 -0
  1179. passagemath_doc_pdf-10.4.59/doc/it/a_tour_of_sage/sin_plot.png +0 -0
  1180. passagemath_doc_pdf-10.4.59/doc/it/faq/conf.py +52 -0
  1181. passagemath_doc_pdf-10.4.59/doc/it/faq/faq-contribute.rst +257 -0
  1182. passagemath_doc_pdf-10.4.59/doc/it/faq/faq-general.rst +313 -0
  1183. passagemath_doc_pdf-10.4.59/doc/it/faq/faq-usage.rst +677 -0
  1184. passagemath_doc_pdf-10.4.59/doc/it/faq/index.rst +28 -0
  1185. passagemath_doc_pdf-10.4.59/doc/it/tutorial/conf.py +51 -0
  1186. passagemath_doc_pdf-10.4.59/doc/it/tutorial/index.rst +32 -0
  1187. passagemath_doc_pdf-10.4.59/doc/it/tutorial/introduction.rst +145 -0
  1188. passagemath_doc_pdf-10.4.59/doc/it/tutorial/tour_algebra.rst +393 -0
  1189. passagemath_doc_pdf-10.4.59/doc/ja/a_tour_of_sage/conf.py +55 -0
  1190. passagemath_doc_pdf-10.4.59/doc/ja/a_tour_of_sage/eigen_plot.png +0 -0
  1191. passagemath_doc_pdf-10.4.59/doc/ja/a_tour_of_sage/index.rst +139 -0
  1192. passagemath_doc_pdf-10.4.59/doc/ja/a_tour_of_sage/sin_plot.png +0 -0
  1193. passagemath_doc_pdf-10.4.59/doc/ja/tutorial/afterword.rst +147 -0
  1194. passagemath_doc_pdf-10.4.59/doc/ja/tutorial/appendix.rst +34 -0
  1195. passagemath_doc_pdf-10.4.59/doc/ja/tutorial/bibliography.rst +53 -0
  1196. passagemath_doc_pdf-10.4.59/doc/ja/tutorial/conf.py +55 -0
  1197. passagemath_doc_pdf-10.4.59/doc/ja/tutorial/index.rst +37 -0
  1198. passagemath_doc_pdf-10.4.59/doc/ja/tutorial/interactive_shell.rst +865 -0
  1199. passagemath_doc_pdf-10.4.59/doc/ja/tutorial/interfaces.rst +304 -0
  1200. passagemath_doc_pdf-10.4.59/doc/ja/tutorial/introduction.rst +126 -0
  1201. passagemath_doc_pdf-10.4.59/doc/ja/tutorial/japanesesupport.py +20 -0
  1202. passagemath_doc_pdf-10.4.59/doc/ja/tutorial/latex.rst +396 -0
  1203. passagemath_doc_pdf-10.4.59/doc/ja/tutorial/programming.rst +777 -0
  1204. passagemath_doc_pdf-10.4.59/doc/ja/tutorial/sagetex.rst +228 -0
  1205. passagemath_doc_pdf-10.4.59/doc/ja/tutorial/tour.rst +24 -0
  1206. passagemath_doc_pdf-10.4.59/doc/ja/tutorial/tour_advanced.rst +520 -0
  1207. passagemath_doc_pdf-10.4.59/doc/ja/tutorial/tour_algebra.rst +402 -0
  1208. passagemath_doc_pdf-10.4.59/doc/ja/tutorial/tour_assignment.rst +91 -0
  1209. passagemath_doc_pdf-10.4.59/doc/ja/tutorial/tour_coercion.rst +362 -0
  1210. passagemath_doc_pdf-10.4.59/doc/ja/tutorial/tour_functions.rst +248 -0
  1211. passagemath_doc_pdf-10.4.59/doc/ja/tutorial/tour_groups.rst +89 -0
  1212. passagemath_doc_pdf-10.4.59/doc/ja/tutorial/tour_help.rst +364 -0
  1213. passagemath_doc_pdf-10.4.59/doc/ja/tutorial/tour_linalg.rst +255 -0
  1214. passagemath_doc_pdf-10.4.59/doc/ja/tutorial/tour_numtheory.rst +170 -0
  1215. passagemath_doc_pdf-10.4.59/doc/ja/tutorial/tour_plotting.rst +229 -0
  1216. passagemath_doc_pdf-10.4.59/doc/ja/tutorial/tour_polynomial.rst +322 -0
  1217. passagemath_doc_pdf-10.4.59/doc/ja/tutorial/tour_rings.rst +148 -0
  1218. passagemath_doc_pdf-10.4.59/doc/pt/a_tour_of_sage/conf.py +52 -0
  1219. passagemath_doc_pdf-10.4.59/doc/pt/a_tour_of_sage/eigen_plot.png +0 -0
  1220. passagemath_doc_pdf-10.4.59/doc/pt/a_tour_of_sage/index.rst +139 -0
  1221. passagemath_doc_pdf-10.4.59/doc/pt/a_tour_of_sage/sin_plot.png +0 -0
  1222. passagemath_doc_pdf-10.4.59/doc/pt/tutorial/afterword.rst +179 -0
  1223. passagemath_doc_pdf-10.4.59/doc/pt/tutorial/appendix.rst +33 -0
  1224. passagemath_doc_pdf-10.4.59/doc/pt/tutorial/bibliography.rst +50 -0
  1225. passagemath_doc_pdf-10.4.59/doc/pt/tutorial/conf.py +51 -0
  1226. passagemath_doc_pdf-10.4.59/doc/pt/tutorial/index.rst +46 -0
  1227. passagemath_doc_pdf-10.4.59/doc/pt/tutorial/interactive_shell.rst +918 -0
  1228. passagemath_doc_pdf-10.4.59/doc/pt/tutorial/interfaces.rst +339 -0
  1229. passagemath_doc_pdf-10.4.59/doc/pt/tutorial/introduction.rst +162 -0
  1230. passagemath_doc_pdf-10.4.59/doc/pt/tutorial/latex.rst +493 -0
  1231. passagemath_doc_pdf-10.4.59/doc/pt/tutorial/programming.rst +832 -0
  1232. passagemath_doc_pdf-10.4.59/doc/pt/tutorial/sagetex.rst +110 -0
  1233. passagemath_doc_pdf-10.4.59/doc/pt/tutorial/tour.rst +31 -0
  1234. passagemath_doc_pdf-10.4.59/doc/pt/tutorial/tour_advanced.rst +546 -0
  1235. passagemath_doc_pdf-10.4.59/doc/pt/tutorial/tour_algebra.rst +415 -0
  1236. passagemath_doc_pdf-10.4.59/doc/pt/tutorial/tour_assignment.rst +102 -0
  1237. passagemath_doc_pdf-10.4.59/doc/pt/tutorial/tour_coercion.rst +408 -0
  1238. passagemath_doc_pdf-10.4.59/doc/pt/tutorial/tour_functions.rst +243 -0
  1239. passagemath_doc_pdf-10.4.59/doc/pt/tutorial/tour_groups.rst +90 -0
  1240. passagemath_doc_pdf-10.4.59/doc/pt/tutorial/tour_help.rst +363 -0
  1241. passagemath_doc_pdf-10.4.59/doc/pt/tutorial/tour_linalg.rst +223 -0
  1242. passagemath_doc_pdf-10.4.59/doc/pt/tutorial/tour_numtheory.rst +167 -0
  1243. passagemath_doc_pdf-10.4.59/doc/pt/tutorial/tour_plotting.rst +248 -0
  1244. passagemath_doc_pdf-10.4.59/doc/pt/tutorial/tour_polynomial.rst +329 -0
  1245. passagemath_doc_pdf-10.4.59/doc/pt/tutorial/tour_rings.rst +148 -0
  1246. passagemath_doc_pdf-10.4.59/doc/ru/tutorial/afterword.rst +166 -0
  1247. passagemath_doc_pdf-10.4.59/doc/ru/tutorial/appendix.rst +32 -0
  1248. passagemath_doc_pdf-10.4.59/doc/ru/tutorial/bibliography.rst +51 -0
  1249. passagemath_doc_pdf-10.4.59/doc/ru/tutorial/conf.py +51 -0
  1250. passagemath_doc_pdf-10.4.59/doc/ru/tutorial/index.rst +34 -0
  1251. passagemath_doc_pdf-10.4.59/doc/ru/tutorial/interactive_shell.rst +852 -0
  1252. passagemath_doc_pdf-10.4.59/doc/ru/tutorial/interfaces.rst +330 -0
  1253. passagemath_doc_pdf-10.4.59/doc/ru/tutorial/introduction.rst +158 -0
  1254. passagemath_doc_pdf-10.4.59/doc/ru/tutorial/programming.rst +782 -0
  1255. passagemath_doc_pdf-10.4.59/doc/ru/tutorial/sagetex.rst +92 -0
  1256. passagemath_doc_pdf-10.4.59/doc/ru/tutorial/tour.rst +27 -0
  1257. passagemath_doc_pdf-10.4.59/doc/ru/tutorial/tour_advanced.rst +505 -0
  1258. passagemath_doc_pdf-10.4.59/doc/ru/tutorial/tour_algebra.rst +393 -0
  1259. passagemath_doc_pdf-10.4.59/doc/ru/tutorial/tour_assignment.rst +99 -0
  1260. passagemath_doc_pdf-10.4.59/doc/ru/tutorial/tour_functions.rst +232 -0
  1261. passagemath_doc_pdf-10.4.59/doc/ru/tutorial/tour_groups.rst +85 -0
  1262. passagemath_doc_pdf-10.4.59/doc/ru/tutorial/tour_help.rst +347 -0
  1263. passagemath_doc_pdf-10.4.59/doc/ru/tutorial/tour_linalg.rst +217 -0
  1264. passagemath_doc_pdf-10.4.59/doc/ru/tutorial/tour_numtheory.rst +160 -0
  1265. passagemath_doc_pdf-10.4.59/doc/ru/tutorial/tour_plotting.rst +228 -0
  1266. passagemath_doc_pdf-10.4.59/doc/ru/tutorial/tour_polynomial.rst +305 -0
  1267. passagemath_doc_pdf-10.4.59/doc/ru/tutorial/tour_rings.rst +143 -0
  1268. passagemath_doc_pdf-10.4.59/doc/tr/a_tour_of_sage/conf.py +51 -0
  1269. passagemath_doc_pdf-10.4.59/doc/tr/a_tour_of_sage/eigen_plot.png +0 -0
  1270. passagemath_doc_pdf-10.4.59/doc/tr/a_tour_of_sage/index.rst +129 -0
  1271. passagemath_doc_pdf-10.4.59/doc/tr/a_tour_of_sage/sin_plot.png +0 -0
  1272. passagemath_doc_pdf-10.4.59/make.sh +12 -0
  1273. passagemath_doc_pdf-10.4.59/meson.build +30 -0
  1274. passagemath_doc_pdf-10.4.59/meson_dist_script.sh +23 -0
  1275. 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
+ ]