## Notes on creating documentation Use pydoc-markdown: `pydoc-markdown -p dryad2dataverse --render-toc > outputfile.md` Note the `-p` switch for loading a package instead of a single module (ie, `-m`) Can be used with mkdocs to produce JustTheDocs format static pages: