Update the documentation howto index page and group docs into 3 logic… · python/cpython@a26d27e (original) (raw)

`@@ -2,16 +2,14 @@

`

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

`+

🥷

`

15

13

``

16

14

`cporting.rst

`

17

15

`curses.rst

`

`@@ -35,3 +33,32 @@ Currently, the HOWTOs are:

`

35

33

`timerfd.rst

`

36

34

`mro.rst

`

37

35

``

``

36

`+

General:

`

``

37

+

``

38

`` +

``

``

39

`` +

``

``

40

`` +

``

``

41

`` +

``

``

42

`` +

``

``

43

`` +

``

``

44

`` +

``

``

45

`` +

``

``

46

`` +

``

``

47

`` +

``

``

48

`` +

``

``

49

`` +

``

``

50

+

``

51

`+

Advanced development:

`

``

52

+

``

53

`` +

``

``

54

`` +

``

``

55

`` +

``

``

56

`` +

``

``

57

`` +

``

``

58

`` +

``

``

59

+

``

60

`+

Debugging and profiling:

`

``

61

+

``

62

`` +

``

``

63

`` +

``

``

64

`` +

``