snappy 3.1__cp38-cp38-win_amd64.whl → 3.2__cp38-cp38-win_amd64.whl
Sign up to get free protection for your applications and to get access to all the features.
- snappy/CyOpenGL.cp38-win_amd64.pyd +0 -0
- snappy/SnapPy.cp38-win_amd64.pyd +0 -0
- snappy/SnapPyHP.cp38-win_amd64.pyd +0 -0
- snappy/__init__.py +299 -402
- snappy/app.py +70 -20
- snappy/browser.py +18 -17
- snappy/canonical.py +249 -0
- snappy/{verify/cusp_shapes.py → cusps/__init__.py} +8 -18
- snappy/cusps/cusp_area_matrix.py +101 -0
- snappy/{verify/cusp_areas.py → cusps/cusp_areas_from_matrix.py} +23 -39
- snappy/cusps/maximal_cusp_area_matrix.py +136 -0
- snappy/cusps/test.py +21 -0
- snappy/cusps/trig_cusp_area_matrix.py +63 -0
- snappy/database.py +10 -9
- snappy/decorated_isosig.py +337 -114
- snappy/dev/extended_ptolemy/complexVolumesClosed.py +40 -7
- snappy/dev/extended_ptolemy/extended.py +3 -3
- snappy/dev/extended_ptolemy/phc_wrapper.py +10 -10
- snappy/dev/vericlosed/oneVertexTruncatedComplex.py +1 -1
- snappy/doc/_images/m004_paper_plane_on_systole.jpg +0 -0
- snappy/doc/_images/m125_paper_plane.jpg +0 -0
- snappy/doc/_images/o9_00000_systole_paper_plane.jpg +0 -0
- snappy/doc/_images/o9_00000_systole_paper_plane_closer.jpg +0 -0
- snappy/doc/_sources/additional_classes.rst.txt +40 -40
- snappy/doc/_sources/bugs.rst.txt +14 -14
- snappy/doc/_sources/censuses.rst.txt +51 -51
- snappy/doc/_sources/credits.rst.txt +75 -70
- snappy/doc/_sources/development.rst.txt +259 -239
- snappy/doc/_sources/index.rst.txt +182 -115
- snappy/doc/_sources/installing.rst.txt +247 -264
- snappy/doc/_sources/manifold.rst.txt +6 -6
- snappy/doc/_sources/manifoldhp.rst.txt +46 -46
- snappy/doc/_sources/news.rst.txt +355 -283
- snappy/doc/_sources/other.rst.txt +25 -25
- snappy/doc/_sources/platonic_census.rst.txt +20 -20
- snappy/doc/_sources/plink.rst.txt +102 -102
- snappy/doc/_sources/ptolemy.rst.txt +66 -66
- snappy/doc/_sources/ptolemy_classes.rst.txt +42 -42
- snappy/doc/_sources/ptolemy_examples1.rst.txt +298 -297
- snappy/doc/_sources/ptolemy_examples2.rst.txt +363 -363
- snappy/doc/_sources/ptolemy_examples3.rst.txt +301 -301
- snappy/doc/_sources/ptolemy_examples4.rst.txt +61 -61
- snappy/doc/_sources/ptolemy_prelim.rst.txt +105 -105
- snappy/doc/_sources/screenshots.rst.txt +21 -21
- snappy/doc/_sources/snap.rst.txt +87 -87
- snappy/doc/_sources/snappy.rst.txt +28 -28
- snappy/doc/_sources/spherogram.rst.txt +103 -103
- snappy/doc/_sources/todo.rst.txt +47 -47
- snappy/doc/_sources/triangulation.rst.txt +11 -11
- snappy/doc/_sources/tutorial.rst.txt +49 -49
- snappy/doc/_sources/verify.rst.txt +210 -150
- snappy/doc/_sources/verify_internals.rst.txt +79 -90
- snappy/doc/_static/basic.css +924 -902
- snappy/doc/_static/css/badge_only.css +1 -1
- snappy/doc/_static/css/theme.css +1 -1
- snappy/doc/_static/doctools.js +1 -1
- snappy/doc/_static/documentation_options.js +12 -13
- snappy/doc/_static/fonts/Lato/lato-bold.eot +0 -0
- snappy/doc/_static/fonts/Lato/lato-bold.ttf +0 -0
- snappy/doc/_static/fonts/Lato/lato-bold.woff +0 -0
- snappy/doc/_static/fonts/Lato/lato-bold.woff2 +0 -0
- snappy/doc/_static/fonts/Lato/lato-bolditalic.eot +0 -0
- snappy/doc/_static/fonts/Lato/lato-bolditalic.ttf +0 -0
- snappy/doc/_static/fonts/Lato/lato-bolditalic.woff +0 -0
- snappy/doc/_static/fonts/Lato/lato-bolditalic.woff2 +0 -0
- snappy/doc/_static/fonts/Lato/lato-italic.eot +0 -0
- snappy/doc/_static/fonts/Lato/lato-italic.ttf +0 -0
- snappy/doc/_static/fonts/Lato/lato-italic.woff +0 -0
- snappy/doc/_static/fonts/Lato/lato-italic.woff2 +0 -0
- snappy/doc/_static/fonts/Lato/lato-regular.eot +0 -0
- snappy/doc/_static/fonts/Lato/lato-regular.ttf +0 -0
- snappy/doc/_static/fonts/Lato/lato-regular.woff +0 -0
- snappy/doc/_static/fonts/Lato/lato-regular.woff2 +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff +0 -0
- snappy/doc/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 +0 -0
- snappy/doc/_static/js/versions.js +228 -0
- snappy/doc/_static/language_data.js +199 -199
- snappy/doc/_static/pygments.css +74 -73
- snappy/doc/_static/searchtools.js +125 -71
- snappy/doc/_static/snappy_furo.css +33 -33
- snappy/doc/_static/snappy_sphinx_rtd_theme.css +42 -42
- snappy/doc/_static/sphinx_highlight.js +13 -3
- snappy/doc/additional_classes.html +1499 -1330
- snappy/doc/bugs.html +131 -134
- snappy/doc/censuses.html +426 -445
- snappy/doc/credits.html +180 -180
- snappy/doc/development.html +383 -363
- snappy/doc/genindex.html +1330 -1409
- snappy/doc/index.html +261 -206
- snappy/doc/installing.html +345 -363
- snappy/doc/manifold.html +3451 -2839
- snappy/doc/manifoldhp.html +179 -182
- snappy/doc/news.html +387 -329
- snappy/doc/objects.inv +0 -0
- snappy/doc/other.html +160 -162
- snappy/doc/platonic_census.html +374 -377
- snappy/doc/plink.html +209 -212
- snappy/doc/ptolemy.html +253 -255
- snappy/doc/ptolemy_classes.html +1143 -1146
- snappy/doc/ptolemy_examples1.html +408 -410
- snappy/doc/ptolemy_examples2.html +470 -473
- snappy/doc/ptolemy_examples3.html +413 -416
- snappy/doc/ptolemy_examples4.html +194 -197
- snappy/doc/ptolemy_prelim.html +247 -250
- snappy/doc/py-modindex.html +164 -167
- snappy/doc/screenshots.html +140 -142
- snappy/doc/search.html +134 -137
- snappy/doc/searchindex.js +1 -1
- snappy/doc/snap.html +201 -204
- snappy/doc/snappy.html +180 -182
- snappy/doc/spherogram.html +1210 -1213
- snappy/doc/todo.html +165 -168
- snappy/doc/triangulation.html +1583 -1474
- snappy/doc/tutorial.html +158 -161
- snappy/doc/verify.html +329 -275
- snappy/doc/verify_internals.html +1234 -1691
- snappy/drilling/__init__.py +153 -235
- snappy/drilling/barycentric.py +103 -0
- snappy/drilling/constants.py +0 -2
- snappy/drilling/crush.py +56 -130
- snappy/drilling/cusps.py +12 -6
- snappy/drilling/debug.py +2 -1
- snappy/drilling/exceptions.py +7 -40
- snappy/drilling/moves.py +302 -243
- snappy/drilling/perturb.py +63 -37
- snappy/drilling/shorten.py +36 -0
- snappy/drilling/subdivide.py +0 -5
- snappy/drilling/test.py +23 -0
- snappy/drilling/test_cases.py +126 -0
- snappy/drilling/tracing.py +9 -37
- snappy/exceptions.py +18 -5
- snappy/exterior_to_link/barycentric_geometry.py +2 -4
- snappy/exterior_to_link/main.py +8 -7
- snappy/exterior_to_link/mcomplex_with_link.py +2 -2
- snappy/exterior_to_link/rational_linear_algebra.py +1 -1
- snappy/exterior_to_link/rational_linear_algebra_wrapped.py +1 -1
- snappy/exterior_to_link/test.py +21 -33
- snappy/geometric_structure/__init__.py +212 -0
- snappy/geometric_structure/cusp_neighborhood/__init__.py +3 -0
- snappy/geometric_structure/cusp_neighborhood/complex_cusp_cross_section.py +697 -0
- snappy/geometric_structure/cusp_neighborhood/cusp_cross_section_base.py +484 -0
- snappy/geometric_structure/cusp_neighborhood/exceptions.py +42 -0
- snappy/geometric_structure/cusp_neighborhood/real_cusp_cross_section.py +298 -0
- snappy/geometric_structure/cusp_neighborhood/tiles_for_cusp_neighborhood.py +159 -0
- snappy/geometric_structure/cusp_neighborhood/vertices.py +32 -0
- snappy/geometric_structure/geodesic/__init__.py +0 -0
- snappy/geometric_structure/geodesic/add_core_curves.py +152 -0
- snappy/geometric_structure/geodesic/avoid_core_curves.py +369 -0
- snappy/geometric_structure/geodesic/canonical_keys.py +52 -0
- snappy/geometric_structure/geodesic/check_away_from_core_curve.py +60 -0
- snappy/geometric_structure/geodesic/constants.py +6 -0
- snappy/geometric_structure/geodesic/exceptions.py +22 -0
- snappy/{drilling → geometric_structure/geodesic}/fixed_points.py +34 -9
- snappy/{drilling/geodesic_info.py → geometric_structure/geodesic/geodesic_start_point_info.py} +139 -180
- snappy/geometric_structure/geodesic/graph_trace_helper.py +67 -0
- snappy/geometric_structure/geodesic/line.py +30 -0
- snappy/geometric_structure/geodesic/multiplicity.py +127 -0
- snappy/geometric_structure/geodesic/tiles_for_geodesic.py +101 -0
- snappy/geometric_structure/test.py +22 -0
- snappy/gui.py +23 -13
- snappy/horoviewer.py +7 -7
- snappy/hyperboloid/__init__.py +96 -31
- snappy/hyperboloid/distances.py +245 -0
- snappy/hyperboloid/horoball.py +19 -0
- snappy/hyperboloid/line.py +35 -0
- snappy/hyperboloid/point.py +9 -0
- snappy/hyperboloid/triangle.py +29 -0
- snappy/isometry_signature.py +382 -0
- snappy/len_spec/__init__.py +596 -0
- snappy/len_spec/geodesic_info.py +110 -0
- snappy/len_spec/geodesic_key_info_dict.py +117 -0
- snappy/len_spec/geodesic_piece.py +143 -0
- snappy/len_spec/geometric_structure.py +182 -0
- snappy/len_spec/geometry.py +80 -0
- snappy/len_spec/length_spectrum_geodesic_info.py +170 -0
- snappy/len_spec/spine.py +206 -0
- snappy/len_spec/test.py +24 -0
- snappy/len_spec/test_cases.py +69 -0
- snappy/len_spec/tile.py +275 -0
- snappy/len_spec/word.py +86 -0
- snappy/math_basics.py +39 -13
- snappy/matrix.py +52 -9
- snappy/number.py +12 -6
- snappy/numeric_output_checker.py +2 -3
- snappy/pari.py +8 -4
- snappy/phone_home.py +2 -1
- snappy/polyviewer.py +8 -8
- snappy/ptolemy/__init__.py +1 -1
- snappy/ptolemy/component.py +2 -2
- snappy/ptolemy/coordinates.py +25 -25
- snappy/ptolemy/findLoops.py +9 -9
- snappy/ptolemy/manifoldMethods.py +27 -29
- snappy/ptolemy/polynomial.py +50 -57
- snappy/ptolemy/processFileBase.py +60 -0
- snappy/ptolemy/ptolemyVariety.py +109 -41
- snappy/ptolemy/reginaWrapper.py +4 -4
- snappy/ptolemy/rur.py +1 -1
- snappy/ptolemy/solutionsToPrimeIdealGroebnerBasis.py +9 -9
- snappy/ptolemy/test.py +99 -54
- snappy/ptolemy/utilities.py +1 -1
- snappy/raytracing/__init__.py +64 -0
- snappy/raytracing/additional_horospheres.py +64 -0
- snappy/raytracing/additional_len_spec_choices.py +63 -0
- snappy/raytracing/cohomology_fractal.py +0 -3
- snappy/raytracing/eyeball.py +123 -0
- snappy/raytracing/finite_raytracing_data.py +17 -17
- snappy/raytracing/finite_viewer.py +15 -15
- snappy/raytracing/geodesic_tube_info.py +93 -63
- snappy/raytracing/geodesics.py +94 -64
- snappy/raytracing/geodesics_window.py +56 -34
- snappy/raytracing/gui_utilities.py +21 -6
- snappy/raytracing/hyperboloid_navigation.py +29 -4
- snappy/raytracing/hyperboloid_utilities.py +73 -73
- snappy/raytracing/ideal_raytracing_data.py +121 -91
- snappy/raytracing/inside_viewer.py +199 -66
- snappy/raytracing/pack.py +22 -0
- snappy/raytracing/raytracing_data.py +37 -25
- snappy/raytracing/raytracing_view.py +70 -65
- snappy/raytracing/shaders/Eye.png +0 -0
- snappy/raytracing/shaders/NonGeometric.png +0 -0
- snappy/raytracing/shaders/__init__.py +39 -3
- snappy/raytracing/shaders/fragment.glsl +451 -133
- snappy/raytracing/test.py +29 -0
- snappy/raytracing/tooltip.py +146 -0
- snappy/raytracing/upper_halfspace_utilities.py +42 -9
- snappy/sage_helper.py +67 -134
- snappy/settings.py +90 -77
- snappy/shell.py +2 -0
- snappy/snap/character_varieties.py +2 -2
- snappy/snap/find_field.py +4 -3
- snappy/snap/fundamental_polyhedron.py +2 -2
- snappy/snap/kernel_structures.py +5 -1
- snappy/snap/nsagetools.py +9 -8
- snappy/snap/peripheral/dual_cellulation.py +4 -3
- snappy/snap/peripheral/peripheral.py +2 -2
- snappy/snap/peripheral/surface.py +5 -5
- snappy/snap/peripheral/test.py +1 -1
- snappy/snap/polished_reps.py +8 -8
- snappy/snap/slice_obs_HKL.py +16 -14
- snappy/snap/t3mlite/arrow.py +3 -3
- snappy/snap/t3mlite/edge.py +3 -3
- snappy/snap/t3mlite/homology.py +2 -2
- snappy/snap/t3mlite/mcomplex.py +3 -3
- snappy/snap/t3mlite/simplex.py +12 -0
- snappy/snap/t3mlite/spun.py +18 -17
- snappy/snap/t3mlite/test_vs_regina.py +4 -4
- snappy/snap/test.py +37 -53
- snappy/snap/utilities.py +4 -5
- snappy/test.py +121 -138
- snappy/test_cases.py +263 -0
- snappy/testing.py +131 -0
- snappy/tiling/__init__.py +2 -0
- snappy/tiling/canonical_key_dict.py +59 -0
- snappy/tiling/dict_based_set.py +79 -0
- snappy/tiling/floor.py +49 -0
- snappy/tiling/hyperboloid_dict.py +54 -0
- snappy/tiling/iter_utils.py +78 -0
- snappy/tiling/lifted_tetrahedron.py +22 -0
- snappy/tiling/lifted_tetrahedron_set.py +54 -0
- snappy/tiling/real_hash_dict.py +164 -0
- snappy/tiling/test.py +23 -0
- snappy/tiling/tile.py +215 -0
- snappy/tiling/triangle.py +33 -0
- snappy/tkterminal.py +116 -86
- snappy/twister/main.py +1 -7
- snappy/twister/twister_core.cp38-win_amd64.pyd +0 -0
- snappy/upper_halfspace/__init__.py +78 -17
- snappy/verify/__init__.py +3 -7
- snappy/verify/{verifyCanonical.py → canonical.py} +78 -70
- snappy/verify/complex_volume/adjust_torsion.py +1 -2
- snappy/verify/complex_volume/closed.py +13 -13
- snappy/verify/complex_volume/cusped.py +6 -6
- snappy/verify/complex_volume/extended_bloch.py +5 -8
- snappy/verify/{cuspTranslations.py → cusp_translations.py} +1 -1
- snappy/verify/edge_equations.py +80 -0
- snappy/verify/exceptions.py +0 -55
- snappy/verify/{verifyHyperbolicity.py → hyperbolicity.py} +3 -3
- snappy/verify/interval_newton_shapes_engine.py +7 -5
- snappy/verify/interval_tree.py +5 -5
- snappy/verify/krawczyk_shapes_engine.py +17 -18
- snappy/verify/maximal_cusp_area_matrix/__init__.py +7 -74
- snappy/verify/maximal_cusp_area_matrix/cusp_tiling_engine.py +3 -4
- snappy/verify/maximal_cusp_area_matrix/cusp_translate_engine.py +1 -1
- snappy/verify/{realAlgebra.py → real_algebra.py} +1 -1
- snappy/verify/shapes.py +5 -3
- snappy/verify/short_slopes.py +39 -41
- snappy/verify/{squareExtensions.py → square_extensions.py} +14 -11
- snappy/verify/test.py +57 -60
- snappy/verify/upper_halfspace/extended_matrix.py +1 -1
- snappy/verify/upper_halfspace/finite_point.py +3 -4
- snappy/verify/upper_halfspace/ideal_point.py +9 -9
- snappy/verify/volume.py +2 -2
- snappy/version.py +2 -2
- {snappy-3.1.dist-info → snappy-3.2.dist-info}/METADATA +14 -10
- snappy-3.2.dist-info/RECORD +503 -0
- {snappy-3.1.dist-info → snappy-3.2.dist-info}/WHEEL +1 -1
- {snappy-3.1.dist-info → snappy-3.2.dist-info}/top_level.txt +6 -1
- snappy/__pycache__/__init__.cpython-38.pyc +0 -0
- snappy/__pycache__/browser.cpython-38.pyc +0 -0
- snappy/__pycache__/cache.cpython-38.pyc +0 -0
- snappy/__pycache__/database.cpython-38.pyc +0 -0
- snappy/__pycache__/db_utilities.cpython-38.pyc +0 -0
- snappy/__pycache__/decorated_isosig.cpython-38.pyc +0 -0
- snappy/__pycache__/exceptions.cpython-38.pyc +0 -0
- snappy/__pycache__/export_stl.cpython-38.pyc +0 -0
- snappy/__pycache__/filedialog.cpython-38.pyc +0 -0
- snappy/__pycache__/gui.cpython-38.pyc +0 -0
- snappy/__pycache__/horoviewer.cpython-38.pyc +0 -0
- snappy/__pycache__/math_basics.cpython-38.pyc +0 -0
- snappy/__pycache__/matrix.cpython-38.pyc +0 -0
- snappy/__pycache__/number.cpython-38.pyc +0 -0
- snappy/__pycache__/numeric_output_checker.cpython-38.pyc +0 -0
- snappy/__pycache__/pari.cpython-38.pyc +0 -0
- snappy/__pycache__/polyviewer.cpython-38.pyc +0 -0
- snappy/__pycache__/sage_helper.cpython-38.pyc +0 -0
- snappy/__pycache__/version.cpython-38.pyc +0 -0
- snappy/doc/_sources/verify_canon.rst.txt +0 -90
- snappy/doc/_static/jquery-3.6.0.js +0 -10881
- snappy/doc/_static/js/html5shiv-printshiv.min.js +0 -4
- snappy/doc/_static/js/html5shiv.min.js +0 -4
- snappy/doc/_static/underscore-1.13.1.js +0 -2042
- snappy/doc/_static/underscore.js +0 -6
- snappy/doc/verify_canon.html +0 -304
- snappy/drilling/__pycache__/__init__.cpython-38.pyc +0 -0
- snappy/drilling/__pycache__/constants.cpython-38.pyc +0 -0
- snappy/drilling/__pycache__/crush.cpython-38.pyc +0 -0
- snappy/drilling/__pycache__/cusps.cpython-38.pyc +0 -0
- snappy/drilling/__pycache__/debug.cpython-38.pyc +0 -0
- snappy/drilling/__pycache__/epsilons.cpython-38.pyc +0 -0
- snappy/drilling/__pycache__/exceptions.cpython-38.pyc +0 -0
- snappy/drilling/__pycache__/fixed_points.cpython-38.pyc +0 -0
- snappy/drilling/__pycache__/geodesic_info.cpython-38.pyc +0 -0
- snappy/drilling/__pycache__/geodesic_tube.cpython-38.pyc +0 -0
- snappy/drilling/__pycache__/geometric_structure.cpython-38.pyc +0 -0
- snappy/drilling/__pycache__/line.cpython-38.pyc +0 -0
- snappy/drilling/__pycache__/moves.cpython-38.pyc +0 -0
- snappy/drilling/__pycache__/peripheral_curves.cpython-38.pyc +0 -0
- snappy/drilling/__pycache__/perturb.cpython-38.pyc +0 -0
- snappy/drilling/__pycache__/quotient_space.cpython-38.pyc +0 -0
- snappy/drilling/__pycache__/spatial_dict.cpython-38.pyc +0 -0
- snappy/drilling/__pycache__/subdivide.cpython-38.pyc +0 -0
- snappy/drilling/__pycache__/tracing.cpython-38.pyc +0 -0
- snappy/drilling/geodesic_tube.py +0 -441
- snappy/drilling/geometric_structure.py +0 -366
- snappy/drilling/line.py +0 -122
- snappy/drilling/quotient_space.py +0 -94
- snappy/drilling/spatial_dict.py +0 -128
- snappy/exterior_to_link/__pycache__/__init__.cpython-38.pyc +0 -0
- snappy/exterior_to_link/__pycache__/barycentric_geometry.cpython-38.pyc +0 -0
- snappy/exterior_to_link/__pycache__/exceptions.cpython-38.pyc +0 -0
- snappy/exterior_to_link/__pycache__/hyp_utils.cpython-38.pyc +0 -0
- snappy/exterior_to_link/__pycache__/link_projection.cpython-38.pyc +0 -0
- snappy/exterior_to_link/__pycache__/main.cpython-38.pyc +0 -0
- snappy/exterior_to_link/__pycache__/mcomplex_with_expansion.cpython-38.pyc +0 -0
- snappy/exterior_to_link/__pycache__/mcomplex_with_link.cpython-38.pyc +0 -0
- snappy/exterior_to_link/__pycache__/mcomplex_with_memory.cpython-38.pyc +0 -0
- snappy/exterior_to_link/__pycache__/pl_utils.cpython-38.pyc +0 -0
- snappy/exterior_to_link/__pycache__/put_in_S3.cpython-38.pyc +0 -0
- snappy/exterior_to_link/__pycache__/rational_linear_algebra.cpython-38.pyc +0 -0
- snappy/exterior_to_link/__pycache__/simplify_to_base_tri.cpython-38.pyc +0 -0
- snappy/exterior_to_link/__pycache__/stored_moves.cpython-38.pyc +0 -0
- snappy/hyperboloid/__pycache__/__init__.cpython-38.pyc +0 -0
- snappy/manifolds/__pycache__/__init__.cpython-38.pyc +0 -0
- snappy/ptolemy/__pycache__/__init__.cpython-38.pyc +0 -0
- snappy/ptolemy/__pycache__/component.cpython-38.pyc +0 -0
- snappy/ptolemy/__pycache__/coordinates.cpython-38.pyc +0 -0
- snappy/ptolemy/__pycache__/fieldExtensions.cpython-38.pyc +0 -0
- snappy/ptolemy/__pycache__/findLoops.cpython-38.pyc +0 -0
- snappy/ptolemy/__pycache__/homology.cpython-38.pyc +0 -0
- snappy/ptolemy/__pycache__/manifoldMethods.cpython-38.pyc +0 -0
- snappy/ptolemy/__pycache__/matrix.cpython-38.pyc +0 -0
- snappy/ptolemy/__pycache__/numericalSolutionsToGroebnerBasis.cpython-38.pyc +0 -0
- snappy/ptolemy/__pycache__/polynomial.cpython-38.pyc +0 -0
- snappy/ptolemy/__pycache__/processComponents.cpython-38.pyc +0 -0
- snappy/ptolemy/__pycache__/processFileBase.cpython-38.pyc +0 -0
- snappy/ptolemy/__pycache__/processFileDispatch.cpython-38.pyc +0 -0
- snappy/ptolemy/__pycache__/processMagmaFile.cpython-38.pyc +0 -0
- snappy/ptolemy/__pycache__/processRurFile.cpython-38.pyc +0 -0
- snappy/ptolemy/__pycache__/ptolemyGeneralizedObstructionClass.cpython-38.pyc +0 -0
- snappy/ptolemy/__pycache__/ptolemyObstructionClass.cpython-38.pyc +0 -0
- snappy/ptolemy/__pycache__/ptolemyVariety.cpython-38.pyc +0 -0
- snappy/ptolemy/__pycache__/ptolemyVarietyPrimeIdealGroebnerBasis.cpython-38.pyc +0 -0
- snappy/ptolemy/__pycache__/rur.cpython-38.pyc +0 -0
- snappy/ptolemy/__pycache__/solutionsToPrimeIdealGroebnerBasis.cpython-38.pyc +0 -0
- snappy/ptolemy/__pycache__/utilities.cpython-38.pyc +0 -0
- snappy/snap/__pycache__/__init__.cpython-38.pyc +0 -0
- snappy/snap/__pycache__/character_varieties.cpython-38.pyc +0 -0
- snappy/snap/__pycache__/fundamental_polyhedron.cpython-38.pyc +0 -0
- snappy/snap/__pycache__/interval_reps.cpython-38.pyc +0 -0
- snappy/snap/__pycache__/kernel_structures.cpython-38.pyc +0 -0
- snappy/snap/__pycache__/mcomplex_base.cpython-38.pyc +0 -0
- snappy/snap/__pycache__/nsagetools.cpython-38.pyc +0 -0
- snappy/snap/__pycache__/polished_reps.cpython-38.pyc +0 -0
- snappy/snap/__pycache__/shapes.cpython-38.pyc +0 -0
- snappy/snap/__pycache__/slice_obs_HKL.cpython-38.pyc +0 -0
- snappy/snap/__pycache__/utilities.cpython-38.pyc +0 -0
- snappy/snap/peripheral/__pycache__/__init__.cpython-38.pyc +0 -0
- snappy/snap/peripheral/__pycache__/dual_cellulation.cpython-38.pyc +0 -0
- snappy/snap/peripheral/__pycache__/link.cpython-38.pyc +0 -0
- snappy/snap/peripheral/__pycache__/peripheral.cpython-38.pyc +0 -0
- snappy/snap/peripheral/__pycache__/surface.cpython-38.pyc +0 -0
- snappy/snap/t3mlite/__pycache__/__init__.cpython-38.pyc +0 -0
- snappy/snap/t3mlite/__pycache__/arrow.cpython-38.pyc +0 -0
- snappy/snap/t3mlite/__pycache__/corner.cpython-38.pyc +0 -0
- snappy/snap/t3mlite/__pycache__/edge.cpython-38.pyc +0 -0
- snappy/snap/t3mlite/__pycache__/face.cpython-38.pyc +0 -0
- snappy/snap/t3mlite/__pycache__/files.cpython-38.pyc +0 -0
- snappy/snap/t3mlite/__pycache__/homology.cpython-38.pyc +0 -0
- snappy/snap/t3mlite/__pycache__/linalg.cpython-38.pyc +0 -0
- snappy/snap/t3mlite/__pycache__/mcomplex.cpython-38.pyc +0 -0
- snappy/snap/t3mlite/__pycache__/perm4.cpython-38.pyc +0 -0
- snappy/snap/t3mlite/__pycache__/simplex.cpython-38.pyc +0 -0
- snappy/snap/t3mlite/__pycache__/spun.cpython-38.pyc +0 -0
- snappy/snap/t3mlite/__pycache__/surface.cpython-38.pyc +0 -0
- snappy/snap/t3mlite/__pycache__/tetrahedron.cpython-38.pyc +0 -0
- snappy/snap/t3mlite/__pycache__/vertex.cpython-38.pyc +0 -0
- snappy/togl/__init__.py +0 -3
- snappy/togl/darwin-tk8.6/Togl2.1/LICENSE +0 -28
- snappy/togl/darwin-tk8.6/Togl2.1/libTogl2.1.dylib +0 -0
- snappy/togl/darwin-tk8.6/Togl2.1/pkgIndex.tcl +0 -5
- snappy/togl/darwin-tk8.7/Togl2.1/LICENSE +0 -28
- snappy/togl/darwin-tk8.7/Togl2.1/libTogl2.1.dylib +0 -0
- snappy/togl/darwin-tk8.7/Togl2.1/pkgIndex.tcl +0 -5
- snappy/togl/linux2-x86_64-tk8.6/Togl2.1/LICENSE +0 -28
- snappy/togl/linux2-x86_64-tk8.6/Togl2.1/libTogl2.1.so +0 -0
- snappy/togl/linux2-x86_64-tk8.6/Togl2.1/pkgIndex.tcl +0 -5
- snappy/togl/win32VC-tk8.6/Togl2.1/LICENSE +0 -28
- snappy/togl/win32VC-tk8.6/Togl2.1/Togl21.dll +0 -0
- snappy/togl/win32VC-tk8.6/Togl2.1/Togl21.lib +0 -0
- snappy/togl/win32VC-tk8.6/Togl2.1/pkgIndex.tcl +0 -6
- snappy/togl/win32VC-x86_64-tk8.6/Togl2.1/LICENSE +0 -28
- snappy/togl/win32VC-x86_64-tk8.6/Togl2.1/Togl21.dll +0 -0
- snappy/togl/win32VC-x86_64-tk8.6/Togl2.1/Togl21.lib +0 -0
- snappy/togl/win32VC-x86_64-tk8.6/Togl2.1/pkgIndex.tcl +0 -6
- snappy/twister/__pycache__/__init__.cpython-38.pyc +0 -0
- snappy/twister/__pycache__/main.cpython-38.pyc +0 -0
- snappy/upper_halfspace/__pycache__/__init__.cpython-38.pyc +0 -0
- snappy/upper_halfspace/__pycache__/ideal_point.cpython-38.pyc +0 -0
- snappy/verify/__pycache__/__init__.cpython-38.pyc +0 -0
- snappy/verify/__pycache__/cuspCrossSection.cpython-38.pyc +0 -0
- snappy/verify/__pycache__/cuspTranslations.cpython-38.pyc +0 -0
- snappy/verify/__pycache__/cusp_areas.cpython-38.pyc +0 -0
- snappy/verify/__pycache__/cusp_shapes.cpython-38.pyc +0 -0
- snappy/verify/__pycache__/exceptions.cpython-38.pyc +0 -0
- snappy/verify/__pycache__/interval_newton_shapes_engine.cpython-38.pyc +0 -0
- snappy/verify/__pycache__/interval_tree.cpython-38.pyc +0 -0
- snappy/verify/__pycache__/krawczyk_shapes_engine.cpython-38.pyc +0 -0
- snappy/verify/__pycache__/realAlgebra.cpython-38.pyc +0 -0
- snappy/verify/__pycache__/shapes.cpython-38.pyc +0 -0
- snappy/verify/__pycache__/short_slopes.cpython-38.pyc +0 -0
- snappy/verify/__pycache__/squareExtensions.cpython-38.pyc +0 -0
- snappy/verify/__pycache__/verifyCanonical.cpython-38.pyc +0 -0
- snappy/verify/__pycache__/verifyHyperbolicity.cpython-38.pyc +0 -0
- snappy/verify/__pycache__/volume.cpython-38.pyc +0 -0
- snappy/verify/complex_volume/__pycache__/__init__.cpython-38.pyc +0 -0
- snappy/verify/complex_volume/__pycache__/adjust_torsion.cpython-38.pyc +0 -0
- snappy/verify/complex_volume/__pycache__/closed.cpython-38.pyc +0 -0
- snappy/verify/complex_volume/__pycache__/compute_ptolemys.cpython-38.pyc +0 -0
- snappy/verify/complex_volume/__pycache__/cusped.cpython-38.pyc +0 -0
- snappy/verify/complex_volume/__pycache__/extended_bloch.cpython-38.pyc +0 -0
- snappy/verify/cuspCrossSection.py +0 -1422
- snappy/verify/maximal_cusp_area_matrix/__pycache__/__init__.cpython-38.pyc +0 -0
- snappy/verify/maximal_cusp_area_matrix/__pycache__/cusp_tiling_engine.cpython-38.pyc +0 -0
- snappy/verify/maximal_cusp_area_matrix/__pycache__/cusp_translate_engine.cpython-38.pyc +0 -0
- snappy/verify/upper_halfspace/__pycache__/__init__.cpython-38.pyc +0 -0
- snappy/verify/upper_halfspace/__pycache__/extended_matrix.cpython-38.pyc +0 -0
- snappy/verify/upper_halfspace/__pycache__/finite_point.cpython-38.pyc +0 -0
- snappy/verify/upper_halfspace/__pycache__/ideal_point.cpython-38.pyc +0 -0
- snappy-3.1.dist-info/RECORD +0 -575
- {snappy-3.1.dist-info → snappy-3.2.dist-info}/entry_points.txt +0 -0
snappy/doc/_static/basic.css
CHANGED
@@ -1,903 +1,925 @@
|
|
1
|
-
/*
|
2
|
-
* basic.css
|
3
|
-
* ~~~~~~~~~
|
4
|
-
*
|
5
|
-
* Sphinx stylesheet -- basic theme.
|
6
|
-
*
|
7
|
-
* :copyright: Copyright 2007-
|
8
|
-
* :license: BSD, see LICENSE for details.
|
9
|
-
*
|
10
|
-
*/
|
11
|
-
|
12
|
-
/* -- main layout ----------------------------------------------------------- */
|
13
|
-
|
14
|
-
div.clearer {
|
15
|
-
clear: both;
|
16
|
-
}
|
17
|
-
|
18
|
-
div.section::after {
|
19
|
-
display: block;
|
20
|
-
content: '';
|
21
|
-
clear: left;
|
22
|
-
}
|
23
|
-
|
24
|
-
/* -- relbar ---------------------------------------------------------------- */
|
25
|
-
|
26
|
-
div.related {
|
27
|
-
width: 100%;
|
28
|
-
font-size: 90%;
|
29
|
-
}
|
30
|
-
|
31
|
-
div.related h3 {
|
32
|
-
display: none;
|
33
|
-
}
|
34
|
-
|
35
|
-
div.related ul {
|
36
|
-
margin: 0;
|
37
|
-
padding: 0 0 0 10px;
|
38
|
-
list-style: none;
|
39
|
-
}
|
40
|
-
|
41
|
-
div.related li {
|
42
|
-
display: inline;
|
43
|
-
}
|
44
|
-
|
45
|
-
div.related li.right {
|
46
|
-
float: right;
|
47
|
-
margin-right: 5px;
|
48
|
-
}
|
49
|
-
|
50
|
-
/* -- sidebar --------------------------------------------------------------- */
|
51
|
-
|
52
|
-
div.sphinxsidebarwrapper {
|
53
|
-
padding: 10px 5px 0 10px;
|
54
|
-
}
|
55
|
-
|
56
|
-
div.sphinxsidebar {
|
57
|
-
float: left;
|
58
|
-
width: 230px;
|
59
|
-
margin-left: -100%;
|
60
|
-
font-size: 90%;
|
61
|
-
word-wrap: break-word;
|
62
|
-
overflow-wrap : break-word;
|
63
|
-
}
|
64
|
-
|
65
|
-
div.sphinxsidebar ul {
|
66
|
-
list-style: none;
|
67
|
-
}
|
68
|
-
|
69
|
-
div.sphinxsidebar ul ul,
|
70
|
-
div.sphinxsidebar ul.want-points {
|
71
|
-
margin-left: 20px;
|
72
|
-
list-style: square;
|
73
|
-
}
|
74
|
-
|
75
|
-
div.sphinxsidebar ul ul {
|
76
|
-
margin-top: 0;
|
77
|
-
margin-bottom: 0;
|
78
|
-
}
|
79
|
-
|
80
|
-
div.sphinxsidebar form {
|
81
|
-
margin-top: 10px;
|
82
|
-
}
|
83
|
-
|
84
|
-
div.sphinxsidebar input {
|
85
|
-
border: 1px solid #98dbcc;
|
86
|
-
font-family: sans-serif;
|
87
|
-
font-size: 1em;
|
88
|
-
}
|
89
|
-
|
90
|
-
div.sphinxsidebar #searchbox form.search {
|
91
|
-
overflow: hidden;
|
92
|
-
}
|
93
|
-
|
94
|
-
div.sphinxsidebar #searchbox input[type="text"] {
|
95
|
-
float: left;
|
96
|
-
width: 80%;
|
97
|
-
padding: 0.25em;
|
98
|
-
box-sizing: border-box;
|
99
|
-
}
|
100
|
-
|
101
|
-
div.sphinxsidebar #searchbox input[type="submit"] {
|
102
|
-
float: left;
|
103
|
-
width: 20%;
|
104
|
-
border-left: none;
|
105
|
-
padding: 0.25em;
|
106
|
-
box-sizing: border-box;
|
107
|
-
}
|
108
|
-
|
109
|
-
|
110
|
-
img {
|
111
|
-
border: 0;
|
112
|
-
max-width: 100%;
|
113
|
-
}
|
114
|
-
|
115
|
-
/* -- search page ----------------------------------------------------------- */
|
116
|
-
|
117
|
-
ul.search {
|
118
|
-
margin: 10px 0 0 20px;
|
119
|
-
padding: 0;
|
120
|
-
}
|
121
|
-
|
122
|
-
ul.search li {
|
123
|
-
padding: 5px 0 5px 20px;
|
124
|
-
background-image: url(file.png);
|
125
|
-
background-repeat: no-repeat;
|
126
|
-
background-position: 0 7px;
|
127
|
-
}
|
128
|
-
|
129
|
-
ul.search li a {
|
130
|
-
font-weight: bold;
|
131
|
-
}
|
132
|
-
|
133
|
-
ul.search li p.context {
|
134
|
-
color: #888;
|
135
|
-
margin: 2px 0 0 30px;
|
136
|
-
text-align: left;
|
137
|
-
}
|
138
|
-
|
139
|
-
ul.keywordmatches li.goodmatch a {
|
140
|
-
font-weight: bold;
|
141
|
-
}
|
142
|
-
|
143
|
-
/* -- index page ------------------------------------------------------------ */
|
144
|
-
|
145
|
-
table.contentstable {
|
146
|
-
width: 90%;
|
147
|
-
margin-left: auto;
|
148
|
-
margin-right: auto;
|
149
|
-
}
|
150
|
-
|
151
|
-
table.contentstable p.biglink {
|
152
|
-
line-height: 150%;
|
153
|
-
}
|
154
|
-
|
155
|
-
a.biglink {
|
156
|
-
font-size: 1.3em;
|
157
|
-
}
|
158
|
-
|
159
|
-
span.linkdescr {
|
160
|
-
font-style: italic;
|
161
|
-
padding-top: 5px;
|
162
|
-
font-size: 90%;
|
163
|
-
}
|
164
|
-
|
165
|
-
/* -- general index --------------------------------------------------------- */
|
166
|
-
|
167
|
-
table.indextable {
|
168
|
-
width: 100%;
|
169
|
-
}
|
170
|
-
|
171
|
-
table.indextable td {
|
172
|
-
text-align: left;
|
173
|
-
vertical-align: top;
|
174
|
-
}
|
175
|
-
|
176
|
-
table.indextable ul {
|
177
|
-
margin-top: 0;
|
178
|
-
margin-bottom: 0;
|
179
|
-
list-style-type: none;
|
180
|
-
}
|
181
|
-
|
182
|
-
table.indextable > tbody > tr > td > ul {
|
183
|
-
padding-left: 0em;
|
184
|
-
}
|
185
|
-
|
186
|
-
table.indextable tr.pcap {
|
187
|
-
height: 10px;
|
188
|
-
}
|
189
|
-
|
190
|
-
table.indextable tr.cap {
|
191
|
-
margin-top: 10px;
|
192
|
-
background-color: #f2f2f2;
|
193
|
-
}
|
194
|
-
|
195
|
-
img.toggler {
|
196
|
-
margin-right: 3px;
|
197
|
-
margin-top: 3px;
|
198
|
-
cursor: pointer;
|
199
|
-
}
|
200
|
-
|
201
|
-
div.modindex-jumpbox {
|
202
|
-
border-top: 1px solid #ddd;
|
203
|
-
border-bottom: 1px solid #ddd;
|
204
|
-
margin: 1em 0 1em 0;
|
205
|
-
padding: 0.4em;
|
206
|
-
}
|
207
|
-
|
208
|
-
div.genindex-jumpbox {
|
209
|
-
border-top: 1px solid #ddd;
|
210
|
-
border-bottom: 1px solid #ddd;
|
211
|
-
margin: 1em 0 1em 0;
|
212
|
-
padding: 0.4em;
|
213
|
-
}
|
214
|
-
|
215
|
-
/* -- domain module index --------------------------------------------------- */
|
216
|
-
|
217
|
-
table.modindextable td {
|
218
|
-
padding: 2px;
|
219
|
-
border-collapse: collapse;
|
220
|
-
}
|
221
|
-
|
222
|
-
/* -- general body styles --------------------------------------------------- */
|
223
|
-
|
224
|
-
div.body {
|
225
|
-
min-width: 360px;
|
226
|
-
max-width: 800px;
|
227
|
-
}
|
228
|
-
|
229
|
-
div.body p, div.body dd, div.body li, div.body blockquote {
|
230
|
-
-moz-hyphens: auto;
|
231
|
-
-ms-hyphens: auto;
|
232
|
-
-webkit-hyphens: auto;
|
233
|
-
hyphens: auto;
|
234
|
-
}
|
235
|
-
|
236
|
-
a.headerlink {
|
237
|
-
visibility: hidden;
|
238
|
-
}
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
div.
|
254
|
-
|
255
|
-
}
|
256
|
-
|
257
|
-
div.body
|
258
|
-
text-align:
|
259
|
-
}
|
260
|
-
|
261
|
-
.
|
262
|
-
|
263
|
-
}
|
264
|
-
|
265
|
-
|
266
|
-
margin-top:
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
}
|
297
|
-
|
298
|
-
.align-
|
299
|
-
text-align:
|
300
|
-
}
|
301
|
-
|
302
|
-
.align-
|
303
|
-
text-align: center;
|
304
|
-
}
|
305
|
-
|
306
|
-
.align-
|
307
|
-
text-align:
|
308
|
-
}
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
}
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
}
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
div.
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
div.
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
div.
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
margin-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
}
|
417
|
-
|
418
|
-
table caption span.caption-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
}
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
padding: 0.
|
462
|
-
}
|
463
|
-
|
464
|
-
div.figure p.caption
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
}
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
.field-list
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
}
|
487
|
-
|
488
|
-
.field-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
table.hlist
|
502
|
-
|
503
|
-
}
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
.sig
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
}
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
}
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
}
|
527
|
-
|
528
|
-
.
|
529
|
-
|
530
|
-
}
|
531
|
-
|
532
|
-
.
|
533
|
-
font-size:
|
534
|
-
}
|
535
|
-
|
536
|
-
.sig-
|
537
|
-
|
538
|
-
}
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
.sig.
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
.sig.
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
.sig.
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
ol.
|
570
|
-
list-style:
|
571
|
-
}
|
572
|
-
|
573
|
-
ol.
|
574
|
-
list-style:
|
575
|
-
}
|
576
|
-
|
577
|
-
ol.
|
578
|
-
list-style:
|
579
|
-
}
|
580
|
-
|
581
|
-
ol.
|
582
|
-
list-style:
|
583
|
-
}
|
584
|
-
|
585
|
-
|
586
|
-
:
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
:not(li) >
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
aside.footnote > span
|
617
|
-
div.citation > span
|
618
|
-
|
619
|
-
}
|
620
|
-
aside.footnote >
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
div.citation > p
|
628
|
-
|
629
|
-
}
|
630
|
-
aside.footnote > p:last-of-type
|
631
|
-
div.citation > p:last-of-type
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
padding-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
margin-bottom:
|
657
|
-
}
|
658
|
-
|
659
|
-
|
660
|
-
margin-
|
661
|
-
}
|
662
|
-
|
663
|
-
dd
|
664
|
-
margin-
|
665
|
-
}
|
666
|
-
|
667
|
-
dd {
|
668
|
-
margin-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
}
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
}
|
704
|
-
|
705
|
-
.
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
}
|
724
|
-
|
725
|
-
.
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
}
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
}
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
}
|
781
|
-
|
782
|
-
|
783
|
-
margin: 0;
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
}
|
795
|
-
|
796
|
-
.
|
797
|
-
display: block;
|
798
|
-
}
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
}
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
}
|
836
|
-
|
837
|
-
div.
|
838
|
-
|
839
|
-
}
|
840
|
-
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
}
|
858
|
-
|
859
|
-
div.
|
860
|
-
margin:
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
1
|
+
/*
|
2
|
+
* basic.css
|
3
|
+
* ~~~~~~~~~
|
4
|
+
*
|
5
|
+
* Sphinx stylesheet -- basic theme.
|
6
|
+
*
|
7
|
+
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
8
|
+
* :license: BSD, see LICENSE for details.
|
9
|
+
*
|
10
|
+
*/
|
11
|
+
|
12
|
+
/* -- main layout ----------------------------------------------------------- */
|
13
|
+
|
14
|
+
div.clearer {
|
15
|
+
clear: both;
|
16
|
+
}
|
17
|
+
|
18
|
+
div.section::after {
|
19
|
+
display: block;
|
20
|
+
content: '';
|
21
|
+
clear: left;
|
22
|
+
}
|
23
|
+
|
24
|
+
/* -- relbar ---------------------------------------------------------------- */
|
25
|
+
|
26
|
+
div.related {
|
27
|
+
width: 100%;
|
28
|
+
font-size: 90%;
|
29
|
+
}
|
30
|
+
|
31
|
+
div.related h3 {
|
32
|
+
display: none;
|
33
|
+
}
|
34
|
+
|
35
|
+
div.related ul {
|
36
|
+
margin: 0;
|
37
|
+
padding: 0 0 0 10px;
|
38
|
+
list-style: none;
|
39
|
+
}
|
40
|
+
|
41
|
+
div.related li {
|
42
|
+
display: inline;
|
43
|
+
}
|
44
|
+
|
45
|
+
div.related li.right {
|
46
|
+
float: right;
|
47
|
+
margin-right: 5px;
|
48
|
+
}
|
49
|
+
|
50
|
+
/* -- sidebar --------------------------------------------------------------- */
|
51
|
+
|
52
|
+
div.sphinxsidebarwrapper {
|
53
|
+
padding: 10px 5px 0 10px;
|
54
|
+
}
|
55
|
+
|
56
|
+
div.sphinxsidebar {
|
57
|
+
float: left;
|
58
|
+
width: 230px;
|
59
|
+
margin-left: -100%;
|
60
|
+
font-size: 90%;
|
61
|
+
word-wrap: break-word;
|
62
|
+
overflow-wrap : break-word;
|
63
|
+
}
|
64
|
+
|
65
|
+
div.sphinxsidebar ul {
|
66
|
+
list-style: none;
|
67
|
+
}
|
68
|
+
|
69
|
+
div.sphinxsidebar ul ul,
|
70
|
+
div.sphinxsidebar ul.want-points {
|
71
|
+
margin-left: 20px;
|
72
|
+
list-style: square;
|
73
|
+
}
|
74
|
+
|
75
|
+
div.sphinxsidebar ul ul {
|
76
|
+
margin-top: 0;
|
77
|
+
margin-bottom: 0;
|
78
|
+
}
|
79
|
+
|
80
|
+
div.sphinxsidebar form {
|
81
|
+
margin-top: 10px;
|
82
|
+
}
|
83
|
+
|
84
|
+
div.sphinxsidebar input {
|
85
|
+
border: 1px solid #98dbcc;
|
86
|
+
font-family: sans-serif;
|
87
|
+
font-size: 1em;
|
88
|
+
}
|
89
|
+
|
90
|
+
div.sphinxsidebar #searchbox form.search {
|
91
|
+
overflow: hidden;
|
92
|
+
}
|
93
|
+
|
94
|
+
div.sphinxsidebar #searchbox input[type="text"] {
|
95
|
+
float: left;
|
96
|
+
width: 80%;
|
97
|
+
padding: 0.25em;
|
98
|
+
box-sizing: border-box;
|
99
|
+
}
|
100
|
+
|
101
|
+
div.sphinxsidebar #searchbox input[type="submit"] {
|
102
|
+
float: left;
|
103
|
+
width: 20%;
|
104
|
+
border-left: none;
|
105
|
+
padding: 0.25em;
|
106
|
+
box-sizing: border-box;
|
107
|
+
}
|
108
|
+
|
109
|
+
|
110
|
+
img {
|
111
|
+
border: 0;
|
112
|
+
max-width: 100%;
|
113
|
+
}
|
114
|
+
|
115
|
+
/* -- search page ----------------------------------------------------------- */
|
116
|
+
|
117
|
+
ul.search {
|
118
|
+
margin: 10px 0 0 20px;
|
119
|
+
padding: 0;
|
120
|
+
}
|
121
|
+
|
122
|
+
ul.search li {
|
123
|
+
padding: 5px 0 5px 20px;
|
124
|
+
background-image: url(file.png);
|
125
|
+
background-repeat: no-repeat;
|
126
|
+
background-position: 0 7px;
|
127
|
+
}
|
128
|
+
|
129
|
+
ul.search li a {
|
130
|
+
font-weight: bold;
|
131
|
+
}
|
132
|
+
|
133
|
+
ul.search li p.context {
|
134
|
+
color: #888;
|
135
|
+
margin: 2px 0 0 30px;
|
136
|
+
text-align: left;
|
137
|
+
}
|
138
|
+
|
139
|
+
ul.keywordmatches li.goodmatch a {
|
140
|
+
font-weight: bold;
|
141
|
+
}
|
142
|
+
|
143
|
+
/* -- index page ------------------------------------------------------------ */
|
144
|
+
|
145
|
+
table.contentstable {
|
146
|
+
width: 90%;
|
147
|
+
margin-left: auto;
|
148
|
+
margin-right: auto;
|
149
|
+
}
|
150
|
+
|
151
|
+
table.contentstable p.biglink {
|
152
|
+
line-height: 150%;
|
153
|
+
}
|
154
|
+
|
155
|
+
a.biglink {
|
156
|
+
font-size: 1.3em;
|
157
|
+
}
|
158
|
+
|
159
|
+
span.linkdescr {
|
160
|
+
font-style: italic;
|
161
|
+
padding-top: 5px;
|
162
|
+
font-size: 90%;
|
163
|
+
}
|
164
|
+
|
165
|
+
/* -- general index --------------------------------------------------------- */
|
166
|
+
|
167
|
+
table.indextable {
|
168
|
+
width: 100%;
|
169
|
+
}
|
170
|
+
|
171
|
+
table.indextable td {
|
172
|
+
text-align: left;
|
173
|
+
vertical-align: top;
|
174
|
+
}
|
175
|
+
|
176
|
+
table.indextable ul {
|
177
|
+
margin-top: 0;
|
178
|
+
margin-bottom: 0;
|
179
|
+
list-style-type: none;
|
180
|
+
}
|
181
|
+
|
182
|
+
table.indextable > tbody > tr > td > ul {
|
183
|
+
padding-left: 0em;
|
184
|
+
}
|
185
|
+
|
186
|
+
table.indextable tr.pcap {
|
187
|
+
height: 10px;
|
188
|
+
}
|
189
|
+
|
190
|
+
table.indextable tr.cap {
|
191
|
+
margin-top: 10px;
|
192
|
+
background-color: #f2f2f2;
|
193
|
+
}
|
194
|
+
|
195
|
+
img.toggler {
|
196
|
+
margin-right: 3px;
|
197
|
+
margin-top: 3px;
|
198
|
+
cursor: pointer;
|
199
|
+
}
|
200
|
+
|
201
|
+
div.modindex-jumpbox {
|
202
|
+
border-top: 1px solid #ddd;
|
203
|
+
border-bottom: 1px solid #ddd;
|
204
|
+
margin: 1em 0 1em 0;
|
205
|
+
padding: 0.4em;
|
206
|
+
}
|
207
|
+
|
208
|
+
div.genindex-jumpbox {
|
209
|
+
border-top: 1px solid #ddd;
|
210
|
+
border-bottom: 1px solid #ddd;
|
211
|
+
margin: 1em 0 1em 0;
|
212
|
+
padding: 0.4em;
|
213
|
+
}
|
214
|
+
|
215
|
+
/* -- domain module index --------------------------------------------------- */
|
216
|
+
|
217
|
+
table.modindextable td {
|
218
|
+
padding: 2px;
|
219
|
+
border-collapse: collapse;
|
220
|
+
}
|
221
|
+
|
222
|
+
/* -- general body styles --------------------------------------------------- */
|
223
|
+
|
224
|
+
div.body {
|
225
|
+
min-width: 360px;
|
226
|
+
max-width: 800px;
|
227
|
+
}
|
228
|
+
|
229
|
+
div.body p, div.body dd, div.body li, div.body blockquote {
|
230
|
+
-moz-hyphens: auto;
|
231
|
+
-ms-hyphens: auto;
|
232
|
+
-webkit-hyphens: auto;
|
233
|
+
hyphens: auto;
|
234
|
+
}
|
235
|
+
|
236
|
+
a.headerlink {
|
237
|
+
visibility: hidden;
|
238
|
+
}
|
239
|
+
|
240
|
+
a:visited {
|
241
|
+
color: #551A8B;
|
242
|
+
}
|
243
|
+
|
244
|
+
h1:hover > a.headerlink,
|
245
|
+
h2:hover > a.headerlink,
|
246
|
+
h3:hover > a.headerlink,
|
247
|
+
h4:hover > a.headerlink,
|
248
|
+
h5:hover > a.headerlink,
|
249
|
+
h6:hover > a.headerlink,
|
250
|
+
dt:hover > a.headerlink,
|
251
|
+
caption:hover > a.headerlink,
|
252
|
+
p.caption:hover > a.headerlink,
|
253
|
+
div.code-block-caption:hover > a.headerlink {
|
254
|
+
visibility: visible;
|
255
|
+
}
|
256
|
+
|
257
|
+
div.body p.caption {
|
258
|
+
text-align: inherit;
|
259
|
+
}
|
260
|
+
|
261
|
+
div.body td {
|
262
|
+
text-align: left;
|
263
|
+
}
|
264
|
+
|
265
|
+
.first {
|
266
|
+
margin-top: 0 !important;
|
267
|
+
}
|
268
|
+
|
269
|
+
p.rubric {
|
270
|
+
margin-top: 30px;
|
271
|
+
font-weight: bold;
|
272
|
+
}
|
273
|
+
|
274
|
+
img.align-left, figure.align-left, .figure.align-left, object.align-left {
|
275
|
+
clear: left;
|
276
|
+
float: left;
|
277
|
+
margin-right: 1em;
|
278
|
+
}
|
279
|
+
|
280
|
+
img.align-right, figure.align-right, .figure.align-right, object.align-right {
|
281
|
+
clear: right;
|
282
|
+
float: right;
|
283
|
+
margin-left: 1em;
|
284
|
+
}
|
285
|
+
|
286
|
+
img.align-center, figure.align-center, .figure.align-center, object.align-center {
|
287
|
+
display: block;
|
288
|
+
margin-left: auto;
|
289
|
+
margin-right: auto;
|
290
|
+
}
|
291
|
+
|
292
|
+
img.align-default, figure.align-default, .figure.align-default {
|
293
|
+
display: block;
|
294
|
+
margin-left: auto;
|
295
|
+
margin-right: auto;
|
296
|
+
}
|
297
|
+
|
298
|
+
.align-left {
|
299
|
+
text-align: left;
|
300
|
+
}
|
301
|
+
|
302
|
+
.align-center {
|
303
|
+
text-align: center;
|
304
|
+
}
|
305
|
+
|
306
|
+
.align-default {
|
307
|
+
text-align: center;
|
308
|
+
}
|
309
|
+
|
310
|
+
.align-right {
|
311
|
+
text-align: right;
|
312
|
+
}
|
313
|
+
|
314
|
+
/* -- sidebars -------------------------------------------------------------- */
|
315
|
+
|
316
|
+
div.sidebar,
|
317
|
+
aside.sidebar {
|
318
|
+
margin: 0 0 0.5em 1em;
|
319
|
+
border: 1px solid #ddb;
|
320
|
+
padding: 7px;
|
321
|
+
background-color: #ffe;
|
322
|
+
width: 40%;
|
323
|
+
float: right;
|
324
|
+
clear: right;
|
325
|
+
overflow-x: auto;
|
326
|
+
}
|
327
|
+
|
328
|
+
p.sidebar-title {
|
329
|
+
font-weight: bold;
|
330
|
+
}
|
331
|
+
|
332
|
+
nav.contents,
|
333
|
+
aside.topic,
|
334
|
+
div.admonition, div.topic, blockquote {
|
335
|
+
clear: left;
|
336
|
+
}
|
337
|
+
|
338
|
+
/* -- topics ---------------------------------------------------------------- */
|
339
|
+
|
340
|
+
nav.contents,
|
341
|
+
aside.topic,
|
342
|
+
div.topic {
|
343
|
+
border: 1px solid #ccc;
|
344
|
+
padding: 7px;
|
345
|
+
margin: 10px 0 10px 0;
|
346
|
+
}
|
347
|
+
|
348
|
+
p.topic-title {
|
349
|
+
font-size: 1.1em;
|
350
|
+
font-weight: bold;
|
351
|
+
margin-top: 10px;
|
352
|
+
}
|
353
|
+
|
354
|
+
/* -- admonitions ----------------------------------------------------------- */
|
355
|
+
|
356
|
+
div.admonition {
|
357
|
+
margin-top: 10px;
|
358
|
+
margin-bottom: 10px;
|
359
|
+
padding: 7px;
|
360
|
+
}
|
361
|
+
|
362
|
+
div.admonition dt {
|
363
|
+
font-weight: bold;
|
364
|
+
}
|
365
|
+
|
366
|
+
p.admonition-title {
|
367
|
+
margin: 0px 10px 5px 0px;
|
368
|
+
font-weight: bold;
|
369
|
+
}
|
370
|
+
|
371
|
+
div.body p.centered {
|
372
|
+
text-align: center;
|
373
|
+
margin-top: 25px;
|
374
|
+
}
|
375
|
+
|
376
|
+
/* -- content of sidebars/topics/admonitions -------------------------------- */
|
377
|
+
|
378
|
+
div.sidebar > :last-child,
|
379
|
+
aside.sidebar > :last-child,
|
380
|
+
nav.contents > :last-child,
|
381
|
+
aside.topic > :last-child,
|
382
|
+
div.topic > :last-child,
|
383
|
+
div.admonition > :last-child {
|
384
|
+
margin-bottom: 0;
|
385
|
+
}
|
386
|
+
|
387
|
+
div.sidebar::after,
|
388
|
+
aside.sidebar::after,
|
389
|
+
nav.contents::after,
|
390
|
+
aside.topic::after,
|
391
|
+
div.topic::after,
|
392
|
+
div.admonition::after,
|
393
|
+
blockquote::after {
|
394
|
+
display: block;
|
395
|
+
content: '';
|
396
|
+
clear: both;
|
397
|
+
}
|
398
|
+
|
399
|
+
/* -- tables ---------------------------------------------------------------- */
|
400
|
+
|
401
|
+
table.docutils {
|
402
|
+
margin-top: 10px;
|
403
|
+
margin-bottom: 10px;
|
404
|
+
border: 0;
|
405
|
+
border-collapse: collapse;
|
406
|
+
}
|
407
|
+
|
408
|
+
table.align-center {
|
409
|
+
margin-left: auto;
|
410
|
+
margin-right: auto;
|
411
|
+
}
|
412
|
+
|
413
|
+
table.align-default {
|
414
|
+
margin-left: auto;
|
415
|
+
margin-right: auto;
|
416
|
+
}
|
417
|
+
|
418
|
+
table caption span.caption-number {
|
419
|
+
font-style: italic;
|
420
|
+
}
|
421
|
+
|
422
|
+
table caption span.caption-text {
|
423
|
+
}
|
424
|
+
|
425
|
+
table.docutils td, table.docutils th {
|
426
|
+
padding: 1px 8px 1px 5px;
|
427
|
+
border-top: 0;
|
428
|
+
border-left: 0;
|
429
|
+
border-right: 0;
|
430
|
+
border-bottom: 1px solid #aaa;
|
431
|
+
}
|
432
|
+
|
433
|
+
th {
|
434
|
+
text-align: left;
|
435
|
+
padding-right: 5px;
|
436
|
+
}
|
437
|
+
|
438
|
+
table.citation {
|
439
|
+
border-left: solid 1px gray;
|
440
|
+
margin-left: 1px;
|
441
|
+
}
|
442
|
+
|
443
|
+
table.citation td {
|
444
|
+
border-bottom: none;
|
445
|
+
}
|
446
|
+
|
447
|
+
th > :first-child,
|
448
|
+
td > :first-child {
|
449
|
+
margin-top: 0px;
|
450
|
+
}
|
451
|
+
|
452
|
+
th > :last-child,
|
453
|
+
td > :last-child {
|
454
|
+
margin-bottom: 0px;
|
455
|
+
}
|
456
|
+
|
457
|
+
/* -- figures --------------------------------------------------------------- */
|
458
|
+
|
459
|
+
div.figure, figure {
|
460
|
+
margin: 0.5em;
|
461
|
+
padding: 0.5em;
|
462
|
+
}
|
463
|
+
|
464
|
+
div.figure p.caption, figcaption {
|
465
|
+
padding: 0.3em;
|
466
|
+
}
|
467
|
+
|
468
|
+
div.figure p.caption span.caption-number,
|
469
|
+
figcaption span.caption-number {
|
470
|
+
font-style: italic;
|
471
|
+
}
|
472
|
+
|
473
|
+
div.figure p.caption span.caption-text,
|
474
|
+
figcaption span.caption-text {
|
475
|
+
}
|
476
|
+
|
477
|
+
/* -- field list styles ----------------------------------------------------- */
|
478
|
+
|
479
|
+
table.field-list td, table.field-list th {
|
480
|
+
border: 0 !important;
|
481
|
+
}
|
482
|
+
|
483
|
+
.field-list ul {
|
484
|
+
margin: 0;
|
485
|
+
padding-left: 1em;
|
486
|
+
}
|
487
|
+
|
488
|
+
.field-list p {
|
489
|
+
margin: 0;
|
490
|
+
}
|
491
|
+
|
492
|
+
.field-name {
|
493
|
+
-moz-hyphens: manual;
|
494
|
+
-ms-hyphens: manual;
|
495
|
+
-webkit-hyphens: manual;
|
496
|
+
hyphens: manual;
|
497
|
+
}
|
498
|
+
|
499
|
+
/* -- hlist styles ---------------------------------------------------------- */
|
500
|
+
|
501
|
+
table.hlist {
|
502
|
+
margin: 1em 0;
|
503
|
+
}
|
504
|
+
|
505
|
+
table.hlist td {
|
506
|
+
vertical-align: top;
|
507
|
+
}
|
508
|
+
|
509
|
+
/* -- object description styles --------------------------------------------- */
|
510
|
+
|
511
|
+
.sig {
|
512
|
+
font-family: 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
|
513
|
+
}
|
514
|
+
|
515
|
+
.sig-name, code.descname {
|
516
|
+
background-color: transparent;
|
517
|
+
font-weight: bold;
|
518
|
+
}
|
519
|
+
|
520
|
+
.sig-name {
|
521
|
+
font-size: 1.1em;
|
522
|
+
}
|
523
|
+
|
524
|
+
code.descname {
|
525
|
+
font-size: 1.2em;
|
526
|
+
}
|
527
|
+
|
528
|
+
.sig-prename, code.descclassname {
|
529
|
+
background-color: transparent;
|
530
|
+
}
|
531
|
+
|
532
|
+
.optional {
|
533
|
+
font-size: 1.3em;
|
534
|
+
}
|
535
|
+
|
536
|
+
.sig-paren {
|
537
|
+
font-size: larger;
|
538
|
+
}
|
539
|
+
|
540
|
+
.sig-param.n {
|
541
|
+
font-style: italic;
|
542
|
+
}
|
543
|
+
|
544
|
+
/* C++ specific styling */
|
545
|
+
|
546
|
+
.sig-inline.c-texpr,
|
547
|
+
.sig-inline.cpp-texpr {
|
548
|
+
font-family: unset;
|
549
|
+
}
|
550
|
+
|
551
|
+
.sig.c .k, .sig.c .kt,
|
552
|
+
.sig.cpp .k, .sig.cpp .kt {
|
553
|
+
color: #0033B3;
|
554
|
+
}
|
555
|
+
|
556
|
+
.sig.c .m,
|
557
|
+
.sig.cpp .m {
|
558
|
+
color: #1750EB;
|
559
|
+
}
|
560
|
+
|
561
|
+
.sig.c .s, .sig.c .sc,
|
562
|
+
.sig.cpp .s, .sig.cpp .sc {
|
563
|
+
color: #067D17;
|
564
|
+
}
|
565
|
+
|
566
|
+
|
567
|
+
/* -- other body styles ----------------------------------------------------- */
|
568
|
+
|
569
|
+
ol.arabic {
|
570
|
+
list-style: decimal;
|
571
|
+
}
|
572
|
+
|
573
|
+
ol.loweralpha {
|
574
|
+
list-style: lower-alpha;
|
575
|
+
}
|
576
|
+
|
577
|
+
ol.upperalpha {
|
578
|
+
list-style: upper-alpha;
|
579
|
+
}
|
580
|
+
|
581
|
+
ol.lowerroman {
|
582
|
+
list-style: lower-roman;
|
583
|
+
}
|
584
|
+
|
585
|
+
ol.upperroman {
|
586
|
+
list-style: upper-roman;
|
587
|
+
}
|
588
|
+
|
589
|
+
:not(li) > ol > li:first-child > :first-child,
|
590
|
+
:not(li) > ul > li:first-child > :first-child {
|
591
|
+
margin-top: 0px;
|
592
|
+
}
|
593
|
+
|
594
|
+
:not(li) > ol > li:last-child > :last-child,
|
595
|
+
:not(li) > ul > li:last-child > :last-child {
|
596
|
+
margin-bottom: 0px;
|
597
|
+
}
|
598
|
+
|
599
|
+
ol.simple ol p,
|
600
|
+
ol.simple ul p,
|
601
|
+
ul.simple ol p,
|
602
|
+
ul.simple ul p {
|
603
|
+
margin-top: 0;
|
604
|
+
}
|
605
|
+
|
606
|
+
ol.simple > li:not(:first-child) > p,
|
607
|
+
ul.simple > li:not(:first-child) > p {
|
608
|
+
margin-top: 0;
|
609
|
+
}
|
610
|
+
|
611
|
+
ol.simple p,
|
612
|
+
ul.simple p {
|
613
|
+
margin-bottom: 0;
|
614
|
+
}
|
615
|
+
|
616
|
+
aside.footnote > span,
|
617
|
+
div.citation > span {
|
618
|
+
float: left;
|
619
|
+
}
|
620
|
+
aside.footnote > span:last-of-type,
|
621
|
+
div.citation > span:last-of-type {
|
622
|
+
padding-right: 0.5em;
|
623
|
+
}
|
624
|
+
aside.footnote > p {
|
625
|
+
margin-left: 2em;
|
626
|
+
}
|
627
|
+
div.citation > p {
|
628
|
+
margin-left: 4em;
|
629
|
+
}
|
630
|
+
aside.footnote > p:last-of-type,
|
631
|
+
div.citation > p:last-of-type {
|
632
|
+
margin-bottom: 0em;
|
633
|
+
}
|
634
|
+
aside.footnote > p:last-of-type:after,
|
635
|
+
div.citation > p:last-of-type:after {
|
636
|
+
content: "";
|
637
|
+
clear: both;
|
638
|
+
}
|
639
|
+
|
640
|
+
dl.field-list {
|
641
|
+
display: grid;
|
642
|
+
grid-template-columns: fit-content(30%) auto;
|
643
|
+
}
|
644
|
+
|
645
|
+
dl.field-list > dt {
|
646
|
+
font-weight: bold;
|
647
|
+
word-break: break-word;
|
648
|
+
padding-left: 0.5em;
|
649
|
+
padding-right: 5px;
|
650
|
+
}
|
651
|
+
|
652
|
+
dl.field-list > dd {
|
653
|
+
padding-left: 0.5em;
|
654
|
+
margin-top: 0em;
|
655
|
+
margin-left: 0em;
|
656
|
+
margin-bottom: 0em;
|
657
|
+
}
|
658
|
+
|
659
|
+
dl {
|
660
|
+
margin-bottom: 15px;
|
661
|
+
}
|
662
|
+
|
663
|
+
dd > :first-child {
|
664
|
+
margin-top: 0px;
|
665
|
+
}
|
666
|
+
|
667
|
+
dd ul, dd table {
|
668
|
+
margin-bottom: 10px;
|
669
|
+
}
|
670
|
+
|
671
|
+
dd {
|
672
|
+
margin-top: 3px;
|
673
|
+
margin-bottom: 10px;
|
674
|
+
margin-left: 30px;
|
675
|
+
}
|
676
|
+
|
677
|
+
.sig dd {
|
678
|
+
margin-top: 0px;
|
679
|
+
margin-bottom: 0px;
|
680
|
+
}
|
681
|
+
|
682
|
+
.sig dl {
|
683
|
+
margin-top: 0px;
|
684
|
+
margin-bottom: 0px;
|
685
|
+
}
|
686
|
+
|
687
|
+
dl > dd:last-child,
|
688
|
+
dl > dd:last-child > :last-child {
|
689
|
+
margin-bottom: 0;
|
690
|
+
}
|
691
|
+
|
692
|
+
dt:target, span.highlighted {
|
693
|
+
background-color: #fbe54e;
|
694
|
+
}
|
695
|
+
|
696
|
+
rect.highlighted {
|
697
|
+
fill: #fbe54e;
|
698
|
+
}
|
699
|
+
|
700
|
+
dl.glossary dt {
|
701
|
+
font-weight: bold;
|
702
|
+
font-size: 1.1em;
|
703
|
+
}
|
704
|
+
|
705
|
+
.versionmodified {
|
706
|
+
font-style: italic;
|
707
|
+
}
|
708
|
+
|
709
|
+
.system-message {
|
710
|
+
background-color: #fda;
|
711
|
+
padding: 5px;
|
712
|
+
border: 3px solid red;
|
713
|
+
}
|
714
|
+
|
715
|
+
.footnote:target {
|
716
|
+
background-color: #ffa;
|
717
|
+
}
|
718
|
+
|
719
|
+
.line-block {
|
720
|
+
display: block;
|
721
|
+
margin-top: 1em;
|
722
|
+
margin-bottom: 1em;
|
723
|
+
}
|
724
|
+
|
725
|
+
.line-block .line-block {
|
726
|
+
margin-top: 0;
|
727
|
+
margin-bottom: 0;
|
728
|
+
margin-left: 1.5em;
|
729
|
+
}
|
730
|
+
|
731
|
+
.guilabel, .menuselection {
|
732
|
+
font-family: sans-serif;
|
733
|
+
}
|
734
|
+
|
735
|
+
.accelerator {
|
736
|
+
text-decoration: underline;
|
737
|
+
}
|
738
|
+
|
739
|
+
.classifier {
|
740
|
+
font-style: oblique;
|
741
|
+
}
|
742
|
+
|
743
|
+
.classifier:before {
|
744
|
+
font-style: normal;
|
745
|
+
margin: 0 0.5em;
|
746
|
+
content: ":";
|
747
|
+
display: inline-block;
|
748
|
+
}
|
749
|
+
|
750
|
+
abbr, acronym {
|
751
|
+
border-bottom: dotted 1px;
|
752
|
+
cursor: help;
|
753
|
+
}
|
754
|
+
|
755
|
+
.translated {
|
756
|
+
background-color: rgba(207, 255, 207, 0.2)
|
757
|
+
}
|
758
|
+
|
759
|
+
.untranslated {
|
760
|
+
background-color: rgba(255, 207, 207, 0.2)
|
761
|
+
}
|
762
|
+
|
763
|
+
/* -- code displays --------------------------------------------------------- */
|
764
|
+
|
765
|
+
pre {
|
766
|
+
overflow: auto;
|
767
|
+
overflow-y: hidden; /* fixes display issues on Chrome browsers */
|
768
|
+
}
|
769
|
+
|
770
|
+
pre, div[class*="highlight-"] {
|
771
|
+
clear: both;
|
772
|
+
}
|
773
|
+
|
774
|
+
span.pre {
|
775
|
+
-moz-hyphens: none;
|
776
|
+
-ms-hyphens: none;
|
777
|
+
-webkit-hyphens: none;
|
778
|
+
hyphens: none;
|
779
|
+
white-space: nowrap;
|
780
|
+
}
|
781
|
+
|
782
|
+
div[class*="highlight-"] {
|
783
|
+
margin: 1em 0;
|
784
|
+
}
|
785
|
+
|
786
|
+
td.linenos pre {
|
787
|
+
border: 0;
|
788
|
+
background-color: transparent;
|
789
|
+
color: #aaa;
|
790
|
+
}
|
791
|
+
|
792
|
+
table.highlighttable {
|
793
|
+
display: block;
|
794
|
+
}
|
795
|
+
|
796
|
+
table.highlighttable tbody {
|
797
|
+
display: block;
|
798
|
+
}
|
799
|
+
|
800
|
+
table.highlighttable tr {
|
801
|
+
display: flex;
|
802
|
+
}
|
803
|
+
|
804
|
+
table.highlighttable td {
|
805
|
+
margin: 0;
|
806
|
+
padding: 0;
|
807
|
+
}
|
808
|
+
|
809
|
+
table.highlighttable td.linenos {
|
810
|
+
padding-right: 0.5em;
|
811
|
+
}
|
812
|
+
|
813
|
+
table.highlighttable td.code {
|
814
|
+
flex: 1;
|
815
|
+
overflow: hidden;
|
816
|
+
}
|
817
|
+
|
818
|
+
.highlight .hll {
|
819
|
+
display: block;
|
820
|
+
}
|
821
|
+
|
822
|
+
div.highlight pre,
|
823
|
+
table.highlighttable pre {
|
824
|
+
margin: 0;
|
825
|
+
}
|
826
|
+
|
827
|
+
div.code-block-caption + div {
|
828
|
+
margin-top: 0;
|
829
|
+
}
|
830
|
+
|
831
|
+
div.code-block-caption {
|
832
|
+
margin-top: 1em;
|
833
|
+
padding: 2px 5px;
|
834
|
+
font-size: small;
|
835
|
+
}
|
836
|
+
|
837
|
+
div.code-block-caption code {
|
838
|
+
background-color: transparent;
|
839
|
+
}
|
840
|
+
|
841
|
+
table.highlighttable td.linenos,
|
842
|
+
span.linenos,
|
843
|
+
div.highlight span.gp { /* gp: Generic.Prompt */
|
844
|
+
user-select: none;
|
845
|
+
-webkit-user-select: text; /* Safari fallback only */
|
846
|
+
-webkit-user-select: none; /* Chrome/Safari */
|
847
|
+
-moz-user-select: none; /* Firefox */
|
848
|
+
-ms-user-select: none; /* IE10+ */
|
849
|
+
}
|
850
|
+
|
851
|
+
div.code-block-caption span.caption-number {
|
852
|
+
padding: 0.1em 0.3em;
|
853
|
+
font-style: italic;
|
854
|
+
}
|
855
|
+
|
856
|
+
div.code-block-caption span.caption-text {
|
857
|
+
}
|
858
|
+
|
859
|
+
div.literal-block-wrapper {
|
860
|
+
margin: 1em 0;
|
861
|
+
}
|
862
|
+
|
863
|
+
code.xref, a code {
|
864
|
+
background-color: transparent;
|
865
|
+
font-weight: bold;
|
866
|
+
}
|
867
|
+
|
868
|
+
h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
|
869
|
+
background-color: transparent;
|
870
|
+
}
|
871
|
+
|
872
|
+
.viewcode-link {
|
873
|
+
float: right;
|
874
|
+
}
|
875
|
+
|
876
|
+
.viewcode-back {
|
877
|
+
float: right;
|
878
|
+
font-family: sans-serif;
|
879
|
+
}
|
880
|
+
|
881
|
+
div.viewcode-block:target {
|
882
|
+
margin: -1px -10px;
|
883
|
+
padding: 0 10px;
|
884
|
+
}
|
885
|
+
|
886
|
+
/* -- math display ---------------------------------------------------------- */
|
887
|
+
|
888
|
+
img.math {
|
889
|
+
vertical-align: middle;
|
890
|
+
}
|
891
|
+
|
892
|
+
div.body div.math p {
|
893
|
+
text-align: center;
|
894
|
+
}
|
895
|
+
|
896
|
+
span.eqno {
|
897
|
+
float: right;
|
898
|
+
}
|
899
|
+
|
900
|
+
span.eqno a.headerlink {
|
901
|
+
position: absolute;
|
902
|
+
z-index: 1;
|
903
|
+
}
|
904
|
+
|
905
|
+
div.math:hover a.headerlink {
|
906
|
+
visibility: visible;
|
907
|
+
}
|
908
|
+
|
909
|
+
/* -- printout stylesheet --------------------------------------------------- */
|
910
|
+
|
911
|
+
@media print {
|
912
|
+
div.document,
|
913
|
+
div.documentwrapper,
|
914
|
+
div.bodywrapper {
|
915
|
+
margin: 0 !important;
|
916
|
+
width: 100%;
|
917
|
+
}
|
918
|
+
|
919
|
+
div.sphinxsidebar,
|
920
|
+
div.related,
|
921
|
+
div.footer,
|
922
|
+
#top-link {
|
923
|
+
display: none;
|
924
|
+
}
|
903
925
|
}
|