From d7ce1100ed8c80b108d98f78dc080c6e64d74b9f Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Wed, 25 Apr 2018 15:05:30 -0700 Subject: [PATCH] gitignore utils and internals docs; fill-in fixup --- .gitignore | 3 ++- fill_template_vars.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c380203..e5902e4 100644 --- a/.gitignore +++ b/.gitignore @@ -43,7 +43,8 @@ output/*/index.html # Sphinx docs/_build docs/modules.rst -docs/web3.* +docs/*.internals.rst +docs/*.utils.rst # Blockchain chains diff --git a/fill_template_vars.sh b/fill_template_vars.sh index 531efcf..197f490 100755 --- a/fill_template_vars.sh +++ b/fill_template_vars.sh @@ -41,7 +41,7 @@ _replace "s//$RTD_NAME/g" _replace "s//$PROJECT_NAME/g" _replace "s//$SHORT_DESCRIPTION/g" -mkdir $MODULE_NAME +mkdir -p $MODULE_NAME touch $MODULE_NAME/__init__.py # template filler is no longer needed, delete it