Change level 3 heading underline from ` to ^ in README.rst

This matches the conventions in Python's core documentation:
https://devguide.python.org/documenting/#sections
This commit is contained in:
dgelessus
2018-02-16 23:00:03 +01:00
parent 0b8699c2f1
commit 2883354ef2
+7 -7
View File
@@ -37,7 +37,7 @@ Examples
-------- --------
Simple example Simple example
`````````````` ^^^^^^^^^^^^^^
.. code-block:: python .. code-block:: python
@@ -49,7 +49,7 @@ Simple example
<rsrcfork.ResourceFile._LazyResourceMap at 0x10470ed30 containing one resource: rsrcfork.Resource(resource_type=b'TEXT', resource_id=256, name=None, attributes=ResourceAttrs.0, data=b'Here is some text')> <rsrcfork.ResourceFile._LazyResourceMap at 0x10470ed30 containing one resource: rsrcfork.Resource(resource_type=b'TEXT', resource_id=256, name=None, attributes=ResourceAttrs.0, data=b'Here is some text')>
Automatic selection of data/resource fork Automatic selection of data/resource fork
````````````````````````````````````````` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. code-block:: python .. code-block:: python
@@ -62,7 +62,7 @@ Automatic selection of data/resource fork
<_io.BufferedReader name='/Users/Shared/Test.textClipping/..namedfork/rsrc'> <_io.BufferedReader name='/Users/Shared/Test.textClipping/..namedfork/rsrc'>
Command-line interface Command-line interface
`````````````````````` ^^^^^^^^^^^^^^^^^^^^^^
.. code-block:: sh .. code-block:: sh
$ python3 -m rsrcfork /Users/Shared/Test.textClipping $ python3 -m rsrcfork /Users/Shared/Test.textClipping
@@ -140,23 +140,23 @@ Changelog
--------- ---------
Version 1.1.2 Version 1.1.2
````````````` ^^^^^^^^^^^^^
* Added support for the resource file attributes "Resources Locked" and "Printer Driver MultiFinder Compatible" from ResEdit. * Added support for the resource file attributes "Resources Locked" and "Printer Driver MultiFinder Compatible" from ResEdit.
* Added more dummy constants for resource attributes with unknown meaning, so that resource files containing such attributes can be loaded without errors. * Added more dummy constants for resource attributes with unknown meaning, so that resource files containing such attributes can be loaded without errors.
Version 1.1.1 Version 1.1.1
````````````` ^^^^^^^^^^^^^
* Fixed overflow issue with empty resource files or empty resource type entries * Fixed overflow issue with empty resource files or empty resource type entries
* Changed ``_hexdump`` to behave more like ``hexdump -C`` * Changed ``_hexdump`` to behave more like ``hexdump -C``
Version 1.1.0 Version 1.1.0
````````````` ^^^^^^^^^^^^^
* Added a command-line interface - run ``python3 -m rsrcfork --help`` for more info * Added a command-line interface - run ``python3 -m rsrcfork --help`` for more info
Version 1.0.0 Version 1.0.0
````````````` ^^^^^^^^^^^^^
* Initial version * Initial version