Skip to content

Commit 29e578e

Browse files
committed
Update internal links to tutorial and nav ordering
1 parent 5bd780a commit 29e578e

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Python packages with our recommended tooling set up and ready to go.
2323
## Using our Python package template
2424

2525
Some quick instructions for using our template are below.
26-
We also have a longer [tutorial](./tutorial.md) that has been presented in workshops for researchers at UCL.
26+
We also have a longer [tutorial](docs/pages/tutorial.md) that has been presented in workshops for researchers at UCL.
2727

2828
If you have [uv] installed, you can use our template with the following command:
2929

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ other packages.
3333
If you just want to get started with our recommendations, we have
3434
[our own Python package template](https://github.com/UCL-ARC/python-tooling#using-this-template)
3535
that lives in the same repository as these pages.
36+
A [tutorial]({% link pages/tutorial.md %}) explaining how to use the template is also available.
3637

3738
Otherwise, each page on this site highlights recommended packages or services
3839
for each area. These should not be taken as set in stone for every project, but

docs/pages/templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Templates
33
layout: default
4-
nav_order: 2
4+
nav_order: 3
55
---
66

77
## Package templates
@@ -12,7 +12,7 @@ The [UCL-ARC/python-tooling](https://github.com/UCL-ARC/python-tooling)
1212
repository contains our recommended package template for new ARC projects. It
1313
pre-configures the recommended tools listed in the other pages of this site. If
1414
you are working on a new project, our template should be a good starting point!
15-
We have a [tutorial](https://github.com/UCL-ARC/python-tooling/blob/main/tutorial.md)
15+
We have a [tutorial]({% link pages/tutorial.md %})
1616
available with detailed instructions for creating a package using the template
1717
and how to use the newly created package with some of the tools included.
1818

0 commit comments

Comments
 (0)