-
# HG changeset patch
# User J. H. Palmieri <palmieri@math.washington.edu>
# Date 1360428271 28800
# Node ID cd2e3cf7e994c83a6318ff682992681a1c81824e
# Parent ca877a1fdc06f49f74e422f648ed5c05fea1a570
Part 1: move MODULE.rst to MODULE/index.rst, and create MODULE/conf.py.
Add ".. include:: ../footer.txt" to the end of each file MODULE/index.rst.
Move media files from media/ to MODULE/media/.
Remove chapter cross-references (".. _ch:...") from MODULE/index.rst.
diff --git a/doc/en/reference/algebras/conf.py b/doc/en/reference/algebras/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/algebras.rst b/doc/en/reference/algebras/index.rst
rename from doc/en/reference/algebras.rst
rename to doc/en/reference/algebras/index.rst
|
old
|
new
|
|
| 1 | | .. _ch:algebras: |
| 2 | | |
| 3 | 1 | Algebras |
| 4 | 2 | ======== |
| 5 | 3 | |
| … |
… |
|
| 22 | 20 | sage/algebras/steenrod/steenrod_algebra_bases |
| 23 | 21 | sage/algebras/steenrod/steenrod_algebra_misc |
| 24 | 22 | sage/algebras/steenrod/steenrod_algebra_mult |
| | 23 | |
| | 24 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/arithgroup/conf.py b/doc/en/reference/arithgroup/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/arithgroup.rst b/doc/en/reference/arithgroup/index.rst
rename from doc/en/reference/arithgroup.rst
rename to doc/en/reference/arithgroup/index.rst
|
old
|
new
|
|
| 1 | | .. _ch:arithgroup: |
| 2 | | |
| 3 | 1 | Arithmetic Subgroups of `{\rm SL}_2(\ZZ)` |
| 4 | 2 | ================================================ |
| 5 | 3 | |
| … |
… |
|
| 19 | 17 | sage/modular/arithgroup/congroup_gamma |
| 20 | 18 | sage/modular/arithgroup/congroup_sl2z |
| 21 | 19 | sage/modular/arithgroup/farey_symbol |
| | 20 | |
| | 21 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/media/modular/arithgroup/pairing.png b/doc/en/reference/arithgroup/media/pairing.png
rename from doc/en/reference/media/modular/arithgroup/pairing.png
rename to doc/en/reference/arithgroup/media/pairing.png
diff --git a/doc/en/reference/calculus/conf.py b/doc/en/reference/calculus/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/calculus.rst b/doc/en/reference/calculus/index.rst
rename from doc/en/reference/calculus.rst
rename to doc/en/reference/calculus/index.rst
|
old
|
new
|
|
| 23 | 23 | sage/calculus/riemann |
| 24 | 24 | sage/gsl/interpolation |
| 25 | 25 | sage/calculus/interpolators |
| | 26 | |
| | 27 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/categories/conf.py b/doc/en/reference/categories/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/categories.rst b/doc/en/reference/categories/index.rst
rename from doc/en/reference/categories.rst
rename to doc/en/reference/categories/index.rst
|
old
|
new
|
|
| 1 | | .. _ch:categories: |
| 2 | | |
| 3 | 1 | Category Theory |
| 4 | 2 | =============== |
| 5 | 3 | |
| … |
… |
|
| 171 | 169 | :maxdepth: 2 |
| 172 | 170 | |
| 173 | 171 | sage/categories/action |
| | 172 | |
| | 173 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/cmd/conf.py b/doc/en/reference/cmd/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/environ.rst b/doc/en/reference/cmd/environ.rst
rename from doc/en/reference/environ.rst
rename to doc/en/reference/cmd/environ.rst
diff --git a/doc/en/reference/cmd.rst b/doc/en/reference/cmd/index.rst
rename from doc/en/reference/cmd.rst
rename to doc/en/reference/cmd/index.rst
|
old
|
new
|
|
| 1 | | .. _ch:cmdline: |
| 2 | | |
| 3 | 1 | The Sage Command Line |
| 4 | 2 | ===================== |
| 5 | 3 | |
| … |
… |
|
| 14 | 12 | sage/misc/readline_extra_commands |
| 15 | 13 | |
| 16 | 14 | For more details about how to use the Sage command line once it starts up, see the Sage tutorial and the documentation for IPython. |
| | 15 | |
| | 16 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/options.rst b/doc/en/reference/cmd/options.rst
rename from doc/en/reference/options.rst
rename to doc/en/reference/cmd/options.rst
diff --git a/doc/en/reference/startup.rst b/doc/en/reference/cmd/startup.rst
rename from doc/en/reference/startup.rst
rename to doc/en/reference/cmd/startup.rst
diff --git a/doc/en/reference/coding/conf.py b/doc/en/reference/coding/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/coding.rst b/doc/en/reference/coding/index.rst
rename from doc/en/reference/coding.rst
rename to doc/en/reference/coding/index.rst
|
old
|
new
|
|
| 9 | 9 | sage/coding/sd_codes |
| 10 | 10 | sage/coding/code_bounds |
| 11 | 11 | sage/coding/source_coding/huffman |
| | 12 | |
| | 13 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/coercion/conf.py b/doc/en/reference/coercion/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/coercion.rst b/doc/en/reference/coercion/index.rst
rename from doc/en/reference/coercion.rst
rename to doc/en/reference/coercion/index.rst
|
old
|
new
|
|
| 651 | 651 | sage/structure/coerce_actions |
| 652 | 652 | sage/structure/coerce_maps |
| 653 | 653 | |
| | 654 | |
| | 655 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/combinat/conf.py b/doc/en/reference/combinat/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/combinat/index.rst b/doc/en/reference/combinat/index.rst
|
a
|
b
|
|
| 4 | 4 | .. toctree:: |
| 5 | 5 | :maxdepth: 2 |
| 6 | 6 | |
| 7 | | ../sage/combinat/tutorial |
| 8 | | ../sage/combinat/combinat |
| 9 | | ../sage/combinat/sloane_functions |
| 10 | | ../sage/combinat/expnums |
| 11 | | ../sage/combinat/alternating_sign_matrix |
| 12 | | ../sage/combinat/cartesian_product |
| 13 | | ../sage/combinat/combination |
| 14 | | ../sage/combinat/composition_signed |
| 15 | | ../sage/combinat/composition |
| 16 | | ../sage/combinat/core |
| 17 | | ../sage/combinat/debruijn_sequence |
| 18 | | ../sage/combinat/degree_sequences |
| 19 | | ../sage/combinat/dlx |
| 20 | | ../sage/combinat/matrices/dlxcpp |
| 21 | | ../sage/combinat/dyck_word |
| 22 | | ../sage/combinat/tamari_lattices |
| 23 | | ../sage/combinat/e_one_star |
| 24 | | ../sage/combinat/finite_class |
| 25 | | ../sage/combinat/integer_list |
| 26 | | ../sage/combinat/integer_matrices |
| 27 | | ../sage/combinat/integer_vector |
| 28 | | ../sage/combinat/integer_vector_weighted |
| 29 | | ../sage/combinat/integer_vectors_mod_permgroup |
| 30 | | ../sage/combinat/enumeration_mod_permgroup |
| 31 | | ../sage/combinat/restricted_growth |
| 32 | | ../sage/combinat/yamanouchi |
| 33 | | ../sage/combinat/graph_path |
| 34 | | ../sage/combinat/matrices/latin |
| 35 | | ../sage/combinat/lyndon_word |
| 36 | | ../sage/combinat/necklace |
| 37 | | ../sage/combinat/non_decreasing_parking_function |
| 38 | | ../sage/combinat/partition |
| 39 | | ../sage/combinat/partition_tuple |
| 40 | | ../sage/combinat/permutation |
| 41 | | ../sage/combinat/perfect_matching |
| 42 | | ../sage/combinat/q_analogues |
| 43 | | ../sage/combinat/sidon_sets |
| 44 | | ../sage/combinat/set_partition_ordered |
| 45 | | ../sage/combinat/set_partition |
| 46 | | ../sage/combinat/skew_partition |
| 47 | | ../sage/combinat/subset |
| 48 | | ../sage/combinat/subsets_pairwise |
| 49 | | ../sage/combinat/subword |
| 50 | | ../sage/combinat/tiling |
| 51 | | ../sage/combinat/tuple |
| | 7 | sage/combinat/tutorial |
| | 8 | sage/combinat/combinat |
| | 9 | sage/combinat/sloane_functions |
| | 10 | sage/combinat/expnums |
| | 11 | sage/combinat/alternating_sign_matrix |
| | 12 | sage/combinat/cartesian_product |
| | 13 | sage/combinat/combination |
| | 14 | sage/combinat/composition_signed |
| | 15 | sage/combinat/composition |
| | 16 | sage/combinat/core |
| | 17 | sage/combinat/debruijn_sequence |
| | 18 | sage/combinat/degree_sequences |
| | 19 | sage/combinat/dlx |
| | 20 | sage/combinat/matrices/dlxcpp |
| | 21 | sage/combinat/dyck_word |
| | 22 | sage/combinat/tamari_lattices |
| | 23 | sage/combinat/e_one_star |
| | 24 | sage/combinat/finite_class |
| | 25 | sage/combinat/integer_list |
| | 26 | sage/combinat/integer_matrices |
| | 27 | sage/combinat/integer_vector |
| | 28 | sage/combinat/integer_vector_weighted |
| | 29 | sage/combinat/integer_vectors_mod_permgroup |
| | 30 | sage/combinat/enumeration_mod_permgroup |
| | 31 | sage/combinat/restricted_growth |
| | 32 | sage/combinat/yamanouchi |
| | 33 | sage/combinat/graph_path |
| | 34 | sage/combinat/matrices/latin |
| | 35 | sage/combinat/lyndon_word |
| | 36 | sage/combinat/necklace |
| | 37 | sage/combinat/non_decreasing_parking_function |
| | 38 | sage/combinat/partition |
| | 39 | sage/combinat/partition_tuple |
| | 40 | sage/combinat/permutation |
| | 41 | sage/combinat/perfect_matching |
| | 42 | sage/combinat/q_analogues |
| | 43 | sage/combinat/sidon_sets |
| | 44 | sage/combinat/set_partition_ordered |
| | 45 | sage/combinat/set_partition |
| | 46 | sage/combinat/skew_partition |
| | 47 | sage/combinat/subset |
| | 48 | sage/combinat/subsets_pairwise |
| | 49 | sage/combinat/subword |
| | 50 | sage/combinat/tiling |
| | 51 | sage/combinat/tuple |
| 52 | 52 | cluster_algebras |
| 53 | 53 | |
| 54 | 54 | algebra |
| … |
… |
|
| 57 | 57 | ncsf_qsym |
| 58 | 58 | root_systems |
| 59 | 59 | |
| 60 | | ../sage/combinat/kazhdan_lusztig |
| | 60 | sage/combinat/kazhdan_lusztig |
| 61 | 61 | |
| 62 | 62 | crystals |
| 63 | 63 | posets |
| … |
… |
|
| 68 | 68 | words |
| 69 | 69 | iet |
| 70 | 70 | |
| 71 | | ../sage/combinat/dict_addition |
| 72 | | ../sage/combinat/misc |
| 73 | | ../sage/combinat/combinatorial_map |
| | 71 | sage/combinat/dict_addition |
| | 72 | sage/combinat/misc |
| | 73 | sage/combinat/combinatorial_map |
| 74 | 74 | |
| | 75 | |
| | 76 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/media/combinat/a_poset.png b/doc/en/reference/combinat/media/a_poset.png
rename from doc/en/reference/media/combinat/a_poset.png
rename to doc/en/reference/combinat/media/a_poset.png
diff --git a/doc/en/reference/media/combinat/complete-binary-trees-4.pdf b/doc/en/reference/combinat/media/complete-binary-trees-4.pdf
rename from doc/en/reference/media/combinat/complete-binary-trees-4.pdf
rename to doc/en/reference/combinat/media/complete-binary-trees-4.pdf
diff --git a/doc/en/reference/media/combinat/complete-binary-trees-4.png b/doc/en/reference/combinat/media/complete-binary-trees-4.png
rename from doc/en/reference/media/combinat/complete-binary-trees-4.png
rename to doc/en/reference/combinat/media/complete-binary-trees-4.png
diff --git a/doc/en/reference/media/combinat/graphs-5.pdf b/doc/en/reference/combinat/media/graphs-5.pdf
rename from doc/en/reference/media/combinat/graphs-5.pdf
rename to doc/en/reference/combinat/media/graphs-5.pdf
diff --git a/doc/en/reference/media/combinat/graphs-5.png b/doc/en/reference/combinat/media/graphs-5.png
rename from doc/en/reference/media/combinat/graphs-5.png
rename to doc/en/reference/combinat/media/graphs-5.png
diff --git a/doc/en/reference/media/combinat/polytope.png b/doc/en/reference/combinat/media/polytope.png
rename from doc/en/reference/media/combinat/polytope.png
rename to doc/en/reference/combinat/media/polytope.png
diff --git a/doc/en/reference/media/combinat/prefix-tree-graphs-4.pdf b/doc/en/reference/combinat/media/prefix-tree-graphs-4.pdf
rename from doc/en/reference/media/combinat/prefix-tree-graphs-4.pdf
rename to doc/en/reference/combinat/media/prefix-tree-graphs-4.pdf
diff --git a/doc/en/reference/media/combinat/prefix-tree-graphs-4.png b/doc/en/reference/combinat/media/prefix-tree-graphs-4.png
rename from doc/en/reference/media/combinat/prefix-tree-graphs-4.png
rename to doc/en/reference/combinat/media/prefix-tree-graphs-4.png
diff --git a/doc/en/reference/media/combinat/prefix-tree-graphs-4.tikz b/doc/en/reference/combinat/media/prefix-tree-graphs-4.tikz
rename from doc/en/reference/media/combinat/prefix-tree-graphs-4.tikz
rename to doc/en/reference/combinat/media/prefix-tree-graphs-4.tikz
diff --git a/doc/en/reference/media/combinat/prefix-tree-partitions-5.pdf b/doc/en/reference/combinat/media/prefix-tree-partitions-5.pdf
rename from doc/en/reference/media/combinat/prefix-tree-partitions-5.pdf
rename to doc/en/reference/combinat/media/prefix-tree-partitions-5.pdf
diff --git a/doc/en/reference/media/combinat/prefix-tree-partitions-5.png b/doc/en/reference/combinat/media/prefix-tree-partitions-5.png
rename from doc/en/reference/media/combinat/prefix-tree-partitions-5.png
rename to doc/en/reference/combinat/media/prefix-tree-partitions-5.png
diff --git a/doc/en/reference/media/combinat/prefix-tree-partitions-5.tikz b/doc/en/reference/combinat/media/prefix-tree-partitions-5.tikz
rename from doc/en/reference/media/combinat/prefix-tree-partitions-5.tikz
rename to doc/en/reference/combinat/media/prefix-tree-partitions-5.tikz
diff --git a/doc/en/reference/constants/conf.py b/doc/en/reference/constants/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/constants.rst b/doc/en/reference/constants/index.rst
rename from doc/en/reference/constants.rst
rename to doc/en/reference/constants/index.rst
|
old
|
new
|
|
| 6 | 6 | |
| 7 | 7 | sage/symbolic/constants |
| 8 | 8 | sage/symbolic/constants_c |
| | 9 | |
| | 10 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/cryptography/conf.py b/doc/en/reference/cryptography/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/cryptography.rst b/doc/en/reference/cryptography/index.rst
rename from doc/en/reference/cryptography.rst
rename to doc/en/reference/cryptography/index.rst
|
old
|
new
|
|
| 27 | 27 | sage/crypto/mq/sbox |
| 28 | 28 | |
| 29 | 29 | sage/crypto/lattice |
| | 30 | |
| | 31 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/databases/conf.py b/doc/en/reference/databases/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/databases.rst b/doc/en/reference/databases/index.rst
rename from doc/en/reference/databases.rst
rename to doc/en/reference/databases/index.rst
|
old
|
new
|
|
| 1 | | .. _ch:databases: |
| 2 | | |
| 3 | 1 | Databases |
| 4 | 2 | ========= |
| 5 | 3 | |
| … |
… |
|
| 60 | 58 | sage/databases/conway |
| 61 | 59 | sage/databases/odlyzko |
| 62 | 60 | sage/databases/symbolic_data |
| | 61 | |
| | 62 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/finance/conf.py b/doc/en/reference/finance/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/finance.rst b/doc/en/reference/finance/index.rst
rename from doc/en/reference/finance.rst
rename to doc/en/reference/finance/index.rst
|
old
|
new
|
|
| 9 | 9 | sage/finance/fractal |
| 10 | 10 | sage/finance/markov_multifractal |
| 11 | 11 | |
| | 12 | |
| | 13 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/finite_rings/conf.py b/doc/en/reference/finite_rings/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/finite_rings.rst b/doc/en/reference/finite_rings/index.rst
rename from doc/en/reference/finite_rings.rst
rename to doc/en/reference/finite_rings/index.rst
|
old
|
new
|
|
| 1 | | .. _ch:finite_rings: |
| 2 | | |
| 3 | 1 | Finite Rings |
| 4 | 2 | ==================================== |
| 5 | 3 | |
| … |
… |
|
| 15 | 13 | sage/rings/finite_rings/finite_field_prime_modn |
| 16 | 14 | sage/rings/finite_rings/homset |
| 17 | 15 | |
| | 16 | |
| | 17 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/function_fields/conf.py b/doc/en/reference/function_fields/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/function_fields.rst b/doc/en/reference/function_fields/index.rst
rename from doc/en/reference/function_fields.rst
rename to doc/en/reference/function_fields/index.rst
|
old
|
new
|
|
| 10 | 10 | sage/rings/function_field/function_field_ideal |
| 11 | 11 | sage/rings/function_field/maps |
| 12 | 12 | sage/rings/function_field/constructor |
| | 13 | |
| | 14 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/functions/conf.py b/doc/en/reference/functions/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/functions.rst b/doc/en/reference/functions/index.rst
rename from doc/en/reference/functions.rst
rename to doc/en/reference/functions/index.rst
|
old
|
new
|
|
| 15 | 15 | sage/functions/wigner |
| 16 | 16 | sage/functions/generalized |
| 17 | 17 | sage/functions/prime_pi |
| | 18 | |
| | 19 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/games/conf.py b/doc/en/reference/games/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/games.rst b/doc/en/reference/games/index.rst
rename from doc/en/reference/games.rst
rename to doc/en/reference/games/index.rst
|
old
|
new
|
|
| 9 | 9 | |
| 10 | 10 | sage/games/sudoku |
| 11 | 11 | sage/games/quantumino |
| | 12 | |
| | 13 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/geometry/conf.py b/doc/en/reference/geometry/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/geometry.rst b/doc/en/reference/geometry/index.rst
rename from doc/en/reference/geometry.rst
rename to doc/en/reference/geometry/index.rst
|
old
|
new
|
|
| 36 | 36 | sage/geometry/triangulation/base |
| 37 | 37 | sage/geometry/triangulation/element |
| 38 | 38 | |
| | 39 | |
| | 40 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/graphs/conf.py b/doc/en/reference/graphs/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/graphs.rst b/doc/en/reference/graphs/index.rst
rename from doc/en/reference/graphs.rst
rename to doc/en/reference/graphs/index.rst
|
old
|
new
|
|
| 65 | 65 | sage/graphs/graph_latex |
| 66 | 66 | sage/graphs/graph_list |
| 67 | 67 | sage/graphs/hyperbolicity |
| | 68 | |
| | 69 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/media/graphs/cycle.png b/doc/en/reference/graphs/media/cycle.png
rename from doc/en/reference/media/graphs/cycle.png
rename to doc/en/reference/graphs/media/cycle.png
diff --git a/doc/en/reference/media/graphs/heawood-graph-latex.png b/doc/en/reference/graphs/media/heawood-graph-latex.png
rename from doc/en/reference/media/graphs/heawood-graph-latex.png
rename to doc/en/reference/graphs/media/heawood-graph-latex.png
diff --git a/doc/en/reference/media/graphs/square.png b/doc/en/reference/graphs/media/square.png
rename from doc/en/reference/media/graphs/square.png
rename to doc/en/reference/graphs/media/square.png
diff --git a/doc/en/reference/media/graphs/structure.png b/doc/en/reference/graphs/media/structure.png
rename from doc/en/reference/media/graphs/structure.png
rename to doc/en/reference/graphs/media/structure.png
diff --git a/doc/en/reference/groups/conf.py b/doc/en/reference/groups/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/groups.rst b/doc/en/reference/groups/index.rst
rename from doc/en/reference/groups.rst
rename to doc/en/reference/groups/index.rst
|
old
|
new
|
|
| 1 | | .. _ch:groups: |
| 2 | | |
| 3 | 1 | Groups |
| 4 | 2 | ====== |
| 5 | 3 | |
| … |
… |
|
| 40 | 38 | sage/groups/misc_gps/misc_groups |
| 41 | 39 | |
| 42 | 40 | |
| | 41 | |
| | 42 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/hecke/conf.py b/doc/en/reference/hecke/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/hecke.rst b/doc/en/reference/hecke/index.rst
rename from doc/en/reference/hecke.rst
rename to doc/en/reference/hecke/index.rst
|
old
|
new
|
|
| 1 | | .. _ch:hecke: |
| 2 | | |
| 3 | 1 | General Hecke Algebras and Hecke Modules |
| 4 | 2 | ======================================== |
| 5 | 3 | |
| … |
… |
|
| 22 | 20 | |
| 23 | 21 | sage/modular/hecke/algebra |
| 24 | 22 | sage/modular/hecke/hecke_operator |
| | 23 | |
| | 24 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/history_and_license/conf.py b/doc/en/reference/history_and_license/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/history_and_license.rst b/doc/en/reference/history_and_license/index.rst
rename from doc/en/reference/history_and_license.rst
rename to doc/en/reference/history_and_license/index.rst
|
old
|
new
|
|
| 391 | 391 | to do, use the GNU Library General Public License instead of this |
| 392 | 392 | License. |
| 393 | 393 | |
| | 394 | |
| | 395 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/homology/conf.py b/doc/en/reference/homology/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/homology.rst b/doc/en/reference/homology/index.rst
rename from doc/en/reference/homology.rst
rename to doc/en/reference/homology/index.rst
|
old
|
new
|
|
| 22 | 22 | sage/homology/cubical_complex |
| 23 | 23 | sage/homology/cell_complex |
| 24 | 24 | sage/interfaces/chomp |
| | 25 | |
| | 26 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/media/homology/klein.png b/doc/en/reference/homology/media/klein.png
rename from doc/en/reference/media/homology/klein.png
rename to doc/en/reference/homology/media/klein.png
diff --git a/doc/en/reference/media/homology/rp2.png b/doc/en/reference/homology/media/rp2.png
rename from doc/en/reference/media/homology/rp2.png
rename to doc/en/reference/homology/media/rp2.png
diff --git a/doc/en/reference/media/homology/simplices.png b/doc/en/reference/homology/media/simplices.png
rename from doc/en/reference/media/homology/simplices.png
rename to doc/en/reference/homology/media/simplices.png
diff --git a/doc/en/reference/media/homology/torus.png b/doc/en/reference/homology/media/torus.png
rename from doc/en/reference/media/homology/torus.png
rename to doc/en/reference/homology/media/torus.png
diff --git a/doc/en/reference/media/homology/torus_labelled.png b/doc/en/reference/homology/media/torus_labelled.png
rename from doc/en/reference/media/homology/torus_labelled.png
rename to doc/en/reference/homology/media/torus_labelled.png
diff --git a/doc/en/reference/interfaces/conf.py b/doc/en/reference/interfaces/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/interfaces.rst b/doc/en/reference/interfaces/index.rst
rename from doc/en/reference/interfaces.rst
rename to doc/en/reference/interfaces/index.rst
|
old
|
new
|
|
| 1 | | .. _ch:interfaces: |
| 2 | | |
| 3 | 1 | Interpreter Interfaces |
| 4 | 2 | ====================== |
| 5 | 3 | |
| … |
… |
|
| 81 | 79 | sage/interfaces/singular |
| 82 | 80 | sage/interfaces/tachyon |
| 83 | 81 | sage/interfaces/jmoldata |
| | 82 | |
| | 83 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/lfunctions/conf.py b/doc/en/reference/lfunctions/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/lfunctions.rst b/doc/en/reference/lfunctions/index.rst
rename from doc/en/reference/lfunctions.rst
rename to doc/en/reference/lfunctions/index.rst
|
old
|
new
|
|
| 9 | 9 | |
| 10 | 10 | sage/lfunctions/lcalc |
| 11 | 11 | sage/lfunctions/sympow |
| 12 | | sage/lfunctions/dokchitser |
| 13 | | No newline at end of file |
| | 12 | sage/lfunctions/dokchitser |
| | 13 | |
| | 14 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/libs/conf.py b/doc/en/reference/libs/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/libs.rst b/doc/en/reference/libs/index.rst
rename from doc/en/reference/libs.rst
rename to doc/en/reference/libs/index.rst
|
old
|
new
|
|
| 1 | | .. _ch:libraries: |
| 2 | | |
| 3 | 1 | C/C++ Library Interfaces |
| 4 | 2 | ======================== |
| 5 | 3 | |
| … |
… |
|
| 38 | 36 | sage/libs/singular/function |
| 39 | 37 | sage/libs/singular/option |
| 40 | 38 | sage/libs/ppl |
| | 39 | |
| | 40 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/logic/conf.py b/doc/en/reference/logic/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/logic.rst b/doc/en/reference/logic/index.rst
rename from doc/en/reference/logic.rst
rename to doc/en/reference/logic/index.rst
|
old
|
new
|
|
| 6 | 6 | |
| 7 | 7 | sage/logic/propcalc |
| 8 | 8 | sage/logic/booleval |
| | 9 | |
| | 10 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/matrices/conf.py b/doc/en/reference/matrices/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/matrices.rst b/doc/en/reference/matrices/index.rst
rename from doc/en/reference/matrices.rst
rename to doc/en/reference/matrices/index.rst
|
old
|
new
|
|
| 1 | | .. _ch:matrices: |
| 2 | | |
| 3 | 1 | Matrices and Spaces of Matrices |
| 4 | 2 | =============================== |
| 5 | 3 | |
| … |
… |
|
| 90 | 88 | sage/matrix/operation_table |
| 91 | 89 | |
| 92 | 90 | sage/matrix/benchmark |
| | 91 | |
| | 92 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/misc/conf.py b/doc/en/reference/misc/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/misc.rst b/doc/en/reference/misc/index.rst
rename from doc/en/reference/misc.rst
rename to doc/en/reference/misc/index.rst
|
old
|
new
|
|
| 1 | | .. _ch:misc: |
| 2 | | |
| 3 | 1 | Miscellaneous |
| 4 | 2 | ============= |
| 5 | 3 | |
| … |
… |
|
| 71 | 69 | sage/misc/lazy_attribute |
| 72 | 70 | sage/misc/lazy_format |
| 73 | 71 | sage/misc/lazy_import |
| | 72 | |
| | 73 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/other/sagetex.rst b/doc/en/reference/misc/sagetex.rst
rename from doc/en/reference/other/sagetex.rst
rename to doc/en/reference/misc/sagetex.rst
diff --git a/doc/en/reference/modabvar/conf.py b/doc/en/reference/modabvar/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/modabvar.rst b/doc/en/reference/modabvar/index.rst
rename from doc/en/reference/modabvar.rst
rename to doc/en/reference/modabvar/index.rst
|
old
|
new
|
|
| 1 | | .. _ch:modabvar: |
| 2 | | |
| 3 | 1 | Modular Abelian Varieties |
| 4 | 2 | ========================= |
| 5 | 3 | |
| … |
… |
|
| 17 | 15 | sage/modular/abvar/morphism |
| 18 | 16 | sage/modular/abvar/abvar_newform |
| 19 | 17 | sage/modular/abvar/lseries |
| | 18 | |
| | 19 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/modfrm/conf.py b/doc/en/reference/modfrm/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/modfrm.rst b/doc/en/reference/modfrm/index.rst
rename from doc/en/reference/modfrm.rst
rename to doc/en/reference/modfrm/index.rst
|
old
|
new
|
|
| 1 | | .. _ch:modular: |
| 2 | | |
| 3 | 1 | Modular Forms |
| 4 | 2 | ============= |
| 5 | 3 | |
| … |
… |
|
| 26 | 24 | sage/modular/modform/half_integral |
| 27 | 25 | sage/modular/modform/find_generators |
| 28 | 26 | |
| | 27 | |
| | 28 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/modmisc/conf.py b/doc/en/reference/modmisc/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/modmisc.rst b/doc/en/reference/modmisc/index.rst
rename from doc/en/reference/modmisc.rst
rename to doc/en/reference/modmisc/index.rst
|
old
|
new
|
|
| 1 | | .. _ch:modmisc: |
| 2 | | |
| 3 | 1 | Miscellaneous Modular-Form-Related Modules |
| 4 | 2 | ========================================== |
| 5 | 3 | |
| … |
… |
|
| 25 | 23 | |
| 26 | 24 | sage/modular/cusps_nf |
| 27 | 25 | |
| | 26 | |
| | 27 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/modsym/conf.py b/doc/en/reference/modsym/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/modsym.rst b/doc/en/reference/modsym/index.rst
rename from doc/en/reference/modsym.rst
rename to doc/en/reference/modsym/index.rst
|
old
|
new
|
|
| 1 | | .. _ch:modsym: |
| 2 | | |
| 3 | 1 | Modular Symbols |
| 4 | 2 | =============== |
| 5 | 3 | |
| … |
… |
|
| 28 | 26 | |
| 29 | 27 | sage/modular/modsym/p1list_nf |
| 30 | 28 | |
| | 29 | |
| | 30 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/modules/conf.py b/doc/en/reference/modules/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/modules.rst b/doc/en/reference/modules/index.rst
rename from doc/en/reference/modules.rst
rename to doc/en/reference/modules/index.rst
|
old
|
new
|
|
| 1 | | .. _ch:modules: |
| 2 | | |
| 3 | 1 | Modules |
| 4 | 2 | ======= |
| 5 | 3 | |
| … |
… |
|
| 25 | 23 | sage/modules/fg_pid/fgp_module |
| 26 | 24 | sage/modules/fg_pid/fgp_element |
| 27 | 25 | sage/modules/fg_pid/fgp_morphism |
| | 26 | |
| | 27 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/monoids/conf.py b/doc/en/reference/monoids/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/monoids.rst b/doc/en/reference/monoids/index.rst
rename from doc/en/reference/monoids.rst
rename to doc/en/reference/monoids/index.rst
|
old
|
new
|
|
| 1 | | .. _ch:monoids: |
| 2 | | |
| 3 | 1 | Monoids |
| 4 | 2 | ======= |
| 5 | 3 | |
| … |
… |
|
| 16 | 14 | sage/monoids/free_abelian_monoid_element |
| 17 | 15 | sage/monoids/string_monoid_element |
| 18 | 16 | sage/monoids/string_monoid |
| | 17 | |
| | 18 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/notebook/conf.py b/doc/en/reference/notebook/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/notebook.rst b/doc/en/reference/notebook/index.rst
rename from doc/en/reference/notebook.rst
rename to doc/en/reference/notebook/index.rst
|
old
|
new
|
|
| 1 | | .. _ch:notebook: |
| 2 | | |
| 3 | 1 | The Sage Notebook |
| 4 | 2 | ================= |
| 5 | 3 | |
| … |
… |
|
| 55 | 53 | SKIP sagenb/interfaces/worksheet_process |
| 56 | 54 | SKIP sagenb/interfaces/reference |
| 57 | 55 | SKIP sagenb/interfaces/expect |
| | 56 | |
| | 57 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/number_fields/conf.py b/doc/en/reference/number_fields/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/number_fields.rst b/doc/en/reference/number_fields/index.rst
rename from doc/en/reference/number_fields.rst
rename to doc/en/reference/number_fields/index.rst
|
old
|
new
|
|
| 22 | 22 | sage/rings/number_field/totallyreal |
| 23 | 23 | sage/rings/number_field/totallyreal_rel |
| 24 | 24 | sage/rings/qqbar |
| | 25 | |
| | 26 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/numerical/conf.py b/doc/en/reference/numerical/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/numerical.rst b/doc/en/reference/numerical/index.rst
rename from doc/en/reference/numerical.rst
rename to doc/en/reference/numerical/index.rst
|
old
|
new
|
|
| 23 | 23 | Programming |
| 24 | 24 | <http://www.sagemath.org/doc/thematic_tutorials/linear_programming.html>`_. |
| 25 | 25 | |
| | 26 | |
| | 27 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/padics/conf.py b/doc/en/reference/padics/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/padics.rst b/doc/en/reference/padics/index.rst
rename from doc/en/reference/padics.rst
rename to doc/en/reference/padics/index.rst
|
old
|
new
|
|
| 42 | 42 | sage/rings/padics/pow_computer_ext |
| 43 | 43 | sage/rings/padics/padic_printing |
| 44 | 44 | sage/rings/padics/precision_error |
| 45 | | sage/rings/padics/misc |
| 46 | | No newline at end of file |
| | 45 | sage/rings/padics/misc |
| | 46 | |
| | 47 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/parallel/conf.py b/doc/en/reference/parallel/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/parallel.rst b/doc/en/reference/parallel/index.rst
rename from doc/en/reference/parallel.rst
rename to doc/en/reference/parallel/index.rst
|
old
|
new
|
|
| 1 | | .. _ch:parallel: |
| 2 | | |
| 3 | 1 | Parallel Computing |
| 4 | 2 | ================== |
| 5 | 3 | |
| … |
… |
|
| 11 | 9 | sage/parallel/use_fork |
| 12 | 10 | sage/parallel/multiprocessing_sage |
| 13 | 11 | sage/parallel/ncpus |
| | 12 | |
| | 13 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/plane_curves/conf.py b/doc/en/reference/plane_curves/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/plane_curves.rst b/doc/en/reference/plane_curves/index.rst
rename from doc/en/reference/plane_curves.rst
rename to doc/en/reference/plane_curves/index.rst
|
old
|
new
|
|
| 1 | | .. _ch:plane-curves: |
| 2 | | |
| 3 | 1 | Elliptic and Plane Curves |
| 4 | 2 | ========================= |
| 5 | 3 | |
| … |
… |
|
| 46 | 44 | sage/schemes/elliptic_curves/cm |
| 47 | 45 | |
| 48 | 46 | |
| 49 | | .. _ch:jacobians: |
| | 47 | |
| 50 | 48 | |
| 51 | 49 | Hyperelliptic Curves |
| 52 | 50 | ==================== |
| … |
… |
|
| 65 | 63 | sage/schemes/hyperelliptic_curves/jacobian_morphism |
| 66 | 64 | |
| 67 | 65 | sage/interfaces/genus2reduction |
| | 66 | |
| | 67 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/plot3d/conf.py b/doc/en/reference/plot3d/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/plot3d.rst b/doc/en/reference/plot3d/index.rst
rename from doc/en/reference/plot3d.rst
rename to doc/en/reference/plot3d/index.rst
|
old
|
new
|
|
| 17 | 17 | sage/plot/plot3d/base |
| 18 | 18 | sage/plot/plot3d/tachyon |
| 19 | 19 | sage/plot/plot3d/texture |
| | 20 | |
| | 21 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/plotting/conf.py b/doc/en/reference/plotting/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/plotting.rst b/doc/en/reference/plotting/index.rst
rename from doc/en/reference/plotting.rst
rename to doc/en/reference/plotting/index.rst
|
old
|
new
|
|
| 30 | 30 | sage/plot/colors |
| 31 | 31 | sage/plot/hyperbolic_arc |
| 32 | 32 | sage/plot/hyperbolic_triangle |
| | 33 | |
| | 34 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/polynomial_rings/conf.py b/doc/en/reference/polynomial_rings/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/polynomial_rings.rst b/doc/en/reference/polynomial_rings/index.rst
rename from doc/en/reference/polynomial_rings.rst
rename to doc/en/reference/polynomial_rings/index.rst
|
old
|
new
|
|
| 1 | | |
| 2 | | .. _ch:polynomial-rings: |
| 3 | | |
| 4 | 1 | Polynomial Rings |
| 5 | 2 | ================ |
| 6 | 3 | |
| … |
… |
|
| 23 | 20 | |
| 24 | 21 | sage/rings/polynomial/convolution |
| 25 | 22 | sage/rings/polynomial/cyclotomic |
| | 23 | |
| | 24 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/polynomial_rings_infinite.rst b/doc/en/reference/polynomial_rings/polynomial_rings_infinite.rst
rename from doc/en/reference/polynomial_rings_infinite.rst
rename to doc/en/reference/polynomial_rings/polynomial_rings_infinite.rst
diff --git a/doc/en/reference/polynomial_rings_laurent.rst b/doc/en/reference/polynomial_rings/polynomial_rings_laurent.rst
rename from doc/en/reference/polynomial_rings_laurent.rst
rename to doc/en/reference/polynomial_rings/polynomial_rings_laurent.rst
diff --git a/doc/en/reference/polynomial_rings_multivar.rst b/doc/en/reference/polynomial_rings/polynomial_rings_multivar.rst
rename from doc/en/reference/polynomial_rings_multivar.rst
rename to doc/en/reference/polynomial_rings/polynomial_rings_multivar.rst
diff --git a/doc/en/reference/polynomial_rings_toy_implementations.rst b/doc/en/reference/polynomial_rings/polynomial_rings_toy_implementations.rst
rename from doc/en/reference/polynomial_rings_toy_implementations.rst
rename to doc/en/reference/polynomial_rings/polynomial_rings_toy_implementations.rst
diff --git a/doc/en/reference/polynomial_rings_univar.rst b/doc/en/reference/polynomial_rings/polynomial_rings_univar.rst
rename from doc/en/reference/polynomial_rings_univar.rst
rename to doc/en/reference/polynomial_rings/polynomial_rings_univar.rst
diff --git a/doc/en/reference/power_series/conf.py b/doc/en/reference/power_series/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/power_series.rst b/doc/en/reference/power_series/index.rst
rename from doc/en/reference/power_series.rst
rename to doc/en/reference/power_series/index.rst
|
old
|
new
|
|
| 1 | | .. _ch:power-series: |
| 2 | | |
| 3 | 1 | Power Series Rings |
| 4 | 2 | ================== |
| 5 | 3 | |
| … |
… |
|
| 15 | 13 | |
| 16 | 14 | sage/rings/laurent_series_ring |
| 17 | 15 | sage/rings/laurent_series_ring_element |
| | 16 | |
| | 17 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/probability/conf.py b/doc/en/reference/probability/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/probability.rst b/doc/en/reference/probability/index.rst
rename from doc/en/reference/probability.rst
rename to doc/en/reference/probability/index.rst
|
old
|
new
|
|
| 6 | 6 | |
| 7 | 7 | sage/gsl/probability_distribution |
| 8 | 8 | sage/probability/random_variable |
| | 9 | |
| | 10 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/quadratic_forms/conf.py b/doc/en/reference/quadratic_forms/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/quadratic_forms.rst b/doc/en/reference/quadratic_forms/index.rst
rename from doc/en/reference/quadratic_forms.rst
rename to doc/en/reference/quadratic_forms/index.rst
|
old
|
new
|
|
| 1 | | .. _ch:quadratic_forms: |
| 2 | | |
| 3 | 1 | Quadratic Forms |
| 4 | 2 | =============== |
| 5 | 3 | |
| … |
… |
|
| 12 | 10 | sage/quadratic_forms/random_quadraticform |
| 13 | 11 | sage/quadratic_forms/special_values |
| 14 | 12 | sage/quadratic_forms/count_local_2 |
| | 13 | |
| | 14 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/quat_algebras/conf.py b/doc/en/reference/quat_algebras/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/quat_algebras.rst b/doc/en/reference/quat_algebras/index.rst
rename from doc/en/reference/quat_algebras.rst
rename to doc/en/reference/quat_algebras/index.rst
|
old
|
new
|
|
| 1 | | .. _ch:quat-algebras: |
| 2 | | |
| 3 | 1 | Quaternion Algebras |
| 4 | 2 | =================== |
| 5 | 3 | |
| … |
… |
|
| 9 | 7 | sage/algebras/quatalg/quaternion_algebra |
| 10 | 8 | sage/algebras/quatalg/quaternion_algebra_element |
| 11 | 9 | |
| | 10 | |
| | 11 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/rings/conf.py b/doc/en/reference/rings/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/rings.rst b/doc/en/reference/rings/index.rst
rename from doc/en/reference/rings.rst
rename to doc/en/reference/rings/index.rst
|
old
|
new
|
|
| 1 | | .. _ch:rings: |
| 2 | | |
| 3 | 1 | General Rings, Ideals, and Morphisms |
| 4 | 2 | ==================================== |
| 5 | 3 | |
| … |
… |
|
| 18 | 16 | sage/rings/quotient_ring |
| 19 | 17 | sage/rings/quotient_ring_element |
| 20 | 18 | sage/rings/invariant_theory |
| | 19 | |
| | 20 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/rings_numerical/conf.py b/doc/en/reference/rings_numerical/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/rings_numerical.rst b/doc/en/reference/rings_numerical/index.rst
rename from doc/en/reference/rings_numerical.rst
rename to doc/en/reference/rings_numerical/index.rst
|
old
|
new
|
|
| 29 | 29 | sage/rings/complex_number |
| 30 | 30 | sage/rings/complex_mpc |
| 31 | 31 | sage/rings/real_mpfi |
| | 32 | |
| | 33 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/rings_standard/conf.py b/doc/en/reference/rings_standard/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/rings_standard.rst b/doc/en/reference/rings_standard/index.rst
rename from doc/en/reference/rings_standard.rst
rename to doc/en/reference/rings_standard/index.rst
|
old
|
new
|
|
| 17 | 17 | sage/rings/finite_rings/element_base |
| 18 | 18 | |
| 19 | 19 | sage/rings/universal_cyclotomic_field/universal_cyclotomic_field |
| | 20 | |
| | 21 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/sat/conf.py b/doc/en/reference/sat/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/sat.rst b/doc/en/reference/sat/index.rst
rename from doc/en/reference/sat.rst
rename to doc/en/reference/sat/index.rst
|
old
|
new
|
|
| 136 | 136 | .. [CMS] http://www.msoos.org/cryptominisat2/ |
| 137 | 137 | |
| 138 | 138 | .. [SG09] http://www.satcompetition.org/2009/format-benchmarks2009.html |
| | 139 | |
| | 140 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/schemes/conf.py b/doc/en/reference/schemes/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/schemes.rst b/doc/en/reference/schemes/index.rst
rename from doc/en/reference/schemes.rst
rename to doc/en/reference/schemes/index.rst
|
old
|
new
|
|
| 1 | | .. _ch:schemes: |
| 2 | | |
| 3 | 1 | Schemes |
| 4 | 2 | ======= |
| 5 | 3 | |
| … |
… |
|
| 34 | 32 | sage/schemes/toric/ideal |
| 35 | 33 | sage/schemes/toric/morphism |
| 36 | 34 | |
| | 35 | |
| | 36 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/semirings/conf.py b/doc/en/reference/semirings/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/semirings.rst b/doc/en/reference/semirings/index.rst
rename from doc/en/reference/semirings.rst
rename to doc/en/reference/semirings/index.rst
|
old
|
new
|
|
| 5 | 5 | :maxdepth: 2 |
| 6 | 6 | |
| 7 | 7 | sage/rings/semirings/non_negative_integer_semiring |
| | 8 | |
| | 9 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/stats/conf.py b/doc/en/reference/stats/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/stats.rst b/doc/en/reference/stats/index.rst
rename from doc/en/reference/stats.rst
rename to doc/en/reference/stats/index.rst
|
old
|
new
|
|
| 11 | 11 | sage/stats/hmm/distributions |
| 12 | 12 | sage/stats/hmm/util |
| 13 | 13 | |
| | 14 | |
| | 15 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/structure/conf.py b/doc/en/reference/structure/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/structure.rst b/doc/en/reference/structure/index.rst
rename from doc/en/reference/structure.rst
rename to doc/en/reference/structure/index.rst
|
old
|
new
|
|
| 37 | 37 | |
| 38 | 38 | sage/structure/parent |
| 39 | 39 | |
| | 40 | |
| | 41 | .. include:: ../footer.txt |
-
diff --git a/doc/en/reference/tensor/conf.py b/doc/en/reference/tensor/conf.py
new file mode 100644
|
-
|
+
|
|
| | 1 | # -*- coding: utf-8 -*- |
| | 2 | # This file is execfile()d with the current directory set to its |
| | 3 | # containing dir. |
| | 4 | # |
| | 5 | # The contents of this file are pickled, so don't put values in the |
| | 6 | # namespace that aren't pickleable (module imports are okay, they're |
| | 7 | # removed automatically). |
| | 8 | # |
| | 9 | # All configuration values have a default; values that are commented |
| | 10 | # out serve to show the default. |
| | 11 | |
| | 12 | # See the parent directory's conf_sub module for details. |
| | 13 | import sys |
| | 14 | sys.path.append('..') |
| | 15 | from conf_sub import * |
-
diff --git a/doc/en/reference/tensor.rst b/doc/en/reference/tensor/index.rst
rename from doc/en/reference/tensor.rst
rename to doc/en/reference/tensor/index.rst
|
old
|
new
|
|
| 8 | 8 | sage/tensor/differential_forms |
| 9 | 9 | sage/tensor/differential_form_element |
| 10 | 10 | |
| | 11 | |
| | 12 | .. include:: ../footer.txt |