OSDN Git Service

Way overthinking this.
authorSimon Forman <sforman@hushmail.com>
Wed, 23 Mar 2022 17:33:02 +0000 (10:33 -0700)
committerSimon Forman <sforman@hushmail.com>
Wed, 23 Mar 2022 17:33:02 +0000 (10:33 -0700)
commitdc76b4da2e7cd7a7d2753adb97a772cb074d96f2
treef1e3b31d6bed82d48777c483a612a15e1fcc5f6f
parent6d9c4f14dc6c0e1260fcdff645d2ae583274a638
Way overthinking this.

I want stub Markdown files for each (as yet undocumented) function.
The functions have docstrings but they are in ReST format.  Using the
`wrod.py` script I can fins all the functions that don't yet have doc
files and write their docstrings into a ReST template.  Then I use Make
and Pandoc to convert the ReST files to Markdown.
docs/yow/Makefile [new file with mode: 0644]
docs/yow/wrods.py [new file with mode: 0644]