Skip to content

Commit 997b10b

Browse files
authored
Merge pull request #9717 from pradyunsg/docs/rewrite-index-and-toctree
Rewrite our documentation landing page
2 parents a6b5e90 + 8e2071e commit 997b10b

File tree

2 files changed

+48
-63
lines changed

2 files changed

+48
-63
lines changed

docs/html/index.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
hide-toc: true
3+
---
4+
5+
# pip
6+
7+
pip is the [package installer for Python][recommended]. You can use it to
8+
install packages from the [Python Package Index][pypi] and other indexes.
9+
10+
```{toctree}
11+
:hidden:
12+
13+
quickstart
14+
installing
15+
user_guide
16+
reference/index
17+
```
18+
19+
```{toctree}
20+
:caption: Project
21+
:hidden:
22+
23+
development/index
24+
ux_research_design
25+
news
26+
Code of Conduct <https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md>
27+
GitHub <https://github.com/pypa/pip>
28+
```
29+
30+
If you want to learn about how to use pip, check out the following resources:
31+
32+
- [Quickstart](quickstart)
33+
- [Python Packaging User Guide](https://packaging.python.org)
34+
35+
If you find bugs, need help, or want to talk to the developers, use our mailing
36+
lists or chat rooms:
37+
38+
- [GitHub Issues][issue-tracker]
39+
- [Discourse channel][packaging-discourse]
40+
- [User IRC][irc-pypa]
41+
- [Development IRC][irc-pypa-dev]
42+
43+
[recommended]: https://packaging.python.org/guides/tool-recommendations/
44+
[pypi]: https://pypi.org/
45+
[issue-tracker]: https://github.com/pypa/pip/issues/
46+
[packaging-discourse]: https://discuss.python.org/c/packaging/14
47+
[irc-pypa]: https://webchat.freenode.net/#pypa
48+
[irc-pypa-dev]: https://webchat.freenode.net/#pypa-dev

docs/html/index.rst

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)