Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 286 Bytes

File metadata and controls

8 lines (6 loc) · 286 Bytes

Generating docs

This is just a helper file to explain how to generate docs.

  1. pydoc-markdown -I arrayutilities -m Arr --render-toc > arrayutilities.md
  2. Copy/paste docs into README
  3. Replace #__init__.Arr. with #usage.
  4. Remove some of the extraneous elements at the top.