File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,3 +52,10 @@ check:
5252docs :
5353 sphinx-apidoc -d 6 -e -f -o docs . * .py tests
5454 make -C docs clean html
55+
56+ .PHONY : release
57+ release :
58+ git diff-index --quiet HEAD || { echo " untracked files! Aborting" ; exit 1; }
59+ git checkout develop
60+ git checkout -b release/$(shell date +'% Y% m% d')
61+ git push origin release/$(shell date +'% Y% m% d')
Original file line number Diff line number Diff line change 1+ graphenebase.ripemd160 module
2+ =============================
3+
4+ .. automodule :: graphenebase.ripemd160
5+ :members:
6+ :undoc-members:
7+ :show-inheritance:
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Submodules
2020 graphenebase.operationids
2121 graphenebase.operations
2222 graphenebase.prefix
23+ graphenebase.ripemd160
2324 graphenebase.signedtransactions
2425 graphenebase.transactions
2526 graphenebase.types
Original file line number Diff line number Diff line change 11graphenelib == 1.2.0
2+ sphinx
Original file line number Diff line number Diff line change @@ -31,6 +31,5 @@ basepython=
3131changedir =
3232 docs
3333deps =-rdocs/requirements.txt
34- sphinx
3534commands =
3635 sphinx-build -b html ./ ./html
You can’t perform that action at this time.
0 commit comments