Welcome to Quick Start Example documentation!

Some intro text. To get started, look here.

An overview

My Module

Some highlighted functionality from my module.

This is a simple example:

import py_qs_example

obj = py_qs_example.mymodule.ExampleClass(5, int)
print('done')

ExampleClass(num[, klass])

An example class created from the pypi-sphinx-quickstart tutorial.

example_function(…)

Example for function documentation.

My Package

py_qs_example.mypackage.module.ExampleClass2(…)

An example class created from the pypi-sphinx-quickstart tutorial.

py_qs_example.mypackage.module.example_function2(…)

Example for function documentation.

Indices and tables