@@ -17,27 +17,27 @@ Moreover, if you want to add more content to this book then kindly submit a pull
1717
1818Table of Contents:
1919------------------
20- - :doc: ` \* args and \*\* kwargs < args_and_kwargs.rst >`
21- - :doc: ` Debugging < debugging.rst >`
22- - :doc: ` Generators < generators.rst >`
23- - :doc: ` Map & Filter < map_&_filter.rst >`
24- - :doc: ``` set`` Data Structure < set _-_data_structure.rst>`
25- - :doc: ` Ternary Operators < ternary_operators.rst >`
26- - :doc: ` Decorators < decorators.rst >`
27- - :doc: ` Global & Return < global_&_return.rst >`
28- - :doc: ` Mutation < mutation.rst >`
29- - :doc: ` __slots__ Magic < __slots__magic.rst >`
30- - :doc: ` Virtual Environment < virtual_environment.rst >`
31- - :doc: ` Collections < collections.rst >`
32- - :doc: ` Enumerate < enumerate.rst >`
33- - :doc: ` Object introspection < object_introspection.rst >`
34- - :doc: ` Comprehensions < comprehensions.rst >`
35- - :doc: ` Exceptions < exceptions.rst >`
36- - :doc: ` Lambdas < lambdas.rst >`
37- - :doc: ` One Liners < one_liners.rst >`
38- - :doc: ` For - Else < for_-_else.rst >`
39- - :doc: ` Open function < open_function.rst >`
40- - :doc: ` Targeting Python 2+3 < targeting_python_2_3.rst >`
41- - :doc: ` Coroutines < coroutines.rst >`
42- - :doc: ` Function caching < function_caching.rst >`
43- - :doc: ` Context managers < context_managers.rst >`
20+ - [ \* args and \*\* kwargs] ( args_and_kwargs.rst )
21+ - [ Debugging] ( debugging.rst )
22+ - [ Generators] ( generators.rst )
23+ - [ Map & Filter] ( map_&_filter.rst )
24+ - [ `` set `` Data Structure] ( set_-_data_structure.rst )
25+ - [ Ternary Operators] ( ternary_operators.rst )
26+ - [ Decorators] ( decorators.rst )
27+ - [ Global & Return] ( global_&_return.rst )
28+ - [ Mutation] ( mutation.rst )
29+ - [ \_\_ slots \_\_ Magic] ( __slots__magic.rst )
30+ - [ Virtual Environment] ( virtual_environment.rst )
31+ - [ Collections] ( collections.rst )
32+ - [ Enumerate] ( enumerate.rst )
33+ - [ Object introspection] ( object_introspection.rst )
34+ - [ Comprehensions] ( comprehensions.rst )
35+ - [ Exceptions] ( exceptions.rst )
36+ - [ Lambdas] ( lambdas.rst )
37+ - [ One Liners] ( one_liners.rst )
38+ - [ For - Else] ( for_-_else.rst )
39+ - [ Open function] ( open_function.rst )
40+ - [ Targeting Python 2+3] ( targeting_python_2_3.rst )
41+ - [ Coroutines] ( coroutines.rst )
42+ - [ Function caching] ( function_caching.rst )
43+ - [ Context managers] ( context_managers.rst )
0 commit comments