Skip to content

Commit

Permalink
Run just docs-build
Browse files Browse the repository at this point in the history
  • Loading branch information
evansd committed Sep 13, 2024
1 parent 938fe71 commit f0d5cc0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 291 deletions.
2 changes: 1 addition & 1 deletion docs/includes/generated_docs/language__dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dataset.define_population(patients.date_of_birth < "1990-01-01")
```

For more detail see the how-to guide on [defining
populations](../../how-to/define-population/).
populations](../how-to/define-population.md).
</div>

<div class="attr-heading" id="Dataset.add_column">
Expand Down
9 changes: 0 additions & 9 deletions docs/includes/generated_docs/schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,6 @@ This schema defines the data (both primary care and externally linked) available
OpenSAFELY-EMIS backend. For more information about this backend, see
"[EMIS Primary Care](https://docs.opensafely.org/data-sources/emis/)".

## [examples.tutorial](schemas/examples.tutorial.md)
<small class="subtitle">
<a href="./examples.tutorial/"> view details → </a>
</small>

_This schema is for development or testing purposes and is not available on any backend._

This example schema is for use in the ehrQL tutorial.

## [raw.core](schemas/raw.core.md)
<small class="subtitle">
<a href="./raw.core/"> view details → </a>
Expand Down
277 changes: 0 additions & 277 deletions docs/includes/generated_docs/schemas/examples.tutorial.md

This file was deleted.

8 changes: 4 additions & 4 deletions docs/includes/generated_docs/schemas/tpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -3035,7 +3035,7 @@ The priority type.
Note that a small number of rows contain values which are not in the list
below. These are converted to NULL in this representation of the data. If
you need to access the original values, please see the corresponding [raw
table](../raw.tpp/#wl_clockstops).
table](raw.tpp.md#wl_clockstops).

* Possible values: `routine`, `urgent`, `two week wait`
</dd>
Expand Down Expand Up @@ -3137,7 +3137,7 @@ The waiting list type on completion of the pathway.
Note that a small number of rows contain values which are not in the list
below. These are converted to NULL in this representation of the data. If
you need to access the original values, please see the corresponding [raw
table](../raw.tpp/#wl_clockstops).
table](raw.tpp.md#wl_clockstops).

* Possible values: `ORTT`, `IRTT`, `PTLO`, `PTLI`, `RTTO`, `RTTI`
</dd>
Expand Down Expand Up @@ -3222,7 +3222,7 @@ The priority type.
Note that a small number of rows contain values which are not in the list
below. These are converted to NULL in this representation of the data. If
you need to access the original values, please see the corresponding [raw
table](../raw.tpp/#wl_openpathways).
table](raw.tpp.md#wl_openpathways).

* Possible values: `routine`, `urgent`, `two week wait`
</dd>
Expand Down Expand Up @@ -3325,7 +3325,7 @@ The waiting list type.
Note that a small number of rows contain values which are not in the list
below. These are converted to NULL in this representation of the data. If
you need to access the original values, please see the corresponding [raw
table](../raw.tpp/#wl_openpathways).
table](raw.tpp.md#wl_openpathways).

* Possible values: `ORTT`, `IRTT`, `ONON`, `INON`, `PTLO`, `PTLI`, `RTTO`, `RTTI`
</dd>
Expand Down

0 comments on commit f0d5cc0

Please sign in to comment.