My Test of Class HTML

My Test of Class HTML

Hans Petter Langtangen

Simula Research Laboratory
Dept. of Informatics, Univ. of Oslo
Mon, 01 Mar 2021 (11:24)

First Section

Here is some text for section 1. This is a first example of using the DocWriter module for writing documents from Python scripts. It could be a nice tool since we do not need to bother with special typesetting, such as fixed width fonts in plain text.

First Subsection

Some text for the subsection.

Test of a Paragraph. Some paragraph text taken from "Documenting Python": The Python language has a substantial body of documentation, much of it contributed by various authors. The markup used for the Python documentation is based on LaTeX and requires a significant set of macros written specifically for documenting Python. This document describes the macros introduced to support Python documentation and how they should be used to support a wide range of output formats. This document describes the document classes and special markup used in the Python documentation. Authors may use this guide, in conjunction with the template files provided with the distribution, to create or maintain whole documents or sections. If you're interested in contributing to Python's documentation, there's no need to learn LaTeX if you're not so inclined; plain text contributions are more than welcome as well. Here is an enumerate list:

  1. item1

  2. item2

    1. subitem1

    2. subitem2

  3. item3

    1. subitem3

    2. subitem4
...with some trailing text.

First Subsubsection with an Itemize List

Here is some Python code:
class A:
    pass

class B(A):
    pass

b = B()
b.item = 0  # create a new attribute

Second Section

Here is a description list:

keyword1
item1

keyword2
item2 goes here, with a colon : and some text after

key3
subitem1

key4
subitem2

key5
item3

key6
subitem3

key7
subitem4

And here is a table:

ab
cd
eand a longer text