|
192 | 192 | # despite general use in documentation being "network". These aliases
|
193 | 193 | # improve readability and prevent unexpected content changes.
|
194 | 194 | #rst_prolog = ''
|
195 |
| -rst_epilog = """ |
| 195 | +rst_epilog = ''' |
196 | 196 | .. reference aliases
|
197 | 197 | .. |network| replace:: :ref:`network<dev-p2p-network-header>`
|
198 | 198 | .. |peer-to-peer network| replace:: :ref:`peer-to-peer network<dev-p2p-network-header>`
|
|
202 | 202 | .. |secp256k1| replace:: `secp256k1 <http://www.secg.org/sec2-v2.pdf>`__
|
203 | 203 |
|
204 | 204 | .. OP codes
|
205 |
| -.. |OP_CHECKMULTISIG| replace:: :term:`“OP_CHECKMULTISIG” <OP_CHECKMULTISIG>` |
206 |
| -.. |OP_CHECKSIG| replace:: :term:`“OP_CHECKSIG” <OP_CHECKSIG>` |
207 |
| -.. |OP_DUP| replace:: :term:`“OP_DUP” <OP_DUP>` |
| 205 | +.. |OP_CHECKMULTISIG| replace:: :term:`"OP_CHECKMULTISIG" <OP_CHECKMULTISIG>` |
| 206 | +.. |OP_CHECKSIG| replace:: :term:`"OP_CHECKSIG" <OP_CHECKSIG>` |
| 207 | +.. |OP_DUP| replace:: :term:`"OP_DUP" <OP_DUP>` |
208 | 208 | .. |OP_EQUAL| replace:: :term:`OP_EQUAL <OP_EQUAL>`
|
209 |
| -.. |OP_EQUALVERIFY| replace:: :term:`“OP_EQUALVERIFY” <OP_EQUALVERIFY>` |
210 |
| -.. |OP_HASH160| replace:: :term:`“OP_HASH160” <OP_HASH160>` |
211 |
| -.. |OP_RETURN| replace:: :term:`“OP_RETURN” <OP_RETURN>` |
212 |
| -.. |OP_VERIFY| replace:: :term:`“OP_VERIFY” <OP_VERIFY>` |
| 209 | +.. |OP_EQUALVERIFY| replace:: :term:`"OP_EQUALVERIFY" <OP_EQUALVERIFY>` |
| 210 | +.. |OP_HASH160| replace:: :term:`"OP_HASH160" <OP_HASH160>` |
| 211 | +.. |OP_RETURN| replace:: :term:`"OP_RETURN" <OP_RETURN>` |
| 212 | +.. |OP_VERIFY| replace:: :term:`"OP_VERIFY" <OP_VERIFY>` |
213 | 213 |
|
214 | 214 | .. other
|
215 |
| -.. |Bitcoin URI| replace:: :term:`“bitcoin:” URI <bitcoin uri>` |
216 |
| -.. |Bitcoin URIs| replace:: :term:`“bitcoin:” URIs <bitcoin uri>` |
| 215 | +.. |Bitcoin URI| replace:: :term:`"bitcoin:" URI <bitcoin uri>` |
| 216 | +.. |Bitcoin URIs| replace:: :term:`"bitcoin:" URIs <bitcoin uri>` |
217 | 217 | .. |PaymentDetails| replace:: :term:`PaymentDetails`
|
218 | 218 | .. |PaymentRequest| replace:: :term:`PaymentRequest`
|
219 | 219 | .. |PaymentRequests| replace:: :term:`PaymentRequests <PaymentRequest>`
|
220 |
| -.. |r| replace:: :term:`“r” <r>` |
221 |
| -""" |
| 220 | +.. |r| replace:: :term:`"r" <r>` |
| 221 | +''' |
0 commit comments