mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-07 00:14:48 -05:00
[PR #185] [MERGED] Added pdoc api doc generator to Documentation. #2273
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/185
Author: @paolodina
Created: 8/8/2014
Status: ✅ Merged
Merged: 8/8/2014
Merged by: @vinta
Base:
master← Head:patch-1📝 Commits (1)
a9fdb76Added pdoc api doc generator to Documentation.📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
pdoc is a library and a command line program to discover the public interface of a Python module or package. The pdoc script can be used to generate plain text or HTML of a module's public interface, or it can be used to run an HTTP server that serves generated HTML for installed modules. It is intended that pdoc will be a replacement for the unmaintained epydoc.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.