Skip to content

Commit

Permalink
Rename codelab -> tutorial to minimize confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Nov 9, 2023
1 parent a13aadd commit 1f217b6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# od2net docs

Start with guides on using od2net:
Start with tutorials on using od2net:

- [Running pre-made examples](codelab_examples.md)
- [Running in a new area](codelab_new_area.md)
- [Running pre-made examples](tutorial_examples.md)
- [Running in a new area](tutorial_new_area.md)

Technical details:

Expand Down
2 changes: 1 addition & 1 deletion docs/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ There are 3 ways to use od2net:
2. Run an example
3. Use od2net in your own project

TODO point to codelabs
TODO point to tutorials

### Docker

Expand Down
8 changes: 4 additions & 4 deletions docs/codelab_examples.md → docs/tutorial_examples.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Codelab: Running pre-made examples
# Tutorial: Running pre-made examples

<https://od2net.org> includes some example networks. This codelab will teach
<https://od2net.org> includes some example networks. This tutorial will teach
you how to generate these yourself, then modify the cost function. This is a
good codelab to complete before trying to create your own od2net input.
good tutorial to complete before trying to create your own od2net input.

## Setup

Expand Down Expand Up @@ -128,4 +128,4 @@ Some tips for writing your own cost function:

## Next steps

Now you can [setup od2net in a new place](codelab_new_area.md), with your own origin/destination data!
Now you can [setup od2net in a new place](tutorial_new_area.md), with your own origin/destination data!
4 changes: 2 additions & 2 deletions docs/codelab_new_area.md → docs/tutorial_new_area.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Codelab: Running in a new area
# Tutorial: Running in a new area

This codelab will guide you through using od2net in a new area. I'm assuming you've been through the [previous codelab](codelab_examples.md).
This tutorial will guide you through using od2net in a new area. I'm assuming you've been through the [previous tutorial](tutorial_examples.md).

The overall process is:

Expand Down

0 comments on commit 1f217b6

Please sign in to comment.