Incorporate docstrings

MyClass

class example.MyClass(arg1)

This is a simple class.

This module illustrates three features of Sphinx:

  1. Pygments integration.
  2. Auto-doc features.
  3. Use of rst in docstrings.

Methods

MyClass.another_method()
Returns something.

main()

example.main()

Table Of Contents

Previous topic

Syntax Highlighting

Next topic

Module Index

This Page