Skip to content

Instantly share code, notes, and snippets.

@SubhadityaMukherjee
Last active June 7, 2021 08:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SubhadityaMukherjee/fe50152da413d76545dcbb83ad7bc0bc to your computer and use it in GitHub Desktop.
Save SubhadityaMukherjee/fe50152da413d76545dcbb83ad7bc0bc to your computer and use it in GitHub Desktop.
black "."
isort .
pdoc --force --html -o docs libraryname
mv docs/libraryname/index.html docs/index.md
mv docs/libraryname/* docs/
if [[ ! -z $1 ]]; then
git add . && git commit -m $1 && git push
fi #run the script as ./pusher.sh "commit_message"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment