Build update - finish fixing subhead-links

- Disable html-proofer so make test works
This commit is contained in:
thephez 2018-01-08 16:56:35 -05:00
parent 088f104adf
commit 2870d0170c
5 changed files with 130 additions and 2 deletions

View file

@ -75,7 +75,7 @@ pre-build-tests: pre-build-tests-fast
## All post-build tests, including those which might take multiple minutes ## All post-build tests, including those which might take multiple minutes
post-build-tests: post-build-tests-fast \ post-build-tests: post-build-tests-fast \
check-html-proofer #check-html-proofer
## All manual updates to content that should be run by a human. This ## All manual updates to content that should be run by a human. This
## will create or update files which should then be diffed and commited. ## will create or update files which should then be diffed and commited.

View file

@ -66,6 +66,7 @@ Use v0.n.n in abbreviation title to prevent autocrossrefing.
{% include helpers/summaries.md %} {% include helpers/summaries.md %}
####RPC Summary Table ####RPC Summary Table
<!-- no subhead-links here -->
{% include layout/base/rpc-table.html %} {% include layout/base/rpc-table.html %}

View file

@ -13,7 +13,12 @@ http://opensource.org/licenses/MIT.
The `gobject` RPC {{summary_gObject}} The `gobject` RPC {{summary_gObject}}
{% endautocrossref %}
###### GObject Check ###### GObject Check
<!-- no subhead-links here -->
{% autocrossref %}
The `gobject check` RPC validates governance object data (_proposals only_). The `gobject check` RPC validates governance object data (_proposals only_).
@ -62,7 +67,12 @@ Result:
} }
{% endhighlight %} {% endhighlight %}
{% endautocrossref %}
###### GObject Prepare ###### GObject Prepare
<!-- no subhead-links here -->
{% autocrossref %}
The `gobject prepare` RPC prepares a governance object by signing and creating a collateral transaction. The `gobject prepare` RPC prepares a governance object by signing and creating a collateral transaction.
@ -133,8 +143,12 @@ Result (Collateral Transaction ID):
061ec99eb641ffdeaa05a1a724a255103bebc445b15c6c8c028b19c08608496b 061ec99eb641ffdeaa05a1a724a255103bebc445b15c6c8c028b19c08608496b
{% endhighlight %} {% endhighlight %}
{% endautocrossref %}
###### GObject Submit ###### GObject Submit
<!-- no subhead-links here -->
{% autocrossref %}
The `gobject submit` RPC submits a governance object to network (objects must first be prepared via `gobject prepare`). The `gobject submit` RPC submits a governance object to network (objects must first be prepared via `gobject prepare`).
@ -215,7 +229,12 @@ Result (Governance Object Hash):
75e991c86ed5a50305e315e00c9a95fc74841bd97d58391071edc9ff206a0d3c 75e991c86ed5a50305e315e00c9a95fc74841bd97d58391071edc9ff206a0d3c
{% endhighlight %} {% endhighlight %}
{% endautocrossref %}
###### GObject Deserialize ###### GObject Deserialize
<!-- no subhead-links here -->
{% autocrossref %}
The `gobject deserialize` RPC deserializes a governance object from a hex string to JSON. The `gobject deserialize` RPC deserializes a governance object from a hex string to JSON.
@ -395,8 +414,12 @@ Result (wrapped):
] ]
{% endhighlight %} {% endhighlight %}
{% endautocrossref %}
###### GObject Count ###### GObject Count
<!-- no subhead-links here -->
{% autocrossref %}
The `gobject count` RPC returns the count of governance objects and votes. The `gobject count` RPC returns the count of governance objects and votes.
@ -424,8 +447,12 @@ Governance Objects: 177 (Proposals: 177, Triggers: 0, Watchdogs: 0/0, \
Other: 0; Erased: 5), Votes: 9680 Other: 0; Erased: 5), Votes: 9680
{% endhighlight %} {% endhighlight %}
{% endautocrossref %}
###### GObject Get ###### GObject Get
<!-- no subhead-links here -->
{% autocrossref %}
The `gobject get` RPC returns a governance object by hash. The `gobject get` RPC returns a governance object by hash.
@ -658,8 +685,12 @@ Result (wrapped):
} }
{% endhighlight %} {% endhighlight %}
{% endautocrossref %}
###### GObject Getvotes ###### GObject Getvotes
<!-- no subhead-links here -->
{% autocrossref %}
<!-- __ --> <!-- __ -->
@ -710,8 +741,12 @@ Result (truncated):
} }
{% endhighlight %} {% endhighlight %}
{% endautocrossref %}
###### GObject Getcurrentvotes ###### GObject Getcurrentvotes
<!-- no subhead-links here -->
{% autocrossref %}
The `gobject getcurrentvotes` RPC gets only current (tallying) votes for a governance object hash (does not include old votes). The `gobject getcurrentvotes` RPC gets only current (tallying) votes for a governance object hash (does not include old votes).
@ -758,8 +793,12 @@ Result (truncated):
} }
{% endhighlight %} {% endhighlight %}
{% endautocrossref %}
###### GObject List ###### GObject List
<!-- no subhead-links here -->
{% autocrossref %}
The `gobject list` RPC Lists governance objects (can be filtered by signal and/or object type). The `gobject list` RPC Lists governance objects (can be filtered by signal and/or object type).
@ -835,7 +874,12 @@ Result (truncated):
} }
{% endhighlight %} {% endhighlight %}
{% endautocrossref %}
###### GObject Diff ###### GObject Diff
<!-- no subhead-links here -->
{% autocrossref %}
<!-- __ --> <!-- __ -->
@ -895,8 +939,12 @@ Result (truncated):
} }
{% endhighlight %} {% endhighlight %}
{% endautocrossref %}
###### GObject Vote-alias ###### GObject Vote-alias
<!-- no subhead-links here -->
{% autocrossref %}
The `gobject vote-alias` RPC votes on a governance object by masternode alias (using masternode<!--noref-->.conf setup). The `gobject vote-alias` RPC votes on a governance object by masternode alias (using masternode<!--noref-->.conf setup).
@ -989,7 +1037,12 @@ Result:
} }
{% endhighlight %} {% endhighlight %}
{% endautocrossref %}
###### GObject Vote-conf ###### GObject Vote-conf
<!-- no subhead-links here -->
{% autocrossref %}
The `gobject vote-conf` RPC votes on a governance object by masternode configured in dash.conf. The `gobject vote-conf` RPC votes on a governance object by masternode configured in dash.conf.
@ -1070,9 +1123,12 @@ dash-cli -testnet gobject vote-conf \
} }
{% endhighlight %} {% endhighlight %}
{% endautocrossref %}
###### GObject Vote-many ###### GObject Vote-many
<!-- no subhead-links here -->
{% autocrossref %}
The `gobject vote-many` RPC votes on a governance object by all masternodes (using masternode<!--noref-->.conf setup). The `gobject vote-many` RPC votes on a governance object by all masternodes (using masternode<!--noref-->.conf setup).

View file

@ -15,7 +15,12 @@ http://opensource.org/licenses/MIT.
The `masternode` RPC {{summary_masternode}} The `masternode` RPC {{summary_masternode}}
{% endautocrossref %}
###### Masternode<!--noref--> Count ###### Masternode<!--noref--> Count
<!-- no subhead-links here -->
{% autocrossref %}
The `masternode<!--noref--> count` RPC prints the number of all known masternodes. The `masternode<!--noref--> count` RPC prints the number of all known masternodes.
@ -61,8 +66,12 @@ Result:
Total: 129 (PS Compatible: 97 / Enabled: 97 / Qualify: 90) Total: 129 (PS Compatible: 97 / Enabled: 97 / Qualify: 90)
{% endhighlight %} {% endhighlight %}
{% endautocrossref %}
###### Masternode<!--noref--> Current ###### Masternode<!--noref--> Current
<!-- no subhead-links here -->
{% autocrossref %}
The `masternode<!--noref--> current` RPC prints info on current masternode winner to be paid the next block (calculated locally). The `masternode<!--noref--> current` RPC prints info on current masternode winner to be paid the next block (calculated locally).
@ -132,8 +141,12 @@ Result:
} }
{% endhighlight %} {% endhighlight %}
{% endautocrossref %}
###### Masternode<!--noref--> Debug ###### Masternode<!--noref--> Debug
<!-- no subhead-links here -->
{% autocrossref %}
The `masternode<!--noref--> debug` RPC prints masternode status. The `masternode<!--noref--> debug` RPC prints masternode status.
@ -162,8 +175,12 @@ Result:
Masternode successfully started Masternode successfully started
{% endhighlight %} {% endhighlight %}
{% endautocrossref %}
###### Masternode<!--noref--> Genkey ###### Masternode<!--noref--> Genkey
<!-- no subhead-links here -->
{% autocrossref %}
The `masternode<!--noref--> genkey` RPC generates a new masternodeprivkey. The `masternode<!--noref--> genkey` RPC generates a new masternodeprivkey.
@ -190,8 +207,12 @@ Result:
92Mn5DQpnBHjFPbS3ZXcX3EdhuET18u3eXTTtVsdDzdcAMaXqtG 92Mn5DQpnBHjFPbS3ZXcX3EdhuET18u3eXTTtVsdDzdcAMaXqtG
{% endhighlight %} {% endhighlight %}
{% endautocrossref %}
###### Masternode<!--noref--> Outputs<!--noref--> ###### Masternode<!--noref--> Outputs<!--noref-->
<!-- no subhead-links here -->
{% autocrossref %}
The `masternode<!--noref--> outputs` RPC prints masternode compatible outputs. The `masternode<!--noref--> outputs` RPC prints masternode compatible outputs.
@ -225,8 +246,12 @@ Result:
} }
{% endhighlight %} {% endhighlight %}
{% endautocrossref %}
###### Masternode<!--noref--> Start ###### Masternode<!--noref--> Start
<!-- no subhead-links here -->
{% autocrossref %}
The `masternode<!--noref--> start` RPC starts a local hot masternode configure in dash.conf. The `masternode<!--noref--> start` RPC starts a local hot masternode configure in dash.conf.
@ -256,8 +281,12 @@ Result:
Masternode successfully started Masternode successfully started
{% endhighlight %} {% endhighlight %}
{% endautocrossref %}
###### Masternode<!--noref--> Start-alias ###### Masternode<!--noref--> Start-alias
<!-- no subhead-links here -->
{% autocrossref %}
The `masternode<!--noref--> start-alias` starts a single remote masternode by assigned alias configured in masternode<!--noref-->.conf. The `masternode<!--noref--> start-alias` starts a single remote masternode by assigned alias configured in masternode<!--noref-->.conf.
@ -295,7 +324,12 @@ Result:
} }
{% endhighlight %} {% endhighlight %}
{% endautocrossref %}
###### Masternode<!--noref--> Start-mode ###### Masternode<!--noref--> Start-mode
<!-- no subhead-links here -->
{% autocrossref %}
The `masternode<!--noref--> start-<mode>` RPC starts remote masternodes configured in The `masternode<!--noref--> start-<mode>` RPC starts remote masternodes configured in
masternode<!--noref-->.conf. Valid modes are: `all`, `missing`, or `disabled`. masternode<!--noref-->.conf. Valid modes are: `all`, `missing`, or `disabled`.
@ -395,8 +429,12 @@ Result:
} }
{% endhighlight %} {% endhighlight %}
{% endautocrossref %}
###### Masternode<!--noref--> Status ###### Masternode<!--noref--> Status
<!-- no subhead-links here -->
{% autocrossref %}
The `masternode<!--noref--> status` RPC prints masternode status information. The `masternode<!--noref--> status` RPC prints masternode status information.
@ -448,8 +486,12 @@ Result:
} }
{% endhighlight %} {% endhighlight %}
{% endautocrossref %}
###### Masternode<!--noref--> List ###### Masternode<!--noref--> List
<!-- no subhead-links here -->
{% autocrossref %}
The `masternode<!--noref--> list` prints a list of all known masternodes. The `masternode<!--noref--> list` prints a list of all known masternodes.
@ -470,8 +512,12 @@ Result:
} }
{% endhighlight %} {% endhighlight %}
{% endautocrossref %}
###### Masternode<!--noref--> List-conf ###### Masternode<!--noref--> List-conf
<!-- no subhead-links here -->
{% autocrossref %}
The `masternode<!--noref--> list-conf` RPC prints masternode<!--noref-->.conf in JSON format. The `masternode<!--noref--> list-conf` RPC prints masternode<!--noref-->.conf in JSON format.
@ -550,8 +596,12 @@ Result:
} }
{% endhighlight %} {% endhighlight %}
{% endautocrossref %}
###### Masternode<!--noref--> Winner ###### Masternode<!--noref--> Winner
<!-- no subhead-links here -->
{% autocrossref %}
The `masternode<!--noref--> winner` RPC prints info on the next masternode winner to vote for. The `masternode<!--noref--> winner` RPC prints info on the next masternode winner to vote for.
@ -621,8 +671,12 @@ Result:
} }
{% endhighlight %} {% endhighlight %}
{% endautocrossref %}
###### Masternode<!--noref--> Winners ###### Masternode<!--noref--> Winners
<!-- no subhead-links here -->
{% autocrossref %}
The `masternode<!--noref--> winners` RPC prints the list of masternode winners. The `masternode<!--noref--> winners` RPC prints the list of masternode winners.

View file

@ -23,8 +23,12 @@ The `masternodebroadcast` RPC {{summary_masternodeBroadcast}}
{% enditemplate %} {% enditemplate %}
{% endautocrossref %}
###### MNB create-alias ###### MNB create-alias
<!-- no subhead-links here -->
{% autocrossref %}
The `masternodebroadcast create-alias` RPC creates single remote masternode broadcast message by assigned alias configured in `masternode<!--noref-->.conf`. The `masternodebroadcast create-alias` RPC creates single remote masternode broadcast message by assigned alias configured in `masternode<!--noref-->.conf`.
@ -78,8 +82,12 @@ Result:
} }
{% endhighlight %} {% endhighlight %}
{% endautocrossref %}
###### MNB create-all ###### MNB create-all
<!-- no subhead-links here -->
{% autocrossref %}
The `masternodebroadcast create-all` RPC creates remote masternode broadcast messages for all masternodes configured in `masternode<!--noref-->.conf`. The `masternodebroadcast create-all` RPC creates remote masternode broadcast messages for all masternodes configured in `masternode<!--noref-->.conf`.
@ -148,8 +156,12 @@ Result:
} }
{% endhighlight %} {% endhighlight %}
{% endautocrossref %}
###### MNB decode ###### MNB decode
<!-- no subhead-links here -->
{% autocrossref %}
The `masternodebroadcast decode` RPC decodes a masternode broadcast message (deserializes from a hex string to JSON). The `masternodebroadcast decode` RPC decodes a masternode broadcast message (deserializes from a hex string to JSON).
@ -281,7 +293,12 @@ Result:
} }
{% endhighlight %} {% endhighlight %}
{% endautocrossref %}
###### MNB relay ###### MNB relay
<!-- no subhead-links here -->
{% autocrossref %}
The `masternodebroadcast relay` RPC relays a masternode broadcast message to the network. The `masternodebroadcast relay` RPC relays a masternode broadcast message to the network.