Skip to content

Commit 462dec1

Browse files
author
Kenneth Reitz
committed
better intro skeleton
1 parent 33fad99 commit 462dec1

File tree

4 files changed

+30
-7
lines changed

4 files changed

+30
-7
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Hitchhikers Guide to Python!
88

99
Welcome to The Hitchhiker's Guide to Python.
1010

11-
**This guide is currently under heavy development, and is mostly a skeleton at the moment.** If you'd like to help, `fork us on GitHub <https://github.com/kennethreitz/python-guide>`_
11+
**This guide is currently under heavy development, and is mostly a skeleton at the moment.** If you'd like to help, `fork us on GitHub <https://github.com/kennethreitz/python-guide>`_!
1212

1313
This *opinionated* guide exists to provide both novice and expert Python developers a best-practice handbook to the installation, configuration, and usage of Python on a daily basis.
1414

docs/intro/community.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
The Community
2+
=============
3+
4+
BDFL
5+
----
6+
7+
Python Software Foundation
8+
--------------------------

docs/intro/duction.rst

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,21 @@ Introduction
22
============
33

44

5-
Idioms
6-
::::::
5+
Learning Python
6+
:::::::::::::::
77

8+
Beginners
9+
`````````
810

9-
Zen of Python
10-
-------------
11+
Learn Python the Hard Way
12+
-------------------------
1113

1214

13-
PEP-8
14-
-----
15+
Advanced
16+
````````
17+
18+
Pro Python
19+
----------
20+
21+
Expert Python Programming
22+
-------------------------

docs/intro/resources.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Resources
2+
=========
3+
4+
News
5+
----
6+
7+

0 commit comments

Comments
 (0)