Skip to content

Fix reStructuredText syntax in USAGE.rst - #3795

Merged
sbrunner merged 1 commit into
2.0from
fix-usage-rst-syntax
Aug 21, 2026
Merged

Fix reStructuredText syntax in USAGE.rst#3795
sbrunner merged 1 commit into
2.0from
fix-usage-rst-syntax

Conversation

@sbrunner

Copy link
Copy Markdown
Member

Summary

Fix incorrect reStructuredText syntax for the settings.py link in USAGE.rst (line 936).

Context

The link had a syntax error: double backticks at the start but single backtick at the end, causing a docutils warning:
tilecloud_chain/USAGE.rst:936: WARNING: Inline literal start-string without end-string.

Implementation Details

Changed from ``settings.py <url>_ to :file:`settings.py `_, using the reStructuredText `file` role to display the filename as code while keeping the link functional.

@sbrunner sbrunner added the backport master Backport the pull request to the 'master' branch label Aug 21, 2026
@sbrunner
sbrunner merged commit 3f72062 into 2.0 Aug 21, 2026
10 checks passed
@sbrunner
sbrunner deleted the fix-usage-rst-syntax branch August 21, 2026 13:23
@geo-ghci-int geo-ghci-int Bot removed the backport master Backport the pull request to the 'master' branch label Aug 21, 2026
@geo-ghci-int geo-ghci-int Bot added this to the 2.0.1 milestone Aug 21, 2026
Sign up for free to 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.

1 participant