diff --git a/docs/index.html b/docs/index.html index 26fdd98..f99c47d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,7 +3,7 @@ Quickdocs - + @@ -74,11 +74,16 @@

Text Formatting

Python Library

-

CommandError() → None

+

QuickdocsError() → None

Error caused by an invalid or missing command line option -

main(argv:list) → None

+

main() → None

Main CLI +

Runs the main quickdocs program. Generates the docs/index.html from + the README.md file and from the module created using the + pyproject.toml file. If the WITHCSS is set to a file that exists, it + also copies that file to the docs/ folder and references it in the HTML + file.

Arguments