Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Dev Docs: Merge RPC and RPC Intro #722
Conversation
harding
added
the
Dev Docs
label
Jan 28, 2015
harding
merged commit 2312aa1
into
bitcoin-dot-org:master
Jan 30, 2015
harding
added a commit
that referenced
this pull request
Jan 30, 2015
harding
deleted the
harding:rpc-intro branch
Feb 25, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
harding commentedJan 27, 2015
Preview: http://dg1.dtrt.org/en/developer-reference#remote-procedure-calls-rpcs
This commit merges the RPC introduction section (h4), "JSON-RPC & bitcoin-cli" into the currently-empty RPC section (h3). To do this, it splits the contents of the file
_includes/ref_core_rpc_intro.mdinto the new files_includes/ref/bitcoin-core/api-intro.mdand_includes/ref/bitcoin-core/rpcs/intro.mdCurrent table of contents:
After this commit:
With "Remote Procedure Calls (RPCs)" now containing the exact same content as "JSON-RPC & bitcoin-cli" used to contain.
This is the same table of contents format used for the new REST docs---the reason I didn't do this earlier is to avoid extra review complications during the RPC doc rewrite last month.
As this is essentially a move-only commit with no new content, I plan to merge it in about 48 hours (00:00 UTC Friday) unless there is critical feedback.