Example Pydoc
This article discusses a Python function called some_random_method
that takes three parameters. It also introduces a class named Dog
, which has both instance and class variables. The class contains the bark
method, which can take an optional ‘loud’ parameter and returns ‘woof’. The existence of this method was generated by pdoc version 0.10.0.
description: |
API documentation for modules: example_docstring.
lang: en
classoption: oneside
geometry: margin=1in
papersize: a4
linkcolor: blue
links-as-notes: true
…