mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
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:
parent
414451e15b
commit
b8abfb2dcd
96 changed files with 5884 additions and 5715 deletions
|
@ -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-->\\&")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue