@@ -43,41 +43,41 @@ Specification
4343The standard Python installation description format consists of the JSON
4444representation of a dictionary with the with the following keys.
4545
46- `` schema_version ``
47- ------------------
46+ schema_version
47+ --------------
4848
4949:Type: ``number ``
5050:Description: Version of the schema to parse the file contents. It should be
5151 ``1 `` for the format described in this document. Future versions
5252 may add, remove, or change fields.
5353
54- `` language ``
55- ------------
54+ language
55+ --------
5656
5757Subsection with details related to the language specification.
5858
59- `` version ``
60- ~~~~~~~~~~~
59+ version
60+ ~~~~~~~
6161
6262:Type: ``string ``
6363:Description: String representation the Python language version. Same as the
6464 ``PY_VERSION `` macro on CPython.
6565
66- `` version_parts ``
67- ~~~~~~~~~~~~~~~~~
66+ version_parts
67+ ~~~~~~~~~~~~~
6868
6969:Type: ``object ``
7070:Description: Equivalent to :py:data: `sys.version_info `.
7171
72- `` implementation ``
73- ------------------
72+ implementation
73+ --------------
7474
7575Subsection with details related to Python implementation. While only the
7676``name `` key is required in this section, this section SHOULD be equivalent to
7777:py:data: `sys.implementation ` on most implementations.
7878
79- `` name ``
80- ~~~~~~~~
79+ name
80+ ~~~~
8181
8282:Type: ``string ``
8383:Description: Lower-case name of the Python implementation.
@@ -88,16 +88,16 @@ Implementation-specific keys
8888Additionally to the keys defined above, implementations may choose to include
8989extra keys with extra implementation-specific details.
9090
91- `` c_api ``
92- ---------
91+ c_api
92+ -----
9393
9494Subsection with details related to the Python C API, if available. If the Python
9595implementation does not provide a C API, this section will be missing.
9696
9797TODO
9898
99- `` libpython ``
100- -------------
99+ libpython
100+ ---------
101101
102102Subsection with details related to the ``libpython ``, if available. If the
103103Python implementation does not provide a ``libpython `` library, this section
0 commit comments