From 520c3fbe98f8f67cef039de1232749fed271b52c Mon Sep 17 00:00:00 2001
From: Philipp Glaum
Date: Mon, 6 Nov 2023 16:23:00 +0100
Subject: [PATCH] update doc
---
doc/configuration.rst | 2 +-
doc/wildcards.rst | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/configuration.rst b/doc/configuration.rst
index 4171bcc9..e94e8bc1 100644
--- a/doc/configuration.rst
+++ b/doc/configuration.rst
@@ -287,7 +287,7 @@ Define and specify the ``atlite.Cutout`` used for calculating renewable potentia
.. csv-table::
:header-rows: 1
:widths: 22,7,22,33
- :file: configtables/offwind-dc.csv
+ :file: configtables/offwind-float.csv
.. note::
``offwind-ac``, ``offwind-dc`` , ``offwind-float`` have the same assumption on
diff --git a/doc/wildcards.rst b/doc/wildcards.rst
index d7b87489..167a2ded 100644
--- a/doc/wildcards.rst
+++ b/doc/wildcards.rst
@@ -35,7 +35,7 @@ The ``{technology}`` wildcard
The ``{technology}`` wildcard specifies for which renewable energy technology to produce availability time
series and potentials using the rule :mod:`build_renewable_profiles`.
-It can take the values ``onwind``, ``offwind-ac``, ``offwind-dc``,``offwind-float``, and ``solar`` but **not** ``hydro``
+It can take the values ``onwind``, ``offwind-ac``, ``offwind-dc``, ``offwind-float``, and ``solar`` but **not** ``hydro``
(since hydroelectric plant profiles are created by a different rule)``
.. _simpl: