Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Add documention for API servers and RPC methods #664

Open
wants to merge 37 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
13e979b
Merge pull request #38 from CityOfZion/development
jseagrave21 Oct 10, 2018
f458378
Update CHANGELOG.rst
jseagrave21 Oct 10, 2018
719a6fe
Update Readme.rst
jseagrave21 Oct 10, 2018
23ab95f
Update basicusage.rst
jseagrave21 Oct 10, 2018
76564e4
Update basicusage.rst
jseagrave21 Oct 10, 2018
4adc41a
Update basicusage.rst
jseagrave21 Oct 10, 2018
6727c3a
Create Api_Server.rst
jseagrave21 Oct 10, 2018
fed29b3
Add API_Server to toctree
jseagrave21 Oct 10, 2018
74a172b
Update Api_Server.rst
jseagrave21 Oct 10, 2018
a8da430
Update Api_Server.rst
jseagrave21 Oct 11, 2018
ae54a96
Update CHANGELOG.rst
jseagrave21 Oct 12, 2018
8346aa4
Merge pull request #42 from CityOfZion/development
jseagrave21 Oct 12, 2018
f2129fc
Delete seedlist.png
jseagrave21 Oct 12, 2018
197f286
Add seedlist.png
jseagrave21 Oct 12, 2018
62d97c4
Update Seedlist.rst
jseagrave21 Oct 12, 2018
42eaf72
Update Api_Server.rst
jseagrave21 Oct 13, 2018
792587f
Update CHANGELOG.rst
jseagrave21 Oct 13, 2018
96e7014
Update api_server.py
jseagrave21 Oct 16, 2018
34595b3
Update api_server.py
jseagrave21 Oct 16, 2018
c5567c2
Update basicusage.rst
jseagrave21 Oct 16, 2018
c4ee40a
Update basicusage.rst
jseagrave21 Oct 16, 2018
832befd
Update Seedlist.rst
jseagrave21 Oct 16, 2018
49b0e00
Update Api_Server.rst
jseagrave21 Oct 31, 2018
dcc4608
Update CHANGELOG.rst
jseagrave21 Oct 31, 2018
e005758
Merge pull request #61 from CityOfZion/development
jseagrave21 Oct 31, 2018
e5c90e7
Update CHANGELOG.rst
jseagrave21 Oct 31, 2018
24c4093
Update Api_Server.rst
jseagrave21 Nov 11, 2018
626dd99
Update basicusage.rst
jseagrave21 Nov 12, 2018
3885866
Update Api_Server.rst
jseagrave21 Nov 12, 2018
4596e30
Update api_server.py
jseagrave21 Nov 20, 2018
2f6af1c
Update CHANGELOG.rst
jseagrave21 Nov 20, 2018
0df16ff
Merge pull request #73 from CityOfZion/development
jseagrave21 Nov 20, 2018
806c20b
Update CHANGELOG.rst
jseagrave21 Nov 20, 2018
1e2f010
Update CHANGELOG.rst
jseagrave21 Nov 20, 2018
e4efd88
Update basicusage.rst
jseagrave21 Nov 20, 2018
850be72
Update basicusage.rst
jseagrave21 Nov 20, 2018
78505bd
Update Api_Server.rst
jseagrave21 Nov 20, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ All notable changes to this project are documented in this file.
- Add fixtures guidelines and add the smart contract source codes (UnitTest-SM.zip) to the fixtures package
- Adds ``sendmany`` feature to prompt.py, integrates with ``send`` feature, and adds provisions for sending with a negative fee and bad from_address
- Fix ``ExtendedJsonRpcApi``
- Add documention for API servers and RPC methods

[0.8.1] 2018-10-06
------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/Readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Guidelines
----------
When contributing please note the following:

1. NEO-Python Docs use the sphinx module to build https://neo-python.readthedocs.io/en/latest/. So, make sure every docucment you add uses reStructuredText (e.g. <yourfile>.rst).
1. NEO-Python Docs use the sphinx module to build https://neo-python.readthedocs.io/en/latest/. So, make sure every document you add uses reStructuredText (e.g. <yourfile>.rst).

2. After creating your document, be sure to update the ``toctree`` in index.rst. **Failing to do so will result in your document missing from the readthedocs website.**

Expand Down
Loading