From e249b74d9d75800abef2b067cb0ee77aa91d3920 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 12 Oct 2020 21:08:44 -0400 Subject: development/epydoc: Fix README. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- development/epydoc/README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'development/epydoc') diff --git a/development/epydoc/README b/development/epydoc/README index 22bc8650bf41..3ccc56eea211 100644 --- a/development/epydoc/README +++ b/development/epydoc/README @@ -1,6 +1,7 @@ Epydoc is a tool for generating API documentation for Python modules, -based on their docstrings. For an example of epydoc's output, see the API -documentation for epydoc itself (html, pdf). A lightweight markup language -called epytext can be used to format docstrings, and to add information -about specific fields, such as parameters and instance variables. Epydoc also -understands docstrings written in reStructuredText, Javadoc, and plaintext. +based on their docstrings. For an example of epydoc's output, see +the API documentation for epydoc itself (html, pdf). A lightweight +markup language called epytext can be used to format docstrings, +and to add information about specific fields, such as parameters and +instance variables. Epydoc also understands docstrings written in +reStructuredText, Javadoc, and plaintext. -- cgit v1.2.3