Skip to content

Fix for rendering of code blocks in CLE documentation - #1159

Merged
absurdfarce merged 1 commit into
masterfrom
cle_doc_updates
May 19, 2023
Merged

Fix for rendering of code blocks in CLE documentation#1159
absurdfarce merged 1 commit into
masterfrom
cle_doc_updates

Conversation

@absurdfarce

@absurdfarceabsurdfarce commented May 18, 2023

Copy link
Copy Markdown
Contributor

Looks like I wasn't following rst as closely as I should've been.

Relevant notes on code block formatting can be found here.

…ks like rst wants
an empty line between the code-block declaration and the start of the sample code.

@jgillenwaterjgillenwater left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left two comments that would make this structured like some of the codeblocks in other topics. Can we try this instead?

Comment threaddocs/column_encryption.rst
Comment threaddocs/column_encryption.rst
@absurdfarce

absurdfarce commented May 19, 2023

Copy link
Copy Markdown
ContributorAuthor

Met with @jgillenwater to discuss and we settled on the Sphinx-specific code-block usage for now. Also filed PYTHON-1349 to come up with a more robust long-term answer for this across the entire set of Python driver docs.

@absurdfarce
absurdfarce merged commit 0002e91 into masterMay 19, 2023
@absurdfarce
absurdfarce deleted the cle_doc_updates branch May 19, 2023 17:25
fruch added a commit to fruch/python-driver that referenced this pull request Jun 6, 2024
…sync_with_upstream_3.29.1
version 3.28.0
* tag '3.28.0' of https://github.com/datastax/python-driver:
Release 3.28.0: changelog & version
PYTHON-1352 Add vector type, codec + support for parsing CQL type (apache#1161)
Update docs.yaml to point to most recent 3.27.0 docs changes
CONN-38 Notes for 3.27.0 on PYTHON-1350 (apache#1166)
PYTHON-1356 Create session-specific protocol handlers to contain session-specific CLE policies (apache#1165)
PYTHON-1350 Store IV along with encrypted text when using column-level encryption (apache#1160)
PYTHON-1351 Convert cryptography to an optional dependency (apache#1164)
Jenkinsfile cleanup (apache#1163)
PYTHON-1343 Use Cython for smoke builds (apache#1162)
Don't fail when inserting UDTs with prepared queries with some missing fields (apache#1151)
Revert "remove unnecessary import __future__ (apache#1156)"
docs: convert print statement to function in docs (apache#1157)
remove unnecessary import __future__ (apache#1156)
Update docs.yaml to include recent fixes to CLE docs
Fix for rendering of code blocks in CLE documentation (apache#1159)
DOC-3278 Update comment for retry policy (apache#1158)
DOC-2813 (apache#1145)
Remove different build matrix selection for develop branches (apache#1138)
dkropachev pushed a commit to dkropachev/python-driver that referenced this pull request Aug 9, 2024
dkropachev pushed a commit to dkropachev/python-driver that referenced this pull request Aug 9, 2024
dkropachev pushed a commit to dkropachev/python-driver that referenced this pull request Aug 9, 2024
dkropachev pushed a commit to dkropachev/python-driver that referenced this pull request Aug 9, 2024
dkropachev pushed a commit to dkropachev/python-driver that referenced this pull request Aug 9, 2024
dkropachev pushed a commit to dkropachev/python-driver that referenced this pull request Aug 15, 2024
dkropachev pushed a commit to dkropachev/python-driver that referenced this pull request Nov 10, 2024
dkropachev pushed a commit to dkropachev/python-driver that referenced this pull request Nov 18, 2024
dkropachev pushed a commit to dkropachev/python-driver that referenced this pull request Nov 18, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@absurdfarce@jgillenwater