Enforce 2 blank lines before h2

This commit is contained in:
Pradyun Gedam 2020-02-11 18:35:28 +05:30
parent 49b978dd8a
commit 404f89305e
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
17 changed files with 37 additions and 0 deletions

View File

@ -56,6 +56,7 @@ specified it's ok to require the latest CPython interpreter.
So only unit tests and integration tests would need to be run with the different So only unit tests and integration tests would need to be run with the different
interpreters. interpreters.
Services Services
======== ========

View File

@ -34,6 +34,7 @@ Examples include re-flowing text in comments or documentation, or addition or
removal of blank lines or whitespace within lines. Such changes can be made removal of blank lines or whitespace within lines. Such changes can be made
separately, as a "formatting cleanup" PR, if needed. separately, as a "formatting cleanup" PR, if needed.
Automated Testing Automated Testing
================= =================

View File

@ -8,6 +8,7 @@ This document is meant to get you setup to work on pip and to act as a guide and
reference to the development setup. If you face any issues during this reference to the development setup. If you face any issues during this
process, please `open an issue`_ about it on the issue tracker. process, please `open an issue`_ about it on the issue tracker.
Get the source code Get the source code
=================== ===================
@ -29,6 +30,7 @@ you should `install Python`_ on your computer.
For developing pip, you need to install :pypi:`tox`. Often, you can run For developing pip, you need to install :pypi:`tox`. Often, you can run
``python -m pip install tox`` to install and use it. ``python -m pip install tox`` to install and use it.
Running pip From Source Tree Running pip From Source Tree
============================ ============================
@ -39,6 +41,7 @@ from the ``src`` directory:
$ python src/pip --version $ python src/pip --version
Running Tests Running Tests
============= =============
@ -84,6 +87,7 @@ tools, you can tell pip to skip those tests:
$ tox -e py36 -- -k "not svn" $ tox -e py36 -- -k "not svn"
$ tox -e py36 -- -k "not (svn or git)" $ tox -e py36 -- -k "not (svn or git)"
Running Linters Running Linters
=============== ===============
@ -104,6 +108,7 @@ To use linters locally, run:
reserved for rare cases where the recommended style causes severe reserved for rare cases where the recommended style causes severe
readability problems. readability problems.
Building Documentation Building Documentation
====================== ======================

View File

@ -28,6 +28,7 @@ If you want to get involved head over to GitHub to get the source code and feel
* `Dev mailing list`_ * `Dev mailing list`_
* `Dev IRC`_ * `Dev IRC`_
Code of Conduct Code of Conduct
=============== ===============

View File

@ -18,6 +18,7 @@ Description
.. _`Logging`: .. _`Logging`:
Logging Logging
======= =======
@ -69,6 +70,7 @@ when decision is needed.
.. _`build-interface`: .. _`build-interface`:
Build System Interface Build System Interface
====================== ======================

View File

@ -6,6 +6,7 @@ pip check
.. contents:: .. contents::
Usage Usage
===== =====

View File

@ -7,16 +7,19 @@ pip config
.. contents:: .. contents::
Usage Usage
===== =====
.. pip-command-usage:: config .. pip-command-usage:: config
Description Description
=========== ===========
.. pip-command-description:: config .. pip-command-description:: config
Options Options
======= =======

View File

@ -6,6 +6,7 @@ pip debug
.. contents:: .. contents::
Usage Usage
===== =====

View File

@ -7,6 +7,7 @@ pip download
.. contents:: .. contents::
Usage Usage
===== =====

View File

@ -7,6 +7,7 @@ pip freeze
.. contents:: .. contents::
Usage Usage
===== =====

View File

@ -6,6 +6,7 @@ pip hash
.. contents:: .. contents::
Usage Usage
===== =====

View File

@ -6,11 +6,13 @@ pip install
.. contents:: .. contents::
Usage Usage
===== =====
.. pip-command-usage:: install .. pip-command-usage:: install
Description Description
=========== ===========

View File

@ -6,16 +6,19 @@ pip list
.. contents:: .. contents::
Usage Usage
===== =====
.. pip-command-usage:: list .. pip-command-usage:: list
Description Description
=========== ===========
.. pip-command-description:: list .. pip-command-description:: list
Options Options
======= =======

View File

@ -6,6 +6,7 @@ pip search
.. contents:: .. contents::
Usage Usage
===== =====
@ -17,6 +18,7 @@ Description
.. pip-command-description:: search .. pip-command-description:: search
Options Options
======= =======

View File

@ -6,16 +6,19 @@ pip uninstall
.. contents:: .. contents::
Usage Usage
===== =====
.. pip-command-usage:: uninstall .. pip-command-usage:: uninstall
Description Description
=========== ===========
.. pip-command-description:: uninstall .. pip-command-description:: uninstall
Options Options
======= =======

View File

@ -7,6 +7,7 @@ pip wheel
.. contents:: .. contents::
Usage Usage
===== =====

View File

@ -4,6 +4,7 @@ User Guide
.. contents:: .. contents::
Running pip Running pip
=========== ===========
@ -97,6 +98,7 @@ pip can be configured to connect through a proxy server in various ways:
.. _`Requirements Files`: .. _`Requirements Files`:
Requirements Files Requirements Files
================== ==================
@ -179,6 +181,7 @@ See also:
.. _`Constraints Files`: .. _`Constraints Files`:
Constraints Files Constraints Files
================= =================
@ -213,6 +216,7 @@ Constraints file support was added in pip 7.1.
.. _`Installing from Wheels`: .. _`Installing from Wheels`:
Installing from Wheels Installing from Wheels
====================== ======================
@ -325,6 +329,7 @@ For more information and examples, see the :ref:`pip search` reference.
.. _`Configuration`: .. _`Configuration`:
Configuration Configuration
============= =============
@ -523,6 +528,7 @@ startup file::
.. _`Installing from local packages`: .. _`Installing from local packages`:
Installing from local packages Installing from local packages
============================== ==============================
@ -669,6 +675,7 @@ is the latest version::
.. _`Repeatability`: .. _`Repeatability`:
Ensuring Repeatability Ensuring Repeatability
====================== ======================
@ -754,6 +761,7 @@ archives are built with identical packages.
.. _`Using pip from your program`: .. _`Using pip from your program`:
Using pip from your program Using pip from your program
=========================== ===========================