Skip to content

Commit b96c08d

Browse files
committed
Formatting
1 parent b68e6bb commit b96c08d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: peaceiris/actions-mdbook@v1
1515
with:
1616
mdbook-version: latest
17-
17+
1818
- name: build mdBook docs
1919
run: cd docs && mdbook build
2020

website/index.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# RustPython
22

3-
RustPython is a Python interpreter written in Rust. Take a look at our [Github repository](https://github.com/RustPython/RustPython) or our [online demo](/demo).
3+
RustPython is a Python interpreter written in Rust. Take a look at our
4+
[Github repository](https://github.com/RustPython/RustPython), our
5+
[docs](/docs), or our [online demo](/demo).

0 commit comments

Comments
 (0)