5. :mod:`test_py_module`¶
Table of Contents
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.
- Param seller_id
Seller ID assigned by Dotpay
- Param pin
PIN assigned by Dotpay
- Param channel
Default payment channel (consult reference guide)
- Param lang
UI language
- Param lock
Whether to disable channels other than the default selected above
5.3. Data¶
Some data link :data:`Data_item_1`.