Skip to content

Commit 76cde96

Browse files
committed
Prefer warnings
1 parent 11e011b commit 76cde96

File tree

8 files changed

+1073
-1097
lines changed

8 files changed

+1073
-1097
lines changed

changelog/README.md

+1,072-1,072
Large diffs are not rendered by default.

docs/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dummy: setup
6666

6767
.PHONY: linkcheck
6868
linkcheck: setup
69-
$(SPHINXBUILD) -b linkcheck . $(BUILDDIR)/linkcheck
69+
$(SPHINXBUILD) -b linkcheck $(SOURCE_DIR) $(BUILDDIR)/linkcheck
7070

7171
.PHONY: multiversion
7272
multiversion: setup

faq/osgi/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
```eval_rst
2-
:orphan:
3-
```
4-
51
## Frequently Asked Questions - OSGi
62

73
### How to use the Java driver in an OSGi environment?

manual/custom_codecs/extras/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
```eval_rst
2-
:orphan:
3-
```
4-
51
## Optional codecs
62

73
The driver's "extras" module provides additional [codec](../) implementations: these codecs are not required by core

manual/osgi/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
```eval_rst
2-
:orphan:
3-
```
4-
51
# OSGi
62

73
The driver is available as an [OSGi] bundle. More specifically,

upgrade_guide/migrating_from_astyanax/configuration/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
```eval_rst
2-
:orphan:
3-
```
4-
51
# Configuration
62

73
## How Configuring the Java driver works

upgrade_guide/migrating_from_astyanax/language_level_changes/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
```eval_rst
2-
:orphan:
3-
```
4-
51
# Language change : from Thrift to CQL
62
The data model changes when using *CQL* (Cassandra Query Language).
73
*CQL* is providing an abstraction of the low-level data stored in *Cassandra*, in

upgrade_guide/migrating_from_astyanax/queries_and_results/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
```eval_rst
2-
:orphan:
3-
```
4-
51
# Queries and Results
62
There are many resources such as [this post][planetCCqlLink] or [this post][dsBlogCqlLink] to learn
73
how to transform previous Thrift operations to CQL queries.

0 commit comments

Comments
 (0)