mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
gitignore utils and internals docs; fill-in fixup
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -43,7 +43,8 @@ output/*/index.html
|
|||||||
# Sphinx
|
# Sphinx
|
||||||
docs/_build
|
docs/_build
|
||||||
docs/modules.rst
|
docs/modules.rst
|
||||||
docs/web3.*
|
docs/*.internals.rst
|
||||||
|
docs/*.utils.rst
|
||||||
|
|
||||||
# Blockchain
|
# Blockchain
|
||||||
chains
|
chains
|
||||||
|
|||||||
@ -41,7 +41,7 @@ _replace "s/<RTD_NAME>/$RTD_NAME/g"
|
|||||||
_replace "s/<PROJECT_NAME>/$PROJECT_NAME/g"
|
_replace "s/<PROJECT_NAME>/$PROJECT_NAME/g"
|
||||||
_replace "s/<SHORT_DESCRIPTION>/$SHORT_DESCRIPTION/g"
|
_replace "s/<SHORT_DESCRIPTION>/$SHORT_DESCRIPTION/g"
|
||||||
|
|
||||||
mkdir $MODULE_NAME
|
mkdir -p $MODULE_NAME
|
||||||
touch $MODULE_NAME/__init__.py
|
touch $MODULE_NAME/__init__.py
|
||||||
|
|
||||||
# template filler is no longer needed, delete it
|
# template filler is no longer needed, delete it
|
||||||
|
|||||||
Reference in New Issue
Block a user