Skip to content

Commit

Permalink
Trac #17615: Move bordeaux_2008 into thematic_tutorials
Browse files Browse the repository at this point in the history
Like for #17614, the document entitled "Three Lectures about Explicit
Methods in Number Theory Using Sage" is a document of its own though it
is literally a thematic tutorial. This branch moves it where it belongs.

Note: in order to look at this branch's diff you should use `git diff -M
HEAD ^develop`. Otherwise you will see files being added/removed while
they are only renamed. The -M option makes this clear.

Nathann

URL: http://trac.sagemath.org/17615
Reported by: ncohen
Ticket author(s): Nathann Cohen
Reviewer(s): Karl-Dieter Crisman, David Coudert
  • Loading branch information
Release Manager authored and vbraun committed Jan 27, 2015
2 parents 4bdbaed + e4f3206 commit e85dcb4
Show file tree
Hide file tree
Showing 26 changed files with 5 additions and 25 deletions.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
@@ -1,3 +1,5 @@
.. _explicit_methods_in_number_theory:

Three Lectures about Explicit Methods in Number Theory Using Sage
=================================================================

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions src/doc/en/thematic_tutorials/index.rst
Expand Up @@ -55,6 +55,7 @@ Number Theory

* :ref:`numtheory_rsa`
* :ref:`sage.rings.padics.tutorial`
* :ref:`explicit_methods_in_number_theory`

Coding Theory
-------------
Expand Down
1 change: 1 addition & 0 deletions src/doc/en/thematic_tutorials/toctree.rst
Expand Up @@ -21,3 +21,4 @@ Thematic tutorial document tree
coercion_and_categories
cython_interface
numerical_sage/index
explicit_methods_in_number_theory/index
24 changes: 0 additions & 24 deletions src/doc/en/website/templates/index.html
Expand Up @@ -261,30 +261,6 @@ <h2>

</tr>

<!-- Numerical Sage, and Bordeaux Lectures -->
<tr valign="top">

<td width="50%">
<p class="biglink">
<a class="biglink" href="bordeaux_2008/index.html">
Three Lectures about Explicit Methods in Number Theory Using
Sage
</a>
<a title="Download PDF" class="pdf" href="../../pdf/en/bordeaux_2008/bordeaux_2008.pdf">
<img class="icon" src="_static/pdf.png"></img>
</a>
<br>
<span class="linkdescr">
This document is about using the mathematics software Sage
to do computations with number fields and modular forms. It
assumes no prior knowledge about Sage, but assumes a
graduate level background in algebraic number theory.
</span>
</p>
</td>

</tr>

</table>

{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion src/sage/misc/sagedoc.py
Expand Up @@ -1036,7 +1036,7 @@ def search_doc(string, extra1='', extra2='', extra3='', extra4='',
sage: len(search_doc('tree', interact=False).splitlines()) > 4000 # long time
True
sage: len(search_doc('tree', whole_word=True, interact=False).splitlines()) < 1000 # long time
sage: len(search_doc('tree', whole_word=True, interact=False).splitlines()) < 2000 # long time
True
"""
return _search_src_or_doc('doc', string, extra1=extra1, extra2=extra2,
Expand Down

0 comments on commit e85dcb4

Please sign in to comment.