Skip to content

Commit d0c2055

Browse files
committed
improved readme to include TOC
1 parent ae150eb commit d0c2055

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,30 @@ I am sure you are as excited as I am so let’s start!
1414
Note: This book is a work in progress. If you find anything which you can further improve (I know you will find a lot of stuff) then kindly submit a pull request. :)
1515

1616
Moreover, if you want to add more content to this book then kindly submit a pull request and I would be more than happy to merge it. :+1:
17+
18+
Table of Contents:
19+
------------------
20+
- :doc:`args_and_kwargs.rst`
21+
- :doc:`debugging.rst`
22+
- :doc:`generators.rst`
23+
- :doc:`map_&_filter.rst`
24+
- :doc:`set_-_data_structure.rst`
25+
- :doc:`ternary_operators.rst`
26+
- :doc:`decorators.rst`
27+
- :doc:`global_&_return.rst`
28+
- :doc:`mutation.rst`
29+
- :doc:`__slots__magic.rst`
30+
- :doc:`virtual_environment.rst`
31+
- :doc:`collections.rst`
32+
- :doc:`enumerate.rst`
33+
- :doc:`object_introspection.rst`
34+
- :doc:`comprehensions.rst`
35+
- :doc:`exceptions.rst`
36+
- :doc:`lambdas.rst`
37+
- :doc:`one_liners.rst`
38+
- :doc:`for_-_else.rst`
39+
- :doc:`open_function.rst`
40+
- :doc:`targeting_python_2_3.rst`
41+
- :doc:`coroutines.rst`
42+
- :doc:`function_caching.rst`
43+
- :doc:`context_managers.rst`

0 commit comments

Comments
 (0)