Skip to content

Commit

Permalink
Remove syntax highlighting from README.rst
Browse files Browse the repository at this point in the history
GitHub does not support syntax highlighting, so we remove it from the code blocks.
  • Loading branch information
mristin authored Apr 12, 2024
1 parent 4196e84 commit deeb155
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ Please refer to `the original documentation of aas-core3.0-python`_ for more con
Create, Get and Set Properties of an AAS Model
----------------------------------------------
.. code-block:: python

.. code-block::
import aas_core3.types as aas_types
Expand Down Expand Up @@ -90,7 +91,8 @@ Iterate and Transform
---------------------
``descend`` and ``descend_once``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. code-block:: python

.. code-block::
import aas_core3.types as aas_types
Expand Down Expand Up @@ -134,7 +136,7 @@ Iterate and Transform
Visitor
^^^^^^^

.. code-block:: python
.. code-block::
import aas_core3.types as aas_types
Expand Down Expand Up @@ -179,7 +181,8 @@ Visitor
JSON Serialization
------------------
.. code-block:: python

.. code-block::
import aas_core3.types as aas_types
import aas_core3.jsonization as aas_jsonization
Expand Down Expand Up @@ -226,7 +229,8 @@ JSON Serialization
JSON De-serialization
---------------------
.. code-block:: python

.. code-block::
import aas_core3.types as aas_types
import aas_core3.jsonization as aas_jsonization
Expand Down Expand Up @@ -262,7 +266,7 @@ JSON De-serialization
XML Serialization
-----------------

.. code-block:: python
.. code-block::
import aas_core3.types as aas_types
import aas_core3.xmlization as aas_xmlization
Expand Down

0 comments on commit deeb155

Please sign in to comment.