Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.69.17.15
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
python3-pip /
html /
development /
[ HOME SHELL ]
Name
Size
Permission
Action
architecture
[ DIR ]
drwxr-xr-x
ci.rst.gz
1.06
KB
-rw-r--r--
contributing.rst.gz
4.33
KB
-rw-r--r--
conventions.rst
2.23
KB
-rw-r--r--
getting-started.rst.gz
2.36
KB
-rw-r--r--
index.rst
921
B
-rw-r--r--
issue-triage.rst.gz
4.79
KB
-rw-r--r--
release-process.rst.gz
2.82
KB
-rw-r--r--
vendoring-policy.rst
49
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : conventions.rst
:orphan: ========================= Documentation Conventions ========================= This document describes the conventions used in pip's documentation. We expect it to evolve over time as additional conventions are identified and past conventions are rendered obsolete. .. note:: Currently, these conventions are not enforced automatically, and need to be verified manually during code review. We are interested in linters that can help us enforce these conventions automatically. Files ===== Naming ------ Folder names should be a single word, all lowercase. File names must use the kebab-case style (all lowercase, hyphen for separating words) and have the extension ``.rst``. Encoding -------- All files in our documentation must use UTF-8 encoding. Line Length ----------- Limit all lines to a maximum of 72 characters, where possible. This may be exceeded when it does not make sense to abide by it (eg. long links, code blocks). Headings ======== Use the following symbols to create headings: #. ``=`` with overline #. ``=`` #. ``-`` #. ``^`` #. ``'`` #. ``*`` For visual separation from the rest of the content, all other headings must have one empty line before and after. Heading 2 (``=``) should have two empty lines before, for indicating the end of the section prior to it. :: ========= Heading 1 ========= Lorem ipsum dolor sit amet consectetur adipisicing elit. Heading 2 ========= Lorem ipsum dolor sit amet consectetur adipisicing elit. Heading 3 --------- Lorem ipsum dolor sit amet consectetur adipisicing elit. Heading 4 ^^^^^^^^^ Lorem ipsum dolor sit amet consectetur adipisicing elit. Heading 5 ''''''''' Lorem ipsum dolor sit amet consectetur adipisicing elit. Heading 6 ********* Lorem ipsum dolor sit amet consectetur adipisicing elit. Writing ======= .. note:: We're still discussing *how* pip should be capitalized in prose. The current statement here is tentative. pip is a proper noun, and spelt all lowercase. Do not capitalize pip as "Pip" at the start of a sentence. Avoid using phrases such as "easy", "just", "simply" etc, which imply that the task is trivial. If it were trivial, the user wouldn't be reading the documentation for it.
Close