Skip to content

Commit 0adafa7

Browse files
committed
Fix typos in manual
Multiple files missed curly brackets for `{eval-rst}`, breaking the linking of subpages in documentation.
1 parent 87a40f9 commit 0adafa7

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

manual/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Common topics:
1515
* [Case sensitivity](case_sensitivity/)
1616
* [OSGi](osgi/)
1717

18-
```eval_rst
18+
```{eval-rst}
1919
.. toctree::
2020
:hidden:
2121
:glob:

manual/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ for (ColumnDefinitions.Definition definition : row.getColumnDefinitions()) {
332332

333333
[CASSANDRA-10145]: https://issues.apache.org/jira/browse/CASSANDRA-10145
334334

335-
```eval_rst
335+
```{eval-rst}
336336
.. toctree::
337337
:hidden:
338338
:glob:

manual/core/configuration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ config.getDefaultProfile().getInt(MyCustomOption.AWESOMENESS_FACTOR);
537537
[HOCON]: https://github.com/typesafehub/config/blob/master/HOCON.md
538538
[API conventions]: ../../api_conventions
539539

540-
```eval_rst
540+
```{eval-rst}
541541
.. toctree::
542542
:hidden:
543543
:glob:

manual/core/metadata/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ refreshed. See the [Performance](../performance/#debouncing) page for more detai
6060
[Metadata]: https://docs.datastax.com/en/drivers/java/4.17/com/datastax/oss/driver/api/core/metadata/Metadata.html
6161
[Node]: https://docs.datastax.com/en/drivers/java/4.17/com/datastax/oss/driver/api/core/metadata/Node.html
6262

63-
```eval_rst
63+
```{eval-rst}
6464
.. toctree::
6565
:hidden:
6666
:glob:

manual/core/statements/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ can create execution profiles to capture common combinations of those options).
6464
[execute]: https://docs.datastax.com/en/drivers/java/4.17/com/datastax/oss/driver/api/core/session/Session.html#execute-com.datastax.oss.driver.api.core.cql.Statement-
6565
[executeAsync]: https://docs.datastax.com/en/drivers/java/4.17/com/datastax/oss/driver/api/core/session/Session.html#executeAsync-com.datastax.oss.driver.api.core.cql.Statement-
6666

67-
```eval_rst
67+
```{eval-rst}
6868
.. toctree::
6969
:hidden:
7070
:glob:

manual/developer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ from lowest to highest level:
1818

1919
If you're reading this on GitHub, the `.nav` file in each directory contains a suggested order.
2020

21-
```eval_rst
21+
```{eval-rst}
2222
.. toctree::
2323
:hidden:
2424
:glob:

manual/developer/common/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This covers utilities or concept that are shared throughout the codebase:
88
* the [event bus](event_bus/) is used to decouple some of the internal components through
99
asynchronous messaging.
1010

11-
```eval_rst
11+
```{eval-rst}
1212
.. toctree::
1313
:hidden:
1414
:glob:

manual/mapper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ You can decide which logs to enable using the standard SLF4J mechanisms (categor
153153
addition, if you want no logs at all, it's possible to entirely remove them from the generated code
154154
with the Java compiler option `-Acom.datastax.oss.driver.mapper.logs.enabled=false`.
155155

156-
```eval_rst
156+
```{eval-rst}
157157
.. toctree::
158158
:hidden:
159159
:glob:

manual/mapper/config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ You will find the generated files in `build/generated/sources/annotationProcesso
114114
* [Java 14 records](record/)
115115
* [Scala](scala/)
116116

117-
```eval_rst
117+
```{eval-rst}
118118
.. toctree::
119119
:hidden:
120120
:glob:

manual/mapper/daos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ To control how the hierarchy is scanned, annotate interfaces with [@HierarchySca
154154
[@HierarchyScanStrategy]: https://docs.datastax.com/en/drivers/java/4.17/com/datastax/oss/driver/api/mapper/annotations/HierarchyScanStrategy.html
155155
[Entity Inheritance]: ../entities/#inheritance
156156

157-
```eval_rst
157+
```{eval-rst}
158158
.. toctree::
159159
:hidden:
160160
:glob:

0 commit comments

Comments
 (0)