Ticket #6495: trac_6495-part1-moving-files.patch

File trac_6495-part1-moving-files.patch, 71.5 KB (added by jhpalmieri, 3 months ago)

apply first

  • new file doc/en/reference/algebras/conf.py

    # 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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    31Algebras 
    42======== 
    53 
     
    2220   sage/algebras/steenrod/steenrod_algebra_bases 
    2321   sage/algebras/steenrod/steenrod_algebra_misc 
    2422   sage/algebras/steenrod/steenrod_algebra_mult 
     23 
     24.. include:: ../footer.txt 
  • new file doc/en/reference/arithgroup/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    31Arithmetic Subgroups of `{\rm SL}_2(\ZZ)` 
    42================================================ 
    53 
     
    1917   sage/modular/arithgroup/congroup_gamma 
    2018   sage/modular/arithgroup/congroup_sl2z 
    2119   sage/modular/arithgroup/farey_symbol 
     20 
     21.. include:: ../footer.txt 
  • new file doc/en/reference/calculus/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    2323   sage/calculus/riemann 
    2424   sage/gsl/interpolation 
    2525   sage/calculus/interpolators 
     26 
     27.. include:: ../footer.txt 
  • new file doc/en/reference/categories/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    31Category Theory 
    42=============== 
    53 
     
    171169   :maxdepth: 2 
    172170 
    173171   sage/categories/action 
     172 
     173.. include:: ../footer.txt 
  • new file doc/en/reference/cmd/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    31The Sage Command Line 
    42===================== 
    53 
     
    1412   sage/misc/readline_extra_commands 
    1513 
    1614For 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 
  • new file doc/en/reference/coding/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    99   sage/coding/sd_codes 
    1010   sage/coding/code_bounds 
    1111   sage/coding/source_coding/huffman 
     12 
     13.. include:: ../footer.txt 
  • new file doc/en/reference/coercion/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    651651    sage/structure/coerce_actions 
    652652    sage/structure/coerce_maps 
    653653    
     654 
     655.. include:: ../footer.txt 
  • new file doc/en/reference/combinat/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • doc/en/reference/combinat/index.rst

    diff --git a/doc/en/reference/combinat/index.rst b/doc/en/reference/combinat/index.rst
    a b  
    44.. toctree:: 
    55   :maxdepth: 2 
    66 
    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 
    5252   cluster_algebras 
    5353 
    5454   algebra 
     
    5757   ncsf_qsym 
    5858   root_systems 
    5959 
    60    ../sage/combinat/kazhdan_lusztig 
     60   sage/combinat/kazhdan_lusztig 
    6161 
    6262   crystals 
    6363   posets 
     
    6868   words 
    6969   iet 
    7070 
    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 
    7474 
     75 
     76.. include:: ../footer.txt 
  • new file doc/en/reference/constants/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    66 
    77   sage/symbolic/constants 
    88   sage/symbolic/constants_c 
     9 
     10.. include:: ../footer.txt 
  • new file doc/en/reference/cryptography/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    2727   sage/crypto/mq/sbox 
    2828 
    2929   sage/crypto/lattice 
     30 
     31.. include:: ../footer.txt 
  • new file doc/en/reference/databases/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    31Databases 
    42========= 
    53 
     
    6058   sage/databases/conway 
    6159   sage/databases/odlyzko 
    6260   sage/databases/symbolic_data 
     61 
     62.. include:: ../footer.txt 
  • new file doc/en/reference/finance/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    99   sage/finance/fractal 
    1010   sage/finance/markov_multifractal 
    1111 
     12 
     13.. include:: ../footer.txt 
  • new file doc/en/reference/finite_rings/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    31Finite Rings 
    42==================================== 
    53 
     
    1513   sage/rings/finite_rings/finite_field_prime_modn 
    1614   sage/rings/finite_rings/homset 
    1715 
     16 
     17.. include:: ../footer.txt 
  • new file doc/en/reference/function_fields/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    1010   sage/rings/function_field/function_field_ideal 
    1111   sage/rings/function_field/maps 
    1212   sage/rings/function_field/constructor 
     13 
     14.. include:: ../footer.txt 
  • new file doc/en/reference/functions/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    1515   sage/functions/wigner 
    1616   sage/functions/generalized 
    1717   sage/functions/prime_pi 
     18 
     19.. include:: ../footer.txt 
  • new file doc/en/reference/games/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    99 
    1010   sage/games/sudoku 
    1111   sage/games/quantumino 
     12 
     13.. include:: ../footer.txt 
  • new file doc/en/reference/geometry/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    3636   sage/geometry/triangulation/base 
    3737   sage/geometry/triangulation/element 
    3838 
     39 
     40.. include:: ../footer.txt 
  • new file doc/en/reference/graphs/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    6565   sage/graphs/graph_latex 
    6666   sage/graphs/graph_list 
    6767   sage/graphs/hyperbolicity 
     68 
     69.. include:: ../footer.txt 
  • new file doc/en/reference/groups/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    31Groups 
    42====== 
    53 
     
    4038   sage/groups/misc_gps/misc_groups 
    4139 
    4240 
     41 
     42.. include:: ../footer.txt 
  • new file doc/en/reference/hecke/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    31General Hecke Algebras and Hecke Modules 
    42======================================== 
    53 
     
    2220 
    2321   sage/modular/hecke/algebra 
    2422   sage/modular/hecke/hecke_operator 
     23 
     24.. include:: ../footer.txt 
  • new file doc/en/reference/history_and_license/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    391391to do, use the GNU Library General Public License instead of this 
    392392License. 
    393393 
     394 
     395.. include:: ../footer.txt 
  • new file doc/en/reference/homology/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    2222   sage/homology/cubical_complex 
    2323   sage/homology/cell_complex 
    2424   sage/interfaces/chomp 
     25 
     26.. include:: ../footer.txt 
  • new file doc/en/reference/interfaces/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    31Interpreter Interfaces 
    42====================== 
    53 
     
    8179   sage/interfaces/singular 
    8280   sage/interfaces/tachyon 
    8381   sage/interfaces/jmoldata 
     82 
     83.. include:: ../footer.txt 
  • new file doc/en/reference/lfunctions/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    99 
    1010   sage/lfunctions/lcalc 
    1111   sage/lfunctions/sympow 
    12    sage/lfunctions/dokchitser 
    13  No newline at end of file 
     12   sage/lfunctions/dokchitser 
     13 
     14.. include:: ../footer.txt 
  • new file doc/en/reference/libs/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    31C/C++ Library Interfaces 
    42======================== 
    53 
     
    3836   sage/libs/singular/function 
    3937   sage/libs/singular/option 
    4038   sage/libs/ppl 
     39 
     40.. include:: ../footer.txt 
  • new file doc/en/reference/logic/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    66 
    77   sage/logic/propcalc 
    88   sage/logic/booleval 
     9 
     10.. include:: ../footer.txt 
  • new file doc/en/reference/matrices/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    31Matrices and Spaces of Matrices 
    42=============================== 
    53 
     
    9088   sage/matrix/operation_table 
    9189 
    9290   sage/matrix/benchmark 
     91 
     92.. include:: ../footer.txt 
  • new file doc/en/reference/misc/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    31Miscellaneous 
    42============= 
    53 
     
    7169   sage/misc/lazy_attribute 
    7270   sage/misc/lazy_format 
    7371   sage/misc/lazy_import 
     72 
     73.. include:: ../footer.txt 
  • new file doc/en/reference/modabvar/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    31Modular Abelian Varieties 
    42========================= 
    53 
     
    1715   sage/modular/abvar/morphism 
    1816   sage/modular/abvar/abvar_newform 
    1917   sage/modular/abvar/lseries 
     18 
     19.. include:: ../footer.txt 
  • new file doc/en/reference/modfrm/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    31Modular Forms 
    42============= 
    53 
     
    2624   sage/modular/modform/half_integral 
    2725   sage/modular/modform/find_generators 
    2826    
     27 
     28.. include:: ../footer.txt 
  • new file doc/en/reference/modmisc/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    31Miscellaneous Modular-Form-Related Modules 
    42========================================== 
    53 
     
    2523 
    2624   sage/modular/cusps_nf 
    2725 
     26 
     27.. include:: ../footer.txt 
  • new file doc/en/reference/modsym/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    31Modular Symbols 
    42=============== 
    53 
     
    2826 
    2927   sage/modular/modsym/p1list_nf 
    3028 
     29 
     30.. include:: ../footer.txt 
  • new file doc/en/reference/modules/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    31Modules 
    42======= 
    53 
     
    2523   sage/modules/fg_pid/fgp_module 
    2624   sage/modules/fg_pid/fgp_element 
    2725   sage/modules/fg_pid/fgp_morphism 
     26 
     27.. include:: ../footer.txt 
  • new file doc/en/reference/monoids/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    31Monoids 
    42======= 
    53 
     
    1614   sage/monoids/free_abelian_monoid_element 
    1715   sage/monoids/string_monoid_element 
    1816   sage/monoids/string_monoid 
     17 
     18.. include:: ../footer.txt 
  • new file doc/en/reference/notebook/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    31The Sage Notebook 
    42================= 
    53 
     
    5553   SKIP sagenb/interfaces/worksheet_process 
    5654   SKIP sagenb/interfaces/reference 
    5755   SKIP sagenb/interfaces/expect 
     56 
     57.. include:: ../footer.txt 
  • new file doc/en/reference/number_fields/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    2222   sage/rings/number_field/totallyreal 
    2323   sage/rings/number_field/totallyreal_rel 
    2424   sage/rings/qqbar 
     25 
     26.. include:: ../footer.txt 
  • new file doc/en/reference/numerical/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    2323Programming 
    2424<http://www.sagemath.org/doc/thematic_tutorials/linear_programming.html>`_. 
    2525 
     26 
     27.. include:: ../footer.txt 
  • new file doc/en/reference/padics/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    4242   sage/rings/padics/pow_computer_ext 
    4343   sage/rings/padics/padic_printing 
    4444   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 
  • new file doc/en/reference/parallel/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    31Parallel Computing 
    42================== 
    53 
     
    119   sage/parallel/use_fork 
    1210   sage/parallel/multiprocessing_sage 
    1311   sage/parallel/ncpus 
     12 
     13.. include:: ../footer.txt 
  • new file doc/en/reference/plane_curves/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    31Elliptic and Plane Curves 
    42========================= 
    53 
     
    4644   sage/schemes/elliptic_curves/cm 
    4745 
    4846 
    49 .. _ch:jacobians: 
     47 
    5048 
    5149Hyperelliptic Curves 
    5250==================== 
     
    6563   sage/schemes/hyperelliptic_curves/jacobian_morphism 
    6664 
    6765   sage/interfaces/genus2reduction 
     66 
     67.. include:: ../footer.txt 
  • new file doc/en/reference/plot3d/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    1717   sage/plot/plot3d/base 
    1818   sage/plot/plot3d/tachyon 
    1919   sage/plot/plot3d/texture 
     20 
     21.. include:: ../footer.txt 
  • new file doc/en/reference/plotting/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    3030   sage/plot/colors 
    3131   sage/plot/hyperbolic_arc 
    3232   sage/plot/hyperbolic_triangle 
     33 
     34.. include:: ../footer.txt 
  • new file doc/en/reference/polynomial_rings/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    41Polynomial Rings 
    52================ 
    63 
     
    2320 
    2421   sage/rings/polynomial/convolution 
    2522   sage/rings/polynomial/cyclotomic 
     23 
     24.. include:: ../footer.txt 
  • new file doc/en/reference/power_series/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    31Power Series Rings 
    42================== 
    53 
     
    1513 
    1614   sage/rings/laurent_series_ring 
    1715   sage/rings/laurent_series_ring_element 
     16 
     17.. include:: ../footer.txt 
  • new file doc/en/reference/probability/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    66 
    77   sage/gsl/probability_distribution 
    88   sage/probability/random_variable 
     9 
     10.. include:: ../footer.txt 
  • new file doc/en/reference/quadratic_forms/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    31Quadratic Forms 
    42=============== 
    53 
     
    1210   sage/quadratic_forms/random_quadraticform 
    1311   sage/quadratic_forms/special_values 
    1412   sage/quadratic_forms/count_local_2 
     13 
     14.. include:: ../footer.txt 
  • new file doc/en/reference/quat_algebras/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    31Quaternion Algebras 
    42=================== 
    53 
     
    97   sage/algebras/quatalg/quaternion_algebra 
    108   sage/algebras/quatalg/quaternion_algebra_element 
    119 
     10 
     11.. include:: ../footer.txt 
  • new file doc/en/reference/rings/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    31General Rings, Ideals, and Morphisms 
    42==================================== 
    53 
     
    1816   sage/rings/quotient_ring 
    1917   sage/rings/quotient_ring_element 
    2018   sage/rings/invariant_theory 
     19 
     20.. include:: ../footer.txt 
  • new file doc/en/reference/rings_numerical/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    2929   sage/rings/complex_number 
    3030   sage/rings/complex_mpc 
    3131   sage/rings/real_mpfi 
     32 
     33.. include:: ../footer.txt 
  • new file doc/en/reference/rings_standard/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    1717   sage/rings/finite_rings/element_base 
    1818 
    1919   sage/rings/universal_cyclotomic_field/universal_cyclotomic_field 
     20 
     21.. include:: ../footer.txt 
  • new file doc/en/reference/sat/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    136136.. [CMS] http://www.msoos.org/cryptominisat2/ 
    137137 
    138138.. [SG09] http://www.satcompetition.org/2009/format-benchmarks2009.html 
     139 
     140.. include:: ../footer.txt 
  • new file doc/en/reference/schemes/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    31Schemes 
    42======= 
    53 
     
    3432   sage/schemes/toric/ideal 
    3533   sage/schemes/toric/morphism 
    3634 
     35 
     36.. include:: ../footer.txt 
  • new file doc/en/reference/semirings/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    55   :maxdepth: 2 
    66 
    77   sage/rings/semirings/non_negative_integer_semiring 
     8 
     9.. include:: ../footer.txt 
  • new file doc/en/reference/stats/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    1111   sage/stats/hmm/distributions 
    1212   sage/stats/hmm/util 
    1313 
     14 
     15.. include:: ../footer.txt 
  • new file doc/en/reference/structure/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    3737 
    3838   sage/structure/parent 
    3939    
     40 
     41.. include:: ../footer.txt 
  • new file doc/en/reference/tensor/conf.py

    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. 
     13import sys 
     14sys.path.append('..') 
     15from conf_sub import * 
  • .rst

    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  
    88   sage/tensor/differential_forms 
    99   sage/tensor/differential_form_element 
    1010 
     11 
     12.. include:: ../footer.txt