Skip to content

Commit 8f31513

Browse files
committed
fix inconsistent indentation of tab blocks
1 parent a2e2f5d commit 8f31513

14 files changed

+488
-484
lines changed

docs/html/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'sphinx.ext.extlinks',
3535
'pip_sphinxext',
3636
'sphinx.ext.intersphinx',
37-
'sphinx_tabs.tabs'
37+
'sphinx_tabs.tabs',
3838
]
3939

4040
# intersphinx

docs/html/installing.rst

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ have downloaded ``get-pip.py``:
3030

3131
.. tabs::
3232

33-
.. group-tab:: Unix/macOS
33+
.. group-tab:: Unix/macOS
3434

35-
.. code-block:: shell
35+
.. code-block:: shell
3636
37-
python get-pip.py
37+
python get-pip.py
3838
39-
.. group-tab:: Windows
39+
.. group-tab:: Windows
4040

41-
.. code-block:: shell
41+
.. code-block:: shell
4242
43-
py get-pip.py
43+
py get-pip.py
4444
4545
4646
.. warning::
@@ -83,66 +83,66 @@ Install from local copies of pip and setuptools:
8383

8484
.. tabs::
8585

86-
.. group-tab:: Unix/macOS
86+
.. group-tab:: Unix/macOS
8787

88-
.. code-block:: shell
88+
.. code-block:: shell
8989
90-
python get-pip.py --no-index --find-links=/local/copies
90+
python get-pip.py --no-index --find-links=/local/copies
9191
92-
.. group-tab:: Windows
92+
.. group-tab:: Windows
9393

94-
.. code-block:: shell
94+
.. code-block:: shell
9595
96-
py get-pip.py --no-index --find-links=/local/copies
96+
py get-pip.py --no-index --find-links=/local/copies
9797
9898
Install to the user site [3]_:
9999

100100
.. tabs::
101101

102-
.. group-tab:: Unix/macOS
102+
.. group-tab:: Unix/macOS
103103

104-
.. code-block:: shell
104+
.. code-block:: shell
105105
106-
python get-pip.py --user
106+
python get-pip.py --user
107107
108-
.. group-tab:: Windows
108+
.. group-tab:: Windows
109109

110-
.. code-block:: shell
110+
.. code-block:: shell
111111
112-
py get-pip.py --user
112+
py get-pip.py --user
113113
114114
Install behind a proxy:
115115

116116
.. tabs::
117117

118-
.. group-tab:: Unix/macOS
118+
.. group-tab:: Unix/macOS
119119

120-
.. code-block:: shell
120+
.. code-block:: shell
121121
122-
python get-pip.py --proxy="http://[user:passwd@]proxy.server:port"
122+
python get-pip.py --proxy="http://[user:passwd@]proxy.server:port"
123123
124-
.. group-tab:: Windows
124+
.. group-tab:: Windows
125125

126-
.. code-block:: shell
126+
.. code-block:: shell
127127
128-
py get-pip.py --proxy="http://[user:passwd@]proxy.server:port"
128+
py get-pip.py --proxy="http://[user:passwd@]proxy.server:port"
129129
130130
``get-pip.py`` can also be used to install a specified combination of ``pip``,
131131
``setuptools``, and ``wheel`` using the same requirements syntax as pip:
132132

133133
.. tabs::
134134

135-
.. group-tab:: Unix/macOS
135+
.. group-tab:: Unix/macOS
136136

137-
.. code-block:: shell
137+
.. code-block:: shell
138138
139-
python get-pip.py pip==9.0.2 wheel==0.30.0 setuptools==28.8.0
139+
python get-pip.py pip==9.0.2 wheel==0.30.0 setuptools==28.8.0
140140
141-
.. group-tab:: Windows
141+
.. group-tab:: Windows
142142

143-
.. code-block:: shell
143+
.. code-block:: shell
144144
145-
py get-pip.py pip==9.0.2 wheel==0.30.0 setuptools==28.8.0
145+
py get-pip.py pip==9.0.2 wheel==0.30.0 setuptools==28.8.0
146146
147147
Using Linux Package Managers
148148
============================
@@ -162,13 +162,13 @@ Upgrading pip
162162

163163
.. code-block:: shell
164164
165-
python -m pip install -U pip
165+
python -m pip install -U pip
166166
167167
.. group-tab:: Windows
168168

169169
.. code-block:: shell
170170
171-
py -m pip install -U pip
171+
py -m pip install -U pip
172172
173173
174174
.. _compatibility-requirements:

docs/html/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Uninstall a package:
142142
143143
C:\> py -m pip uninstall SomePackage
144144
Uninstalling SomePackage:
145-
/my/env/lib/pythonx.x/site-packages/somepackage
145+
/my/env/lib/pythonx.x/site-packages/somepackage
146146
Proceed (y/n)? y
147147
Successfully uninstalled SomePackage
148148

docs/html/reference/pip.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -234,17 +234,17 @@ included in the command as follows:
234234

235235
.. tabs::
236236

237-
.. group-tab:: Unix/macOS
237+
.. group-tab:: Unix/macOS
238238

239-
.. code-block:: shell
239+
.. code-block:: console
240240
241-
python setup.py <global_options> BUILD COMMAND <build_options>
241+
python setup.py <global_options> BUILD COMMAND <build_options>
242242
243-
.. group-tab:: Windows
243+
.. group-tab:: Windows
244244

245-
.. code-block:: shell
245+
.. code-block:: shell
246246
247-
py setup.py <global_options> BUILD COMMAND <build_options>
247+
py setup.py <global_options> BUILD COMMAND <build_options>
248248
249249
The options are passed unmodified, and presently offer direct access to the
250250
distutils command line. Use of ``--global-option`` and ``--build-option``

docs/html/reference/pip_check.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ Examples
3232

3333
#. If all dependencies are compatible:
3434

35-
.. tabs::
35+
.. tabs::
3636

3737
.. group-tab:: Unix/macOS
3838

39-
.. code-block:: console
39+
.. code-block:: console
4040
4141
$ python -m pip check
4242
No broken requirements found.
@@ -45,7 +45,7 @@ Examples
4545
4646
.. group-tab:: Windows
4747

48-
.. code-block:: console
48+
.. code-block:: console
4949
5050
C:\> py -m pip check
5151
No broken requirements found.
@@ -54,11 +54,11 @@ Examples
5454
5555
#. If a package is missing:
5656

57-
.. tabs::
57+
.. tabs::
5858

5959
.. group-tab:: Unix/macOS
6060

61-
.. code-block:: console
61+
.. code-block:: console
6262
6363
$ python -m pip check
6464
pyramid 1.5.2 requires WebOb, which is not installed.
@@ -67,7 +67,7 @@ Examples
6767
6868
.. group-tab:: Windows
6969

70-
.. code-block:: console
70+
.. code-block:: console
7171
7272
C:\> py -m pip check
7373
pyramid 1.5.2 requires WebOb, which is not installed.
@@ -76,11 +76,11 @@ Examples
7676
7777
#. If a package has the wrong version:
7878

79-
.. tabs::
79+
.. tabs::
8080

8181
.. group-tab:: Unix/macOS
8282

83-
.. code-block:: console
83+
.. code-block:: console
8484
8585
$ python -m pip check
8686
pyramid 1.5.2 has requirement WebOb>=1.3.1, but you have WebOb 0.8.
@@ -89,7 +89,7 @@ Examples
8989
9090
.. group-tab:: Windows
9191

92-
.. code-block:: console
92+
.. code-block:: console
9393
9494
C:\> py -m pip check
9595
pyramid 1.5.2 has requirement WebOb>=1.3.1, but you have WebOb 0.8.

0 commit comments

Comments
 (0)