Skip to content

Commit 6d39c4b

Browse files
committed
Remove backticks from section headings.
Sphinx/intersphinx generates really weird or unreferenceable labels when these are here.
1 parent 8214626 commit 6d39c4b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/faq.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ implemented here, across any other implementation they encounter.
7373
the object which implements format validation
7474

7575

76-
Can `jsonschema` be used to validate YAML, TOML, etc.?
77-
------------------------------------------------------
76+
Can jsonschema be used to validate YAML, TOML, etc.?
77+
----------------------------------------------------
7878

7979
Like most JSON Schema implementations, `jsonschema` doesn't actually deal directly with JSON at all (other than in relation to the :kw:`$ref` keyword, elaborated on below).
8080

@@ -99,8 +99,8 @@ In such cases one is recommended to first pre-process the data such that the res
9999
In the previous example, if the desired behavior is to transparently coerce numeric properties to strings, as Javascript might, then do the conversion explicitly before passing data to this library.
100100

101101

102-
How do I configure a base URI for ``$ref`` resolution using local files?
103-
------------------------------------------------------------------------
102+
How do I configure a base URI for $ref resolution using local files?
103+
--------------------------------------------------------------------
104104

105105
`jsonschema` supports loading schemas from the filesystem.
106106

@@ -264,8 +264,8 @@ defaults.
264264
assert obj2 == {} # whoops
265265

266266

267-
How do `jsonschema` version numbers work?
268-
-----------------------------------------
267+
How do jsonschema version numbers work?
268+
---------------------------------------
269269

270270
``jsonschema`` tries to follow the `Semantic Versioning
271271
<https://semver.org/>`_ specification.

0 commit comments

Comments
 (0)