George Necula 0223e830c1 [docs] Enable doctest for .md documentation files
The current invocation of doctest from GH actions picked up only .rst files.
We enable .md files also, and we make a few changes to ensure that the
doctest passes on the existing files.

The changes fall into several categories:
  * add a newline before the end of the code block, for doctest to
    pick up the expected output properly
  * update the expected values to match the current behavior
  * disable some doctests that raise expected exceptions, whenever
    I could not get doctest to match the exception details.
    Sometimes +IGNORE_EXCEPTION_DETAIL was enough, and other times
    I had to use +SKIP.
2024-06-03 11:27:34 +03:00
..
2024-05-16 23:12:13 +00:00
2024-04-15 16:20:42 -07:00
2023-12-19 06:15:30 +01:00
2021-03-08 10:44:52 -08:00
2024-05-16 23:12:13 +00:00
2023-11-15 22:35:52 -05:00
2024-04-11 12:54:37 +02:00
2023-11-02 11:37:17 -07:00
2023-12-06 09:16:43 -08:00
2023-12-06 09:16:43 -08:00
2023-12-06 09:16:43 -08:00
2023-02-02 12:58:15 -05:00
2024-04-03 16:37:07 -04:00
2024-05-29 22:28:44 +00:00
2023-10-10 08:46:36 -07:00
2024-05-07 17:36:19 +01:00
2023-01-30 11:57:06 -08:00
2024-03-13 14:48:31 +05:30
2019-10-09 17:45:09 +02:00

To rebuild the documentation, see Update Documentation.