File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,6 @@ Get a file inside a python package
28
28
Get from a different branch
29
29
--------------------------------------------------------------------------------
30
30
31
- .. code-block:: python
32
-
33
31
.. code-block:: python
34
32
35
33
>>> import fs
@@ -41,8 +39,6 @@ Get from a different branch
41
39
Checkout submodules recursively
42
40
--------------------------------------------------------------------------------
43
41
44
- .. code-block:: python
45
-
46
42
.. code-block:: python
47
43
48
44
>>> git_fs = fs.open_fs("git://github.com/moremobans/pypi-mobans.git?branch=master&submodule=true!/templates")
Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ Get a file inside a python package
34
34
Get from a different branch
35
35
--------------------------------------------------------------------------------
36
36
37
- .. code-block :: python
38
-
39
37
.. code-block :: python
40
38
41
39
>> > import fs
@@ -47,8 +45,6 @@ Get from a different branch
47
45
Checkout submodules recursively
48
46
--------------------------------------------------------------------------------
49
47
50
- .. code-block :: python
51
-
52
48
.. code-block :: python
53
49
54
50
>> > git_fs = fs.open_fs(" git://github.com/moremobans/pypi-mobans.git?branch=master&submodule=true!/templates" )
You can’t perform that action at this time.
0 commit comments