diff --git a/documentation/tut/toy-example-expanded.rst b/documentation/tut/toy-example-expanded.rst index cec1c79e7..d514cdad2 100644 --- a/documentation/tut/toy-example-expanded.rst +++ b/documentation/tut/toy-example-expanded.rst @@ -63,7 +63,7 @@ Setting the data source type to "forecaster" helps FlexMeasures to visually dist $ flexmeasures add beliefs --sensor 3 --source 4 solar-tomorrow.csv --timezone Europe/Amsterdam Successfully created beliefs -The one-hour CSV data is automatically resampled to the 15-minute resolution of the sensor that is recording solar production. We can see solar production in the `FlexMeasures UI `_ : +The one-hour CSV data is automatically resampled to the 15-minute resolution of the sensor that is recording solar production. We can see solar production in the `FlexMeasures UI `_ : .. image:: https://github.com/FlexMeasures/screenshots/raw/main/tut/toy-schedule/sensor-data-production.png :align: center @@ -85,13 +85,13 @@ Now, we'll reschedule the battery while taking into account the solar production --soc-at-start 50% --roundtrip-efficiency 90% New schedule is stored. -We can see the updated scheduling in the `FlexMeasures UI `_ : +We can see the updated scheduling in the `FlexMeasures UI `_ : .. image:: https://github.com/FlexMeasures/screenshots/raw/main/tut/toy-schedule/sensor-data-charging-with-solar.png :align: center | -The `asset page for the battery `_ now shows the solar data, too: +The `asset page for the battery `_ now shows the solar data, too: .. image:: https://github.com/FlexMeasures/screenshots/raw/main/tut/toy-schedule/asset-view-with-solar.png :align: center @@ -117,7 +117,7 @@ In the case of the scheduler that we ran in the previous tutorial, which did not .. note:: You can add arbitrary sensors to a chart using the attribute ``sensors_to_show``. See :ref:`view_asset-data` for more. -A nice feature is that you can check the data connectivity status of your building asset. Now that we have made the schedule, both lamps are green. You can also view it in `FlexMeasures UI `_ : +A nice feature is that you can check the data connectivity status of your building asset. Now that we have made the schedule, both lamps are green. You can also view it in `FlexMeasures UI `_ : .. image:: https://github.com/FlexMeasures/screenshots/raw/main/tut/toy-schedule/screenshot_building_status.png :align: center diff --git a/documentation/tut/toy-example-from-scratch.rst b/documentation/tut/toy-example-from-scratch.rst index 7df2b7303..abf961601 100644 --- a/documentation/tut/toy-example-from-scratch.rst +++ b/documentation/tut/toy-example-from-scratch.rst @@ -62,7 +62,7 @@ Great. Let's see what we made: Here, negative values denote output from the grid, so that's when the battery gets charged. -We can also look at the charging schedule in the `FlexMeasures UI `_ (reachable via the asset page for the battery): +We can also look at the charging schedule in the `FlexMeasures UI `_ (reachable via the asset page for the battery): .. image:: https://github.com/FlexMeasures/screenshots/raw/main/tut/toy-schedule/sensor-data-charging.png :align: center @@ -70,7 +70,7 @@ We can also look at the charging schedule in the `FlexMeasures UI `_ shows both prices and the schedule. +The `asset page for the battery `_ shows both prices and the schedule. .. image:: https://github.com/FlexMeasures/screenshots/raw/main/tut/toy-schedule/asset-view-without-solar.png :align: center diff --git a/documentation/tut/toy-example-process.rst b/documentation/tut/toy-example-process.rst index 569171431..f9f80af5f 100644 --- a/documentation/tut/toy-example-process.rst +++ b/documentation/tut/toy-example-process.rst @@ -92,7 +92,7 @@ Finally, we'll schedule the process using the SHIFTABLE policy. Results --------- -The image below shows the resulting schedules following each of the three policies. You will see similar results in your `FlexMeasures UI `_. +The image below shows the resulting schedules following each of the three policies. You will see similar results in your `FlexMeasures UI `_. .. image:: https://github.com/FlexMeasures/screenshots/raw/main/tut/toy-schedule/asset-view-process.png diff --git a/documentation/tut/toy-example-reporter.rst b/documentation/tut/toy-example-reporter.rst index 6e7a80f0b..0a0d2a00f 100644 --- a/documentation/tut/toy-example-reporter.rst +++ b/documentation/tut/toy-example-reporter.rst @@ -78,7 +78,7 @@ That's because reporters belong to a bigger category of classes that also contai .. code-block:: bash - $ flexmeasures show data-sources --show-attributes --id 5 + $ flexmeasures show data-sources --show-attributes --id 6 ID Name Type User ID Model Version Attributes ---- ------------ -------- --------- -------------- --------- ----------------------------------------- @@ -129,7 +129,7 @@ Finally, we can create the reporter with the following command: --start-offset DB,1D --end-offset DB,2D \ --resolution PT15M -Now we can visualize the headroom in the following `link `_, which should resemble the following image. +Now we can visualize the headroom in the following `link `_, which should resemble the following image. .. image:: https://github.com/FlexMeasures/screenshots/raw/main/tut/toy-schedule/sensor-data-headroom.png :align: center @@ -184,7 +184,7 @@ Create report: --start-offset DB,1D --end-offset DB,2D -Check the results `here `_. The image should be similar to the one below. +Check the results `here `_. The image should be similar to the one below. .. image:: https://github.com/FlexMeasures/screenshots/raw/main/tut/toy-schedule/sensor-data-inflexible.png :align: center @@ -211,7 +211,7 @@ Create report: --parameters breakable-parameters.json \ --start-offset DB,1D --end-offset DB,2D -Check the results `here `_. The image should be similar to the one below. +Check the results `here `_. The image should be similar to the one below. .. image:: https://github.com/FlexMeasures/screenshots/raw/main/tut/toy-schedule/sensor-data-breakable.png @@ -239,7 +239,7 @@ Create report: --parameters shiftable-parameters.json \ --start-offset DB,1D --end-offset DB,2D -Check the results `here `_. The image should be similar to the one below. +Check the results `here `_. The image should be similar to the one below. .. image:: https://github.com/FlexMeasures/screenshots/raw/main/tut/toy-schedule/sensor-data-shiftable.png diff --git a/documentation/tut/toy-example-setup.rst b/documentation/tut/toy-example-setup.rst index 907522808..dcedf58c4 100644 --- a/documentation/tut/toy-example-setup.rst +++ b/documentation/tut/toy-example-setup.rst @@ -323,7 +323,7 @@ Let's look at the price data we just loaded: -Again, we can also view these prices in the `FlexMeasures UI `_: +Again, we can also view these prices in the `FlexMeasures UI `_: .. image:: https://github.com/FlexMeasures/screenshots/raw/main/tut/toy-schedule/sensor-data-prices.png :align: center