11ErrorDocument 404 /404.html
22
33# main resources
4+ RedirectTemp /book https://www.oreilly.com/library/view/fluent-python-2nd/9781492056348/
45RedirectTemp /code https://github.com/fluentpython/example-code-2e
56RedirectTemp /home https://www.fluentpython.com/
67
78# URLs mentioned at least three times
89RedirectTemp /bisect https://www.fluentpython.com/extra/ordered-sequences-with-bisect/
9- RedirectTemp /cardxvihttps://www.python.org/dev/peps/pep-0484/#the-numeric-tower
10+ RedirectTemp /cardxvihttps://www.python.org/dev/peps/pep-0484/#the-numeric-tower
1011RedirectTemp /collec https://docs.python.org/3/library/collections.html
1112RedirectTemp /dask https://dask.org/
1213RedirectTemp /dtmodel https://docs.python.org/3/reference/datamodel.html
1314RedirectTemp /descr101 https://www.python.org/download/releases/2.2.3/descrintro/
1415RedirectTemp /descrhow https://docs.python.org/3/howto/descriptor.html
1516RedirectTemp /doctest https://docs.python.org/3/library/doctest.html
16- RedirectTemp /effectpyhttps://effectivepython.com/
17+ RedirectTemp /effectpyhttps://effectivepython.com/
1718RedirectTemp /fmtspec https://docs.python.org/3/library/string.html#formatspec
1819RedirectTemp /gunicorn https://gunicorn.org/
1920RedirectTemp /hashint https://www.fluentpython.com/extra/internals-of-sets-and-dicts/
@@ -25,13 +26,12 @@ RedirectTemp /norvigdp http://norvig.com/design-patterns/
2526RedirectTemp /nsphere https://en.wikipedia.org/wiki/N-sphere
2627RedirectTemp /oldcoro https://www.fluentpython.com/extra/classic-coroutines/
2728RedirectTemp /pandas https://pandas.pydata.org/
28- RedirectTemp /pycook3https://www.oreilly.com/library/view/python-cookbook-3rd/9781449357337/
29- RedirectTemp /pynut3https://www.oreilly.com/library/view/python-in-a/9781491913833/
29+ RedirectTemp /pycook3https://www.oreilly.com/library/view/python-cookbook-3rd/9781449357337/
30+ RedirectTemp /pynut3https://www.oreilly.com/library/view/python-in-a/9781491913833/
3031RedirectTemp /pypydif https://doc.pypy.org/en/latest/cpython_differences.html#subclasses-of-built-in-types
3132RedirectTemp /shed4051 https://github.com/python/typeshed/issues/4051
32- RedirectTemp /slatkin https://effectivepython.com/
3333RedirectTemp /specattr https://docs.python.org/3/library/stdtypes.html#special-attributes
34- RedirectTemp /typecorohttps://docs.python.org/3.10/library/typing.html#typing.Coroutine
34+ RedirectTemp /typecorohttps://docs.python.org/3.10/library/typing.html#typing.Coroutine
3535RedirectTemp /typing https://docs.python.org/3/library/typing.html
3636RedirectTemp /weakref https://www.fluentpython.com/extra/weak-references/
3737
0 commit comments