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

Merged
merged 1 commit into from Jan 30, 2015

Conversation

Projects
None yet
1 participant
Contributor

harding commented Jan 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.md into the new files _includes/ref/bitcoin-core/api-intro.md and _includes/ref/bitcoin-core/rpcs/intro.md

Current table of contents:

Remote Procedure Calls (RPCs)
  JSON-RPC & bitcoin-cli
  Quick Reference
  RPCs
    AddMultiSigAddress
    ...

After this commit:

Remote Procedure Calls (RPCs)
  Quick Reference
  RPCs
    AddMultiSigAddress
    ...

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.

Dev Docs: Merge RPC and RPC Intro
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.md` into
the new files `_includes/ref/bitcoin-core/api-intro.md` and
`_includes/ref/bitcoin-core/rpcs/intro.md`

@harding harding added the Dev Docs label Jan 28, 2015

@harding harding merged commit 2312aa1 into bitcoin-dot-org:master Jan 30, 2015

harding added a commit that referenced this pull request Jan 30, 2015

Merge Pull #722 and Pull #678
* 722: Dev Docs: Merge RPC and RPC Intro
* 678: Add NBitcoin to the list of free software projects

@harding 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