Skip to content

Commit

Permalink
Merge pull request #808 from tavaresrodrigo/remove-linenos
Browse files Browse the repository at this point in the history
Remove the linenos from code-block python files
  • Loading branch information
nolar committed Jul 25, 2021
2 parents e471adb + cfaa2ce commit 308e7ff
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and [Historic GitHub Contributors](https://github.com/zalando-incubator/kopf/gra
- [Clement Liaw](https://github.com/iexalt)
- [Ismail Kaboubi](https://github.com/smileisak)
- [Michael Narodovitch](https://github.com/michaelnarodovitch)
- [Rodrigo Tavares](https://github.com/tavaresrodrigo)
- [Sergey Vasilyev](https://github.com/nolar)
- [Soroosh Sarabadani](https://github.com/psycho-ir)
- [Trond Hindenes](https://github.com/trondhindenes)
Expand Down
1 change: 0 additions & 1 deletion docs/walkthrough/creation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ We will use the official Kubernetes client library (``pip install kubernetes``):

.. code-block:: python
:name: creation
:linenos:
:caption: ephemeral.py
import os
Expand Down
1 change: 0 additions & 1 deletion docs/walkthrough/deletion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Let's extend the creation handler:

.. code-block:: python
:name: adopting
:linenos:
:caption: ephemeral.py
:emphasize-lines: 18
Expand Down
2 changes: 0 additions & 2 deletions docs/walkthrough/diffs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ but we will use another feature of Kopf to track one specific field only:

.. code-block:: python
:name: with-new
:linenos:
:caption: ephemeral.py
:emphasize-lines: 1, 5
Expand Down Expand Up @@ -90,7 +89,6 @@ exactly as needed for the patch object (i.e. the field is present there):

.. code-block:: python
:name: with-diff
:linenos:
:caption: ephemeral.py
:emphasize-lines: 4
Expand Down
1 change: 0 additions & 1 deletion docs/walkthrough/starting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ just to see how it can be started.

.. code-block:: python
:name: skeleton
:linenos:
:caption: ephemeral.py
import kopf
Expand Down
1 change: 0 additions & 1 deletion docs/walkthrough/updates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Let's extend the creation handler we already have from the previous step
with one additional line:

.. code-block:: python
:linenos:
:caption: ephemeral.py
:emphasize-lines: 24
Expand Down

0 comments on commit 308e7ff

Please sign in to comment.