|
|
@@ -16,7 +16,14 @@ |
|
|
|
import pdoc |
|
|
|
|
|
|
|
parser = argparse.ArgumentParser( |
|
|
|
description="Automatically generate API docs for Python modules." |
|
|
|
description=( |
|
|
|
"Automatically generate API docs for Python modules. " |
|
|
|
"Documentation is available at https://pdoc3.github.io/pdoc/doc/pdoc/." |
|
|
|
), |
|
|
|
epilog=( |
|
|
|
"Missing something? Additional pdoc settings and configurations are " |
|
|
|
"documented at https://pdoc3.github.io/pdoc/doc/pdoc/" |
|
|
|
), |
|
|
|
) |
|
|
|
aa = parser.add_argument |
|
|
|
mode_aa = parser.add_mutually_exclusive_group().add_argument |
|
|
|
0 comments on commit
245ca15