Skip to content

Commit c4360a0

Browse files
committed
👕 update readme reStructuredText syntax
1 parent 4b48517 commit c4360a0

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.moban.d/CUSTOM_README.rst.jj2

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ Get a file inside a python package
2828
Get from a different branch
2929
--------------------------------------------------------------------------------
3030

31-
.. code-block:: python
32-
3331
.. code-block:: python
3432

3533
>>> import fs
@@ -41,8 +39,6 @@ Get from a different branch
4139
Checkout submodules recursively
4240
--------------------------------------------------------------------------------
4341

44-
.. code-block:: python
45-
4642
.. code-block:: python
4743

4844
>>> git_fs = fs.open_fs("git://github.com/moremobans/pypi-mobans.git?branch=master&submodule=true!/templates")

README.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ Get a file inside a python package
3434
Get from a different branch
3535
--------------------------------------------------------------------------------
3636

37-
.. code-block:: python
38-
3937
.. code-block:: python
4038
4139
>>> import fs
@@ -47,8 +45,6 @@ Get from a different branch
4745
Checkout submodules recursively
4846
--------------------------------------------------------------------------------
4947

50-
.. code-block:: python
51-
5248
.. code-block:: python
5349
5450
>>> git_fs = fs.open_fs("git://github.com/moremobans/pypi-mobans.git?branch=master&submodule=true!/templates")

0 commit comments

Comments
 (0)