mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 12:15:50 +00:00
Remove {.github-code-download}
This commit is contained in:
@@ -33,7 +33,7 @@ If you haven't done so already, create a new folder on your local disk and insta
|
||||
pip3 install xrpl-py
|
||||
```
|
||||
|
||||
Clone or download the [Modular Tutorial Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/py/){.github-code-download}.
|
||||
Clone or download the [Modular Tutorial Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/py/).
|
||||
|
||||
{% admonition type="info" name="Note" %}Without the Quickstart Samples, you will not be able to try the examples that follow. {% /admonition %}
|
||||
|
||||
@@ -120,7 +120,7 @@ To cancel a check you have previously sent to another account.
|
||||
|
||||
# Code Walkthrough
|
||||
|
||||
You can download the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/py/){.github-code-download} in the source repository for this website.
|
||||
You can download the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/py/) in the source repository for this website.
|
||||
|
||||
## mod10.py
|
||||
|
||||
@@ -659,4 +659,4 @@ btn_op_get_balances.grid(row=8, column=3, sticky="nsew")
|
||||
|
||||
# Start the application
|
||||
window.mainloop()
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user