We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b69e5 commit caec1fbCopy full SHA for caec1fb
README
@@ -110,3 +110,15 @@ Under bitcoin/tests using test data from Bitcoin Core. To run them:
110
python -m unittest discover && python3 -m unittest discover
111
112
Please run the tests on both Python2 and Python3 for your pull-reqs!
113
+
114
115
+Documentation
116
+-------------
117
118
+Sphinx documentation is in the "doc" subdirectory. Run "make help" from there
119
+to see how to build. You will need the Python "sphinx" package installed.
120
121
+Currently this is just API documentation generated from the code and
122
+docstrings. Higher level written docs would be useful, perhaps starting with
123
+much of this README. Pages are written in reStructuredText and linked from
124
+index.rst.
0 commit comments