aboutsummaryrefslogtreecommitdiff
path: root/docs/library/uctypes.rst
AgeCommit message (Collapse)Author
2020-01-12docs/library: Add / to indicate positional-only args in library docs.Jason Neal
Removes the confusion of positional-only arguments which have defaults that look like keyword arguments.
2018-10-23docs/library/uctypes: Add examples and make general updates.Paul Sokolovsky
Examples are added to the beginning of the module docs, similarly to docs for many other modules. Improvements to grammar, style, and clarity. Some paragraphs are updated with better suggestions. A warning added of the effect incorrect usage of the module may have. Describe the fact that offset range used in one defined structure is limited.
2017-11-25docs/uctypes: Tweak descriptor reference to hopefully be easier to follow.Paul Sokolovsky
Put offset first in OR expressions, and use "offset" var instead of hardcoded numbers. Hopefully, this will make it more self-describing and show patterns better.
2017-11-25docs/uctypes: Typo/article fixes.Paul Sokolovsky
2016-08-02docs: Spelling mistakesMike Causer
2016-06-09docs/uctypes: Improve documentation.Paul Sokolovsky
Seealso and Limitations sectiosn added, better formatting and grammar.
2016-03-02docs/uctypes.rst: Fix typo (steamlined -> streamlined).Noah Rosamilia
2015-06-10docs: Add initial draft documentation for the WiPy.Daniel Campora
This makes all common files "port-aware" using the .. only directive.
2015-06-06docs/uctype: Update for constructor argument order changes.Paul Sokolovsky
Also, other small cleanups/improvements.
2015-06-02docs/uctypes: Typo fix.Paul Sokolovsky
2015-06-02docs/uctypes: Fix API description errors.Paul Sokolovsky
"Structure class" is its descriptor, encoded as a dictionary. Then, uctypes.struct() instantiates an actual object, and thus requires memory address.
2015-03-31docs: uctypes: Bullet list formatting fixes.Paul Sokolovsky
2015-03-31docs: uctypes: Describe how to instantiate struct objects.Paul Sokolovsky
2015-03-27docs: uctypes: Describe bytes_at(), bytearray_at().Paul Sokolovsky
2015-03-24docs: uctypes: Describe couple more functions.Paul Sokolovsky
2015-01-08docs: Add initial "uctypes" modules docs. WIP.Paul Sokolovsky