Skip to content

Commit 2a75882

Browse files
committed
Still trying to make relative links work
1 parent 204a445 commit 2a75882

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

README.rst

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.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>`
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>`

0 commit comments

Comments
 (0)