Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion faq/osgi/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
```{eval-rst}
```eval_rst
:orphan:
```
## Frequently Asked Questions - OSGi
Expand Down
2 changes: 1 addition & 1 deletion manual/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ simply navigate to each sub-directory.
[NoHostAvailableException]: https://docs.datastax.com/en/drivers/java/3.11/com/datastax/driver/core/exceptions/NoHostAvailableException.html
[LocalDate]: https://docs.datastax.com/en/drivers/java/3.11/com/datastax/driver/core/LocalDate.html

```{eval-rst}
```eval_rst
.. toctree::
:hidden:
:glob:
Expand Down
2 changes: 1 addition & 1 deletion manual/custom_codecs/extras/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
```{eval-rst}
```eval_rst
:orphan:
```
## Optional codecs
Expand Down
2 changes: 1 addition & 1 deletion manual/object_mapper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ See the child pages for more information:
* [using the mapper](using/)
* [using custom codecs](custom_codecs/)

```{eval-rst}
```eval_rst
.. toctree::
:hidden:
:glob:
Expand Down
2 changes: 1 addition & 1 deletion manual/statements/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ wrap your statements in a custom [StatementWrapper] implementation.
[execute]: https://docs.datastax.com/en/drivers/java/3.11/com/datastax/driver/core/Session.html#execute-com.datastax.driver.core.Statement-
[executeAsync]: https://docs.datastax.com/en/drivers/java/3.11/com/datastax/driver/core/Session.html#executeAsync-com.datastax.driver.core.Statement-

```{eval-rst}
```eval_rst
.. toctree::
:hidden:
:glob:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@
<link>http://www.joda.org/joda-time/apidocs/</link>
<link>http://fasterxml.github.io/jackson-core/javadoc/2.8/</link>
<link>http://fasterxml.github.io/jackson-databind/javadoc/2.7/</link>
<link>https://javaee-spec.java.net/nonav/javadocs/</link>
<link>https://javaee.github.io/javaee-spec/javadocs/</link>
</links>
<!-- optional dependencies from other modules (must be explicitly declared here in order to be correctly resolved) -->
<additionalDependencies>
Expand Down
2 changes: 1 addition & 1 deletion upgrade_guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ exhaustive list of new features in 2.0.
(`ResultSet#getAvailableWithoutFetching` and `ResultSet#isFullyFetched`)
as well as a mean to force the pre-fetching of the next page (`ResultSet#fetchMoreResults`).

```{eval-rst}
```eval_rst
.. toctree::
:hidden:
:glob:
Expand Down
2 changes: 1 addition & 1 deletion upgrade_guide/migrating_from_astyanax/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ See the child pages for more information:
* [Migrating Astyanax configurations to ScyllaDB Java driver configurations](configuration/)
* [Querying and retrieving results comparisons.](queries_and_results/)

```{eval-rst}
```eval_rst
.. toctree::
:hidden:
:glob:
Expand Down
Loading