Skip to content

Commit c3f9464

Browse files
committed
Switch back to eval_rst
Replaces occurences `{eval-rst}` occurences with `eval_rst` across manuals. The former is used with myst parser the latter with recommonmark. Myst parser version is currently worse because it does not link other pages referenced in text correctly. It treats them as anchors on the same page.
1 parent 1ef1edb commit c3f9464

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

faq/osgi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
```{eval-rst}
1+
```eval_rst
22
:orphan:
33
```
44
## Frequently Asked Questions - OSGi

manual/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ simply navigate to each sub-directory.
306306
[NoHostAvailableException]: https://docs.datastax.com/en/drivers/java/3.11/com/datastax/driver/core/exceptions/NoHostAvailableException.html
307307
[LocalDate]: https://docs.datastax.com/en/drivers/java/3.11/com/datastax/driver/core/LocalDate.html
308308

309-
```{eval-rst}
309+
```eval_rst
310310
.. toctree::
311311
:hidden:
312312
:glob:

manual/custom_codecs/extras/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
```{eval-rst}
1+
```eval_rst
22
:orphan:
33
```
44
## Optional codecs

manual/object_mapper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ See the child pages for more information:
2121
* [using the mapper](using/)
2222
* [using custom codecs](custom_codecs/)
2323

24-
```{eval-rst}
24+
```eval_rst
2525
.. toctree::
2626
:hidden:
2727
:glob:

manual/statements/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ wrap your statements in a custom [StatementWrapper] implementation.
4141
[execute]: https://docs.datastax.com/en/drivers/java/3.11/com/datastax/driver/core/Session.html#execute-com.datastax.driver.core.Statement-
4242
[executeAsync]: https://docs.datastax.com/en/drivers/java/3.11/com/datastax/driver/core/Session.html#executeAsync-com.datastax.driver.core.Statement-
4343

44-
```{eval-rst}
44+
```eval_rst
4545
.. toctree::
4646
:hidden:
4747
:glob:

upgrade_guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ exhaustive list of new features in 2.0.
827827
(`ResultSet#getAvailableWithoutFetching` and `ResultSet#isFullyFetched`)
828828
as well as a mean to force the pre-fetching of the next page (`ResultSet#fetchMoreResults`).
829829

830-
```{eval-rst}
830+
```eval_rst
831831
.. toctree::
832832
:hidden:
833833
:glob:

upgrade_guide/migrating_from_astyanax/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ See the child pages for more information:
99
* [Migrating Astyanax configurations to ScyllaDB Java driver configurations](configuration/)
1010
* [Querying and retrieving results comparisons.](queries_and_results/)
1111

12-
```{eval-rst}
12+
```eval_rst
1313
.. toctree::
1414
:hidden:
1515
:glob:

0 commit comments

Comments
 (0)