========== Some Tests ========== .. toctree:: :hidden: :glob: Windows Client is great. Admonitions =========== .. note:: You might prefer the mobile version .. warning:: EOS mobile is work in progress .. seealso:: `A very usefull documentation can be found on docs.typo3.org `__ .. tip:: A tip .. pull-quote:: Pull quote .. code-block:: ts let a = 'b'; .. code-block:: java public class HelloWorld { public static void main (String[] args) { // Ausgabe Hello World! System.out.println("Hello World!"); } } .. highlight:: ts .. code-block:: $a = "b"; .. highlight:: java .. code-block:: public class HelloWorld { public static void main (String[] args) { // Ausgabe Hello World! System.out.println("Hello World!"); } } .. So here we have a comment. It can spread over lines as long as you keep the indentation. This :ref:`is a link` to :ref:`test-link` | New Line | New Line New Line |br| New Line New Line Not a new Line Tables ====== .. csv-table:: Numbers :header: "Header 1", "Header 2", "Header 3", "Header 4", "Header 5" :widths: 20, 15, 5, 30, 20 1, "lots and lots of text", "little text", "42", "lorem ipsum and so forth ultra wide text" 2, "lots and lots of text", "little text", "42", "lorem ipsum and so forth ultra wide text" 3, "lots and lots of text", "little text", "42", "lorem ipsum and so forth ultra wide text" .. _test-link: Math formulas ============= .. math:: :nowrap: \begin{eqnarray} y & = & ax^2 + bx + c \\ f(x) & = & x^2 + 2xy + y^2 \end{eqnarray} .. math:: (a + b)^2 &= (a + b)(a + b) \\ &= a^2 + 2ab + b^2 + sqrt(3) .. math:: \sum_{n=0}^N x_n = y About this document ... Topic 1 ======= Here we go. Subtopic 1.1 ------------ | Here we dive deeper Subsubtopic 1.1.1 ~~~~~~~~~~~~~~~~~ And this is even more specific. Subtopic 1.2 ------------ | Here we dive up again Subsubtopic 1.2.1 ~~~~~~~~~~~~~~~~~ And this is even more specific. Subsubtopic 1.2.1.1 ^^^^^^^^^^^^^^^^^^^ And this is even more specific. Images ====== .. image:: mobile/eos-mobile-1.png Function Tests ============== .. py:function:: enumerate(sequence[, start=0]) Return an iterator that yields tuples of an index and an item of the *sequence*. (And so on...) .. autofunction:: io.open