gitignore utils and internals docs; fill-in fixup
This commit is contained in:
parent
5a9574a72c
commit
d7ce1100ed
3
.gitignore
vendored
3
.gitignore
vendored
@ -43,7 +43,8 @@ output/*/index.html
|
||||
# Sphinx
|
||||
docs/_build
|
||||
docs/modules.rst
|
||||
docs/web3.*
|
||||
docs/*.internals.rst
|
||||
docs/*.utils.rst
|
||||
|
||||
# Blockchain
|
||||
chains
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user