Ticket #17028: diveintopython_mirror_doc.patch
File diveintopython_mirror_doc.patch, 3.0 KB (added by , 13 years ago) |
---|
-
docs/intro/index.txt
31 31 32 32 .. _python: http://python.org/ 33 33 .. _list of Python resources for non-programmers: http://wiki.python.org/moin/BeginnersGuide/NonProgrammers 34 .. _dive into python: http://diveintopython. org/34 .. _dive into python: http://diveintopython.nfshost.com/ 35 35 .. _dead-tree version: http://www.amazon.com/exec/obidos/ASIN/1590593561/ref=nosim/jacobian20 36 36 .. _books about Python: http://wiki.python.org/moin/PythonBooks 37 No newline at end of file -
docs/topics/http/urls.txt
109 109 * ``/articles/2003/03/03/`` would match the final pattern. Django would call 110 110 the function ``news.views.article_detail(request, '2003', '03', '03')``. 111 111 112 .. _Dive Into Python's explanation: http://diveintopython. org/regular_expressions/street_addresses.html#re.matching.2.3112 .. _Dive Into Python's explanation: http://diveintopython.nfshost.com/regular_expressions/street_addresses.html#re.matching.2.3 113 113 114 114 Named groups 115 115 ============ -
docs/topics/settings.txt
39 39 ``mysite.settings``. Note that the settings module should be on the 40 40 Python `import search path`_. 41 41 42 .. _import search path: http://diveintopython. org/getting_to_know_python/everything_is_an_object.html42 .. _import search path: http://diveintopython.nfshost.com/getting_to_know_python/everything_is_an_object.html 43 43 44 44 The django-admin.py utility 45 45 --------------------------- -
docs/ref/templates/builtins.txt
1917 1917 Returns a slice of the list. 1918 1918 1919 1919 Uses the same syntax as Python's list slicing. See 1920 http://diveintopython. org/native_data_types/lists.html#odbchelper.list.slice1920 http://diveintopython.nfshost.com/native_data_types/lists.html#odbchelper.list.slice 1921 1921 for an introduction. 1922 1922 1923 1923 Example:: -
docs/ref/django-admin.txt
1168 1168 Note that this option is unnecessary in ``manage.py``, because it takes care of 1169 1169 setting the Python path for you. 1170 1170 1171 .. _import search path: http://diveintopython. org/getting_to_know_python/everything_is_an_object.html1171 .. _import search path: http://diveintopython.nfshost.com/getting_to_know_python/everything_is_an_object.html 1172 1172 1173 1173 .. django-admin-option:: --settings 1174 1174