Skip to content

Commit 94eba77

Browse files
committed
fix reference to csv ingress
1 parent e3340f8 commit 94eba77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/explanations/ingresses.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Record:
2828

2929
The choice of values for the `Record` is up to each `RecordIngressHandler` instance:
3030
- the [`BACnetIngressHandler`](/reference/apidoc/_autosummary/buildingmotif.ingresses.bacnet.html#buildingmotif.ingresses.bacnet.BACnetNetwork) uses the `rtype` field to differentiate between BACnet Devices and BACnet Objects. The `fields` field contains key-value pairs of different BACnet properties like `name` and `units`
31-
- the [`CSVIngressHandler`](/reference/apidoc/_autosummary/buildingmotif.ingresses.csv.html#buildingmotif.ingresses.csv.CSVIngress) uses the `rtype` field to denote the CSV filename, and uses the `fields` field to store column-cell values from each row of the CSV file
31+
- the [`CSVIngressHandler`](/reference/apidoc/_autosummary/buildingmotif.ingresses.csvingress.html#buildingmotif.ingresses.csvingress.CSVIngress) uses the `rtype` field to denote the CSV filename, and uses the `fields` field to store column-cell values from each row of the CSV file
3232

3333
### Graph Ingress Handler
3434

@@ -56,7 +56,7 @@ The [`BACnetIngressHandler`](/reference/apidoc/_autosummary/buildingmotif.ingres
5656

5757
### CSV Files
5858

59-
The [`CSVIngressHandler`](/reference/apidoc/_autosummary/buildingmotif.ingresses.csv.html#buildingmotif.ingresses.csv.CSVIngress) takes a CSV filename as an argument (e.g. `mydata.csv`) and generates a set of `Record`s corresponding to each row in the file.
59+
The [`CSVIngressHandler`](/reference/apidoc/_autosummary/buildingmotif.ingresses.csvingress.html#buildingmotif.ingresses.csvingress.CSVIngress) takes a CSV filename as an argument (e.g. `mydata.csv`) and generates a set of `Record`s corresponding to each row in the file.
6060

6161
- `rtype`: the filename that contained the row
6262
- `fields`: key-value pairs for the row. The key is the column name; the value is the value of that column at the given row

0 commit comments

Comments
 (0)