gitignore utils and internals docs; fill-in fixup

pull/366/head
Jason Carver 2018-04-25 15:05:30 -07:00
parent 5a9574a72c
commit d7ce1100ed
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -43,7 +43,8 @@ output/*/index.html
# Sphinx
docs/_build
docs/modules.rst
docs/web3.*
docs/*.internals.rst
docs/*.utils.rst
# Blockchain
chains

View File

@ -41,7 +41,7 @@ _replace "s/<RTD_NAME>/$RTD_NAME/g"
_replace "s/<PROJECT_NAME>/$PROJECT_NAME/g"
_replace "s/<SHORT_DESCRIPTION>/$SHORT_DESCRIPTION/g"
mkdir $MODULE_NAME
mkdir -p $MODULE_NAME
touch $MODULE_NAME/__init__.py
# template filler is no longer needed, delete it