5. :mod:`test_py_module`

5.1. Generated Index

Part of the sphinx build process in generate and index file: Index .

5.2. Optional parameter args

At this point optional parameters cannot be generated from code . However, some projects will manually do it, like so:

This example comes from django-payments module docs .

payments.dotpay.DotpayProvider(seller_id, pin[, channel=0[, lock=False], lang='pl'])

This backend implements payments using a popular Polish gateway, Dotpay.pl .

Due to API limitations there is no support for transferring purchased items.

Parameters
  • seller_id – Seller ID assigned by Dotpay

  • pin – PIN assigned by Dotpay

  • channel – Default payment channel (consult reference guide)

  • lang – UI language

  • lock – Whether to disable channels other than the default selected above

5.3. Data

Some data link :data:`Data_item_1` .