Skip to content

Commit 9fa5199

Browse files
committed
Just turned the README to mardown format
1 parent 2a75882 commit 9fa5199

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

README.rst renamed to README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,27 @@ Moreover, if you want to add more content to this book then kindly submit a pull
1717

1818
Table 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

Comments
 (0)