diff --git a/docs/ecolyo/project_architecture/doctypes.md b/docs/ecolyo/project_architecture/doctypes.md
index fcff0a9a98a46c57887c03dfb2fe71a87cb6ae5e..2204900c02a0e91b737ee6ad2884ff665f7153c5 100644
--- a/docs/ecolyo/project_architecture/doctypes.md
+++ b/docs/ecolyo/project_architecture/doctypes.md
@@ -4,11 +4,11 @@
 
 Each fluid has its own doctype wildcard and one doctype per time step. Each available time step for a fluid depends of the available data from the energy provider. Here are the different time step:
 
-- minute
-- hour
-- day
-- month
-- year
+- **half an hour** - use com.grandlyon.*.minute doctype
+- **week** - use com.grandlyon.*.day doctype
+- **day** - use com.grandlyon.*.day doctype
+- **month** - use com.grandlyon.*.month doctype
+- **year** - use com.grandlyon.*.year doctype
 
 ### Doctype
 
@@ -16,8 +16,8 @@ Here are the available doctypes:
 
 | Fluid type                      | Doctype wildcard             | Doctypes                                                                                                                                                                      |
 | ------------------------------- | ---------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| electricity fluid / enedis      | **`com.grandlyon.enedis.*`** | **`com.grandlyon.enedis.minute`**<br>**`com.grandlyon.enedis.hour`**<br>**`com.grandlyon.enedis.day`**<br>**`com.grandlyon.enedis.month`**<br>**`com.grandlyon.enedis.year`** |
-| gaz fluid / grdf                | **`com.grandlyon.grdf.*`**   | **`com.grandlyon.grdf.hour`**<br>**`com.grandlyon.grdf.day`**<br>**`com.grandlyon.grdf.month`**<br>**`com.grandlyon.grdf.year`**                                              |
+| electricity fluid / enedis      | **`com.grandlyon.enedis.*`** | **`com.grandlyon.enedis.minute`**<br>**`com.grandlyon.enedis.day`**<br>**`com.grandlyon.enedis.month`**<br>**`com.grandlyon.enedis.year`** |
+| gaz fluid / grdf                | **`com.grandlyon.grdf.*`**   | **`com.grandlyon.grdf.day`**<br>**`com.grandlyon.grdf.month`**<br>**`com.grandlyon.grdf.year`**                                              |
 | water fluid / eau du grand lyon | **`com.grandlyon.egl.*`**    | **`com.grandlyon.egl.day`**<br>**`com.grandlyon.egl.month`**<br>**`com.grandlyon.egl.year`**                                                                                  |
 
 ### Structure