A
A Quick Primer on reStructuredText
When it comes to writing software documentation, software developers generally prefer to use a lightweight markup language over binary formats such as DOCX or other word processor files. Such languages aim to provide a standardized way of notating basic rich-text features like bullet lists, emphasized text, section headings, tables, and inline code within the limits of a plaintext file, while remaining human-readable. Documents written in lightweight markup languages can be read as-is, or compiled into other formats like PDF, DOCX, or HTML.
This approach has several advantages over the use of binary word processor files:
- The documentation can be treated like code: it can be edited with the code editor and ...
Get Python GUI Programming with Tkinter - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.