diff options
author | jaseg <git@jaseg.de> | 2022-02-06 23:49:51 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2022-02-06 23:49:51 +0100 |
commit | 02a5f92af10e72a29705bd27088c4458f182f9dd (patch) | |
tree | edf0a38ee62ab56a82256c683442ef826b552b48 | |
parent | a939ab016e3f07a40df804ef3217b58427d09949 (diff) | |
download | gerbonara-02a5f92af10e72a29705bd27088c4458f182f9dd.tar.gz gerbonara-02a5f92af10e72a29705bd27088c4458f182f9dd.tar.bz2 gerbonara-02a5f92af10e72a29705bd27088c4458f182f9dd.zip |
Fix doc intro code blocksv0.9.11
-rw-r--r-- | docs/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index 07bb084..007ba84 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -59,13 +59,13 @@ Quick Start First, install gerbonara from PyPI using pip: -.. highlight:: shell +.. code-block:: shell pip install --user gerbonara Then, you are ready to read and write gerber files: -.. highlight:: python +.. code-block:: python from gerbonara import LayerStack |