Skip to content

Commit dfa4d4e

Browse files
authored
chore: 🚚 simplify name of file to just 'functions' (#1022)
## Description Originally the name was to indicate the core functions. But moving to everything being core, I thought it makes more sense to keep this file simpler in name. There was also a left over link to a non-existent file in the Quarto yaml file. <!-- Select quick/in-depth as necessary --> This PR needs a quick review. ## Checklist - [x] Updated documentation
1 parent 17504b5 commit dfa4d4e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

_quarto.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ website:
4747
- section: "Architecture"
4848
href: docs/design/architecture/index.qmd
4949
contents:
50-
- docs/design/architecture/requirements.qmd
5150
- docs/design/architecture/user-personas.qmd
5251
- docs/design/architecture/input-data.qmd
5352
- docs/design/architecture/c4-models.qmd
@@ -56,7 +55,7 @@ website:
5655
href: docs/design/interface/index.qmd
5756
contents:
5857
- docs/design/interface/outputs.qmd
59-
- docs/design/interface/python-functions.qmd
58+
- docs/design/interface/functions.qmd
6059
- id: guide
6160
contents:
6261
- section: "Guide"

docs/design/interface/python-functions.qmd renamed to docs/design/interface/functions.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Core Python functions"
2+
title: "Functions and classes"
33
callout-icon: false
44
callout-appearance: "minimal"
55
---

0 commit comments

Comments
 (0)