Skip to content

Commit a59159f

Browse files
committed
Nesting for Table of Content
1 parent f003b20 commit a59159f

1 file changed

Lines changed: 25 additions & 38 deletions

File tree

README.md

Lines changed: 25 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -26,50 +26,37 @@ Moreover, if you want to add more content to this book then kindly submit a pull
2626
Table of Contents:
2727
------------------
2828
1) Programmer tools
29-
30-
- [Virtual Environment](virtual_environment.rst)
31-
- [Debugging](debugging.rst)
32-
- [Object introspection](object_introspection.rst)
33-
29+
- [Virtual Environment](virtual_environment.rst)
30+
- [Debugging](debugging.rst)
31+
- [Object introspection](object_introspection.rst)
3432
2) Syntax
35-
36-
- [Exceptions](exceptions.rst)
37-
- [For - Else](for_-_else.rst)
38-
- [Ternary Operators](ternary_operators.rst)
39-
- [Global & Return](global_&_return.rst)
40-
- [Open function](open_function.rst)
41-
- [\*args and \*\*kwargs](args_and_kwargs.rst)
42-
- [Context managers](context_managers.rst)
43-
33+
- [Exceptions](exceptions.rst)
34+
- [For - Else](for_-_else.rst)
35+
- [Ternary Operators](ternary_operators.rst)
36+
- [Global & Return](global_&_return.rst)
37+
- [Open function](open_function.rst)
38+
- [\*args and \*\*kwargs](args_and_kwargs.rst)
39+
- [Context managers](context_managers.rst)
4440
3) Functional programming
45-
46-
- [Enumerate](enumerate.rst)
47-
- [Lambdas](lambdas.rst)
48-
- [``set`` Data Structure](set_-_data_structure.rst)
49-
- [Map & Filter](map_filter.rst)
50-
- [Comprehensions](comprehensions.rst)
51-
41+
- [Enumerate](enumerate.rst)
42+
- [Lambdas](lambdas.rst)
43+
- [``set`` Data Structure](set_-_data_structure.rst)
44+
- [Map & Filter](map_filter.rst)
45+
- [Comprehensions](comprehensions.rst)
5246
4) Data structures
53-
54-
- [Generators](generators.rst)
55-
- [Coroutines](coroutines.rst)
56-
47+
- [Generators](generators.rst)
48+
- [Coroutines](coroutines.rst)
5749
5) Data types
58-
59-
- [Collections](collections.rst)
60-
- [Mutation](mutation.rst)
61-
- [\_\_slots\_\_ Magic](__slots__magic.rst)
62-
50+
- [Collections](collections.rst)
51+
- [Mutation](mutation.rst)
52+
- [\_\_slots\_\_ Magic](__slots__magic.rst)
6353
6) Decorators
64-
65-
- [What is a decorator?](decorators.rst)
66-
- [Function caching](function_caching.rst)
67-
54+
- [What is a decorator?](decorators.rst)
55+
- [Function caching](function_caching.rst)
6856
7) Extras
69-
70-
- [One Liners](one_liners.rst)
71-
- [Targeting Python 2+3](targeting_python_2_3.rst)
72-
- [Python C extensions](python_c_extension.rst)
57+
- [One Liners](one_liners.rst)
58+
- [Targeting Python 2+3](targeting_python_2_3.rst)
59+
- [Python C extensions](python_c_extension.rst)
7360

7461
Author:
7562
------

0 commit comments

Comments
 (0)