Skip to content

Commit 58c10a9

Browse files
committed
Itemize every tutorial on the index
1 parent ec8dc56 commit 58c10a9

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

docs-src/tutorial/index.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,16 @@ layout: default
44

55
# Tutorial
66

7-
Here's an introduction to `Gtk-rs` crates. For the users who already know Rust and Gtk, just skip the two first parts.
7+
## Introduction
88

9-
## Rust and `Gtk-rs`
9+
Here's an introduction to `Gtk-rs` crates. For the users who already know Rust and Gtk, just skip this part.
1010

11-
This part explains how to add dependencies on the `Gtk-rs` crates, depending on your needs.
12-
13-
[Read it here](./rust_and_gtk).
14-
15-
## Gnome libraries and Rust
16-
17-
This part explains a bit how the bindings of the Gnome libraries work in Rust.
18-
19-
[Read it here](./gnome_and_rust).
11+
* [Rust and `Gtk-rs`](./rust_and_gtk): This part explains how to add dependencies on the `Gtk-rs` crates, depending on your needs.
12+
* [Gnome libraries and Rust](./gnome_and_rust): This part explains a bit how the bindings of the Gnome libraries work in Rust.
2013

2114
## Full usage of `Gtk-rs` crates
2215

23-
In this part we'll go deeper into the mechanisms of the `Gtk-rs` crates. If you're not sure about your Rust or Gnome libraries knowledge, we recommend you to take a look at the previous parts first.
16+
In this part we'll go deeper into the mechanisms of the `Gtk-rs` crates. If you're not sure about your Rust or Gnome libraries knowledge, we recommend you to take a look at the previous tutorials first.
2417

2518
* [Specifying version](./version).
2619
* [Callbacks and closures](./closures).

0 commit comments

Comments
 (0)