[svn r37264] create the new development trunk

--HG--
branch : trunk
This commit is contained in:
hpk
2007-01-24 15:24:01 +01:00
commit 5992a8ef21
435 changed files with 58640 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
rest_sources = ['part1.txt', 'part2.txt']
rest_options = ["--use-latex-toc", "--generator"] # generator is easy to test

View File

@@ -0,0 +1,3 @@
digraph G {
a -> b -> c -> d;
}

View File

@@ -0,0 +1,8 @@
Euklids proof about the infinitude of primes
============================================
If there were only a finite amount of primes then there would be a largest
prime :latexformula:`p`. However, the number :latexformula:`p! + 1` is not
divisible by any number :latexformula:`1, ..., p`. Therefore, a prime dividing
:latexformula:`p! + 1` has to be bigger than :latexformula:`p`. Therefore there
is an infinite number of primes.

View File

@@ -0,0 +1,2 @@
this formula contains a fraction, that means it also contains a backslash:
:latexformula:`$\frac{x^2}{y^2}$`

View File

@@ -0,0 +1,7 @@
This tests the graphviz directive
=================================
let's embed the cool graphviz example:
.. graphviz:: example1.dot
:scale: 50

View File

@@ -0,0 +1,19 @@
.. contents::
This is the first part of the example rest file
===============================================
some content.
fancy subsection heading
-------------------------
some more content.
really stupid document
------------------------
we are all thankful that it ends now.

View File

@@ -0,0 +1,7 @@
This is the second part of the test file
=========================================
.. contents::
the text in it is not much more interesting.

View File

@@ -0,0 +1,5 @@
rest_sources = ['part1.txt', 'part2.txt']
rest_options = ["--use-latex-toc", "--generator"] # generator is easy to test
toc_depth = 1