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
interpreters.
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
separately, as a "formatting cleanup" PR, if needed.
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
process, please `open an issue`_ about it on the issue tracker.
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
``python -m pip install tox`` to install and use it.
Running pip From Source Tree
============================
@ -39,6 +41,7 @@ from the ``src`` directory:
$ python src/pip --version
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 or git)"
Running Linters
===============
@ -104,6 +108,7 @@ To use linters locally, run:
reserved for rare cases where the recommended style causes severe
readability problems.
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 IRC`_
Code of Conduct
===============

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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