Skip to content

Commit

Permalink
gitignore utils and internals docs; fill-in fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
carver committed Apr 25, 2018
1 parent 5a9574a commit d7ce110
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ output/*/index.html
# Sphinx
docs/_build
docs/modules.rst
docs/web3.*
docs/*.internals.rst
docs/*.utils.rst

# Blockchain
chains
Expand Down
2 changes: 1 addition & 1 deletion fill_template_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7ce110

Please sign in to comment.