Skip to content

Instantly share code, notes, and snippets.

View ghaleon7's full-sized avatar
💭
Dreaming

ghaleon7

💭
Dreaming
View GitHub Profile
@ghaleon7
ghaleon7 / create_package_doc.py
Last active January 11, 2021 20:57 — forked from benman1/create_package_doc.py
Create a documentation for a complete python package using pdoc
"""
Adapter from
[stackoverflow](https://stackoverflow.com/questions/39453948/create-a-html-page-with-a-list-of-packages-using-pdoc-module).
"""
Creates documentation for a package using pdoc
"""
import os
from os import path, makedirs
import argparse