Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 08318a6

Browse filesBrowse files
committed
harmless edits in .htaccess
1 parent 646427f commit 08318a6
Copy full SHA for 08318a6

File tree

Expand file treeCollapse file tree

2 files changed

+12
-12
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+12
-12
lines changed

‎links/FPY.LI.htaccess

Copy file name to clipboardExpand all lines: links/FPY.LI.htaccess
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
ErrorDocument 404 /404.html
22

33
# main resources
4+
RedirectTemp /book https://www.oreilly.com/library/view/fluent-python-2nd/9781492056348/
45
RedirectTemp /code https://github.com/fluentpython/example-code-2e
56
RedirectTemp /home https://www.fluentpython.com/
67

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

‎links/custom.htaccess

Copy file name to clipboardExpand all lines: links/custom.htaccess
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
ErrorDocument 404 /404.html
22

33
# main resources
4+
RedirectTemp /book https://www.oreilly.com/library/view/fluent-python-2nd/9781492056348/
45
RedirectTemp /code https://github.com/fluentpython/example-code-2e
56
RedirectTemp /home https://www.fluentpython.com/
67

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.