summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Documentation/getting_started/writing_documentation.md4
-rw-r--r--Documentation/mainboard/hp/8560w.md4
-rw-r--r--Documentation/mainboard/hp/pro_3500_series.md4
3 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/getting_started/writing_documentation.md b/Documentation/getting_started/writing_documentation.md
index 51ea531e51..b9c30b00d3 100644
--- a/Documentation/getting_started/writing_documentation.md
+++ b/Documentation/getting_started/writing_documentation.md
@@ -99,7 +99,7 @@ To reference documents use the TOC tree or inline RST code.
Under Sphinx markdown tables are not supported. Therefore you can use following
code block to write tables in reStructuredText and embed them into the markdown:
- ```eval_rst
+ ```{eval-rst}
+------------+------------+-----------+
| Header 1 | Header 2 | Header 3 |
+============+============+===========+
@@ -144,7 +144,7 @@ you'll see the following warning:
You can import CSV files and let sphinx automatically convert them to human
readable tables, using the following reStructuredText snipped:
- ```eval_rst
+ ```{eval-rst}
.. csv-table::
:header: "Key", "Value"
:file: keyvalues.csv
diff --git a/Documentation/mainboard/hp/8560w.md b/Documentation/mainboard/hp/8560w.md
index babd632cbc..103d912778 100644
--- a/Documentation/mainboard/hp/8560w.md
+++ b/Documentation/mainboard/hp/8560w.md
@@ -17,7 +17,7 @@ clip to read and flash the chip.
![8560w_chip_location](8560w_flash.webp)
-```eval_rst
+```{eval-rst}
+---------------------+------------+
| Type | Value |
+=====================+============+
@@ -61,7 +61,7 @@ clip to read and flash the chip.
## Technology
-```eval_rst
+```{eval-rst}
+------------------+--------------------------------------------------+
| Northbridge | :doc:`../../northbridge/intel/sandybridge/index` |
+------------------+--------------------------------------------------+
diff --git a/Documentation/mainboard/hp/pro_3500_series.md b/Documentation/mainboard/hp/pro_3500_series.md
index 241b5677af..881bf372f4 100644
--- a/Documentation/mainboard/hp/pro_3500_series.md
+++ b/Documentation/mainboard/hp/pro_3500_series.md
@@ -14,7 +14,7 @@ therefore the automatic fan control will not increase the fan speed.
## Flashing coreboot
-```{eval_rst}
+```{eval-rst}
+---------------------+-------------------------+
| Type | Value |
+=====================+=========================+
@@ -82,7 +82,7 @@ until cleanly power cycled.
## Technology
-```{eval_rst}
+```{eval-rst}
+------------------+--------------------------------------------------+
| Northbridge | :doc:`../../northbridge/intel/sandybridge/index` |
+------------------+--------------------------------------------------+