Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions docs/technical-information/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ Reusable data elements (like lookups) are held in separate files that are
audited and version controlled independently.
These include:

- [Assumptions register](/docs/technical-information/assumptions-register)
- [Classification register](/docs/technical-information/classification-register)
- [Functional area catalogue](/docs/technical-information/functional-area-catalogue)
- [Conversion archetypes catalogue](/docs/technical-information/conversion-archetypes-catalogue)

These elements are combined as shown in the [calculation traceability matrix](/docs/technical-information/calculation-traceability-matrix).
- [Assumptions register](assumptions-register)
- [Classification register](classification-register)
- [Functional area catalogue](functional-area-catalogue)
- [Conversion archetypes catalogue](conversion-archetypes-catalogue)

For a descriptive overview of how the tool works, see the [model architecture](technical-information/model-architecture).
These elements are combined as shown in the [calculation traceability matrix](calculation-traceability-matrix).

For a descriptive overview of how the model works, see the [model architecture](model-architecture).
2 changes: 1 addition & 1 deletion docs/user-guide/explain-my-results.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ for you into a mean (the average value for that resource across all the estimate
and a _prediction interval_ (via a `p10` and a `p90`) which describes the range
of capacity values that contain 80% of capacity estimates generated.

For more information on uncertainty, see [the explanation here](../user-guide/methodology.md).
For more information on uncertainty use in the OpenPlan demand model, see [the explanation here](https://connect.strategyunitwm.nhs.uk/nhp/project_information/modelling_methodology/modelling_uncertainty.html).

Let's say for surgical beds you get the following results

Expand Down
8 changes: 4 additions & 4 deletions docs/user-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ icon: lucide/signpost-big
---
# User Guide

:lucide-rocket: If you want to know how to use the tool, see our [quick start guide](/docs/user-guide/quick-start).
:lucide-rocket: If you want to know how to use the tool, see our [quick start guide](../user-guide/quick-start).

:lucide-boxes: For a simple overview of how the tool works, please visit the [methodology](user-guide/methodology) page.
:lucide-boxes: For a simple overview of how the tool works, please visit the [methodology](../user-guide/methodology) page.

:lucide-sigma: If you would like the detail on how the tool works, have a look at the
[technical information](technical-information).
[technical information](../technical-information).

:lucide-message-circle-question-mark: Got questions? Check if someone has already asked them! Visit our [frequently asked questions](/docs/user-guide/faq) page.
:lucide-message-circle-question-mark: Got questions? Check if someone has already asked them! Visit our [frequently asked questions](../user-guide/faq) page.
Comment thread
StatsRhian marked this conversation as resolved.
Comment on lines +6 to +13

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
:lucide-rocket: If you want to know how to use the tool, see our [quick start guide](../user-guide/quick-start).
:lucide-boxes: For a simple overview of how the tool works, please visit the [methodology](user-guide/methodology) page.
:lucide-boxes: For a simple overview of how the tool works, please visit the [methodology](../user-guide/methodology) page.
:lucide-sigma: If you would like the detail on how the tool works, have a look at the
[technical information](technical-information).
[technical information](../technical-information).
:lucide-message-circle-question-mark: Got questions? Check if someone has already asked them! Visit our [frequently asked questions](/docs/user-guide/faq) page.
:lucide-message-circle-question-mark: Got questions? Check if someone has already asked them! Visit our [frequently asked questions](../user-guide/faq) page.
:lucide-rocket: If you want to know how to use the tool, see our [quick start guide](quick-start).
:lucide-boxes: For a simple overview of how the tool works, please visit the [methodology](methodology) page.
:lucide-sigma: If you would like the detail on how the tool works, have a look at the
[technical information](../technical-information).
:lucide-message-circle-question-mark: Got questions? Check if someone has already asked them! Visit our [frequently asked questions](faq) page.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolving this as GH not letting me accept it - will make changes if still needed



2 changes: 1 addition & 1 deletion docs/user-guide/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ created using version 4.4 or later of the [OpenPlan demand model](https://connec
An Excel workbook containing the mean and 80% prediction intervals of estimated
capacity requirements across all the [standard groupings](../technical-information/functional-area-catalogue) will be available for download.
This file will also contain the values of all [assumptions](../technical-information/assumptions-register)
used in the conversion. We have a [guide to help you understand your results](exaplain-my-results).
used in the conversion. We have a [guide to help you understand your results](explain-my-results).

## How do I use the tool?

Expand Down