File tree 4 files changed +38
-5
lines changed
4 files changed +38
-5
lines changed Original file line number Diff line number Diff line change
1
+ .. _enum-howto :
2
+
1
3
==========
2
4
Enum HOWTO
3
5
==========
Original file line number Diff line number Diff line change
1
+ .. _functional-howto :
2
+
1
3
********************************
2
4
Functional Programming HOWTO
3
5
********************************
Original file line number Diff line number Diff line change 2
2
Python HOWTOs
3
3
***************
4
4
5
- Python HOWTOs are documents that cover a single, specific topic,
6
- and attempt to cover it fairly completely. Modelled on the Linux
7
- Documentation Project's HOWTO collection, this collection is an
5
+ Python HOWTOs are documents that cover a specific topic in-depth.
6
+ Modeled on the Linux Documentation Project's HOWTO collection, this collection is an
8
7
effort to foster documentation that's more detailed than the
9
8
Python Library Reference.
10
9
11
- Currently, the HOWTOs are:
12
-
13
10
.. toctree ::
14
11
:maxdepth: 1
12
+ :hidden:
15
13
16
14
cporting.rst
17
15
curses.rst
@@ -33,3 +31,32 @@ Currently, the HOWTOs are:
33
31
annotations.rst
34
32
isolating-extensions.rst
35
33
mro.rst
34
+
35
+ General:
36
+
37
+ * :ref: `annotations-howto `
38
+ * :ref: `argparse-tutorial `
39
+ * :ref: `descriptorhowto `
40
+ * :ref: `enum-howto `
41
+ * :ref: `functional-howto `
42
+ * :ref: `ipaddress-howto `
43
+ * :ref: `logging-howto `
44
+ * :ref: `logging-cookbook `
45
+ * :ref: `regex-howto `
46
+ * :ref: `sortinghowto `
47
+ * :ref: `unicode-howto `
48
+ * :ref: `urllib-howto `
49
+
50
+ Advanced development:
51
+
52
+ * :ref: `curses-howto `
53
+ * :ref: `isolating-extensions-howto `
54
+ * :ref: `python_2.3_mro `
55
+ * :ref: `socket-howto `
56
+ * :ref: `cporting-howto `
57
+
58
+ Debugging and profiling:
59
+
60
+ * :ref: `gdb `
61
+ * :ref: `instrumentation `
62
+ * :ref: `perf_profiling `
Original file line number Diff line number Diff line change
1
+ .. _logging-howto :
2
+
1
3
=============
2
4
Logging HOWTO
3
5
=============
You can’t perform that action at this time.
0 commit comments