Skip to content

Commit 2559016

Browse files
author
Kenneth Reitz
committed
enhancements
1 parent ae32dc9 commit 2559016

6 files changed

Lines changed: 52 additions & 16 deletions

File tree

docs/code-style.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Code Style
2+
==========
3+
4+
5+
Idioms
6+
::::::
7+
8+
9+
Zen of Python
10+
-------------
11+
12+
13+
PEP-8
14+
-----

docs/community.rst

Whitespace-only changes.

docs/contents.rst.inc

Lines changed: 38 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,54 @@
1-
Contents
2-
--------
1+
Introduction
2+
------------
33

44
This part of the documentation, which is mostly prose, begins with some
5-
background information about Flask, then focuses on step-by-step
6-
instructions for web development with Flask.
5+
background information about Python, then focuses on next steps.
6+
7+
.. toctree::
8+
:maxdepth: 2
9+
10+
introduction
11+
community
12+
resources
13+
14+
15+
16+
Getting Started
17+
---------------
718

819
.. toctree::
920
:maxdepth: 2
1021

11-
foreword
12-
installation
1322
which-python
23+
installation
24+
getting-started-next
25+
26+
27+
Writing Great Code
28+
------------------
29+
30+
.. toctree::
31+
:maxdepth: 2
32+
1433
dev-env
15-
useful-tools
16-
tutorial/index
1734
project-structure
35+
code-style
1836
documentation
1937
testing
2038
packaging
21-
templating
39+
40+
41+
42+
Shipping Great Code
43+
-------------------
44+
45+
.. toctree::
46+
:maxdepth: 2
47+
48+
project-structure
49+
documentation
2250
testing
23-
errorhandling
24-
config
25-
signals
26-
shell
27-
patterns/index
28-
deploying/index
29-
becomingbig
51+
packaging
3052

3153

3254

docs/getting-started-next.rst

Whitespace-only changes.

docs/introduction.rst

Whitespace-only changes.

docs/resources.rst

Whitespace-only changes.

0 commit comments

Comments
 (0)