Skip to content

Commit

Permalink
Merge pull request #114 from ImperialCollegeLondon/customise-node
Browse files Browse the repository at this point in the history
Remove customise a node tutorial
  • Loading branch information
barneydobson authored Oct 15, 2024
2 parents 08b0328 + cbf205a commit fd9182d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 364 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,8 @@ name: Test
on: [push, pull_request, workflow_call]

jobs:
qa:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pre-commit/[email protected]

test:
needs: qa
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
351 changes: 0 additions & 351 deletions docs/demo/scripts/customise_a_node.py

This file was deleted.

5 changes: 2 additions & 3 deletions docs/how-to.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# How-to guides

1. [Customise a node](./demo/scripts/customise_a_node.py)
2. [Customise an arc](./demo/scripts/customise_an_arc.py)
3. [Customise interactions](./demo/scripts/customise_interactions.py)
1. [Customise an arc](./demo/scripts/customise_an_arc.py)
2. [Customise interactions](./demo/scripts/customise_interactions.py)
6 changes: 2 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@ and consists of:

4. [How-To Guides](how-to.md)

4.1. [Customise a node](./demo/scripts/customise_a_node.py)
4.1. [Customise an arc](./demo/scripts/customise_an_arc.py)

4.2. [Customise an arc](./demo/scripts/customise_an_arc.py)

4.3. [Customise interactions](./demo/scripts/customise_interactions.py)
4.2. [Customise interactions](./demo/scripts/customise_interactions.py)

5. [Component library](component-library.md)

Expand Down
Loading

0 comments on commit fd9182d

Please sign in to comment.