Jason Neal
|
7ef2f65114
|
docs/library: Add / to indicate positional-only args in library docs.
Removes the confusion of positional-only arguments which have defaults that
look like keyword arguments.
|
2020-01-12 13:44:59 +11:00 |
Paul Sokolovsky
|
465d84b7e7
|
docs/library: Add CPython docs xref to each pertinent module.
Cross-reference text/link is implemented as RST substitution, so easy to
consistently.
|
2017-07-02 15:37:31 +03:00 |
Paul Sokolovsky
|
871a45dd0c
|
docs/{uselect,ussl,ustruct}: Use markup adhering to latest docs conventions.
|
2017-06-30 14:50:52 +03:00 |
Paul Sokolovsky
|
ca63c77073
|
docs/ustruct: Describe supported type codes.
|
2016-05-14 20:48:43 +03:00 |
Paul Sokolovsky
|
c468fe65c5
|
docs/ustruct: Fix argument formatting.
Per current CPython docs conventions, arguments are in italics. Follow
that.
|
2016-05-01 13:34:16 +03:00 |
Paul Sokolovsky
|
6b6acc5b5d
|
docs/ustruct: Document pack_into(), unpack_from().
|
2016-05-01 13:17:07 +03:00 |
Paul Sokolovsky
|
3bc9b571bb
|
docs/ustruct: There's no complete "struct" module, only "ustruct" subset.
"ustruct" is good example of micro-ified module, so rather should belong
to the corresponding list.
|
2016-04-22 22:37:14 +03:00 |