Dev Docs: Add 114 Pages Of New/Rewritten RPC Docs

* All previously-documented RPCs have had their text completely
  rewritten.

* All new RPCs and changed RPCs in Bitcoin Core 0.10.0 have been
  documented, except for hidden RPCs.

* A new RPC "Quick Reference" section has been added to make finding the
  right RPC easier.

* A "See Also" subsection has been added to the end of every RPC
  pointing to other relevant information.

* All previous examples in the RPC section have been re-run and updated
  as necessary.

* Syntax highlighting has been added wherever possible.

* Hash byte order has been specified as RPC byte order everywhere it's
  used in RPCs.
This commit is contained in:
David A. Harding 2014-12-06 20:15:26 -05:00
parent 414451e15b
commit b8abfb2dcd
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
96 changed files with 5884 additions and 5715 deletions

View file

@ -74,6 +74,7 @@ require 'yaml'
## becomes an issue, we can devise a more complex
## regex
(?!\w) ## Don't match inside words
(?!`) ## Don't match strings ending with a tic, unless the xref itself ends with a tic
/xmi) {|s|
if term[1] == "DO NOT AUTOCROSSREF"
s.gsub(/( |$)/, "<!--noref-->\\&")