Skip to content

Commit 0467bbf

Browse files
committed
Docs: replace chapter wording with page
1 parent 4b9e4af commit 0467bbf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/configuration/db_entities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Files in `db_entities` folder describe *entities* and their *attributes*. You ca
44
This serves as sort of schema for the database DP³ uses.
55
How DP³ deals with changes to the `db_entities` is described in the [schema tracking](#schema-tracking) section.
66

7-
Below is YAML file (e.g. `db_entities/bus.yml`) corresponding to bus tracking system example from [Data model](../../data_model/#exemplary-system) chapter.
7+
Below is YAML file (e.g. `db_entities/bus.yml`) corresponding to bus tracking system example from the [Data model](../../data_model/#exemplary-system) page.
88

99
```yaml
1010
entity:
@@ -161,7 +161,7 @@ Description of `history_params` subobject (see table above).
161161

162162
| Parameter | Data-type | Default value | Description |
163163
|-----------------------|------------------------------|---------------|----------------------------------------------------------------------------------------------------|
164-
| **`timeseries_type`** | string | *(mandatory)* | One of: `regular`, `irregular` or `irregular_intervals`. See chapter *Data model* for explanation. |
164+
| **`timeseries_type`** | string | *(mandatory)* | One of: `regular`, `irregular` or `irregular_intervals`. See the *Data model* page for explanation. |
165165
| **`series`** | object of objects, see below | *(mandatory)* | Configuration of series of data represented by this timeseries attribute. |
166166
| `timeseries_params` | object, see below | | Other timeseries parameters. A subobject with fields described by the table below. |
167167

docs/data_model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Entities may be mutually connected. See [Relationships](#relationships) below.
1010

1111
## Exemplary system
1212

13-
In this chapter, we will illustrate details on an exemplary system. Imagine you
13+
On this page, we will illustrate details on an exemplary system. Imagine you
1414
are developing data model for bus tracking system. You have to store these data:
1515

1616
- **label**: Custom label for the bus set by administrator in web interface.
@@ -24,7 +24,7 @@ are developing data model for bus tracking system. You have to store these data:
2424
Also, map displaying current position of all buses is required.
2525

2626
(In case you are interested, configuration of database entities for this system
27-
is available in [DB entities](../configuration/db_entities/) chapter.)
27+
is available on the [DB entities](../configuration/db_entities/) page.)
2828

2929
To make everything clear and more readable, all example references below are
3030
typesetted as quotes.

0 commit comments

Comments
 (0)