Anton Kochkov
7013647d92
Don't recommend Python 2 Library
...
Switch the Further Reading section to Python 3 link
2019-02-25 16:39:54 +08:00
George Brova
90af77a526
Remove explicit recommendation to use map and filter over list comprehensions
2019-01-15 00:57:22 +01:00
Marc Poulin
979b4cdfbd
Merge pull request #953 from apjanke/global-vs-caller-namespace
...
Use "local" instead of "global" to describe where imports go
2018-12-28 08:46:29 -07:00
Andrew Janke
d012a66ed6
Use "local" instead of "global" to describe where imports go
2018-12-27 13:10:21 -05:00
Andrew Janke
eb6ec70706
Typo, grammar, and style fixes
2018-12-17 17:23:26 -05:00
Marc Poulin
35c13bc9ea
Fixed all H2 headings
...
Before, H2 fomratting was not consistent.
Now, all H2 headings use over/under asterisks.
2018-12-04 13:44:41 -07:00
Dan Bader
03ed5fbf0d
Host photos locally
2018-07-16 17:51:29 -07:00
Moritz Reiter
c78a2e4f7f
Fix link to the tests section
2018-02-19 09:36:32 +01:00
Zac-HD
9c6f2b79ad
Cross-reference structure tests to writing tests
...
Closes #806
2017-11-27 13:25:47 +11:00
Josh
65c8a8ccd7
Update structure.rst - fix indentation bug
2017-11-13 16:18:22 -08:00
Steven Barre
28525be1c1
Typo fix
2017-09-21 16:40:58 -07:00
kennethreitz
1d6412eeb5
Update structure.rst
2017-09-04 16:50:21 -04:00
kennethreitz
e8ae202725
Update structure.rst
2017-09-04 16:44:26 -04:00
Sharlak
d39c485d16
clarified module naming re: underscores
2017-07-30 21:57:19 +01:00
kennethreitz
885185a5a0
Merge pull request #800 from thinkerbot/patch-1
...
Indentation typo
2017-03-10 11:45:39 -05:00
tv3141
f3bf91acec
tests: use __file__ for package import
2017-02-28 11:33:48 +00:00
Simon Chiang
d1f24121ef
Indentation typo
2017-02-24 08:21:52 -07:00
kennethreitz
2136f4b7cf
Merge branch 'patch-1' of https://github.com/danshorstein/python-guide
2017-02-23 11:11:38 -05:00
Dan Shorstein
46b5e63b0a
add example to mutable/immutable types
...
added the map example, with explanation
2017-02-18 11:03:26 -05:00
Gabbarnama
61ad4a642f
Update structure.rst
...
Removed hyperlink from setup.py
2016-12-06 19:43:59 +05:30
Ahmad Jarara
71257bed9e
fixing markup on memoization link hint
2016-08-29 20:49:31 -04:00
Ahmad Jarara
7adc9c0d03
fix memoization typo, link to wikipedia's overview
2016-08-28 17:35:52 -04:00
Kevin Ndung'u
91df42f170
Fix .PHONY target rule
...
.PHONY should be followed by a colon
2016-08-10 16:58:21 +03:00
Manas
c31000c6b8
Update startproject in example
...
start-project should be startproject
https://docs.djangoproject.com/en/1.9/ref/django-admin/#django-admin-startproject
2016-07-27 12:28:41 +05:30
Aaron Peschel
82a89026b9
Don't treat targets as files
...
Currently, this sample Makefile has problems if there are any
files/directories named init or test in the same directory as the
makefile. This commit adds a phony to the sample Makefile so that these
targets are not treated as files.
2016-06-28 15:53:53 -07:00
dfowler
5888db734d
Fix a few typos
2016-06-03 17:58:02 -04:00
Joachim Jablon
a37543f242
Fixes #686
2016-03-17 00:25:34 +01:00
F. Gabriel Gosselin
fada1cedd8
Fix pip requirements link
...
Missing < broke the link
2016-03-09 13:59:58 -08:00
Jacob Bryan
4e3b235a1c
Update structure.rst
...
Updated a broken link to the pip website which explains a pip requirements file
2016-03-08 16:31:44 -06:00
kennethreitz
2c849a96ff
Structure of the Repository
2016-02-13 09:48:54 -05:00
kennethreitz
c843060d6d
updates to context managers
2016-01-15 18:15:24 -05:00
sirMackk
77cf4f478d
Adds context manager section to structure.rst
2015-10-24 07:30:38 +02:00
Ryan Sandridge
e79bbce255
Adding conjunction "and" after the serial comma.
2015-10-02 14:37:44 -04:00
Ryan Sandridge
45c01b0955
Fixing typo. Singular object, not plural.
2015-10-02 14:32:57 -04:00
Sriram Sundarraj
ec78861eef
Fixes #543 . % is not depricated in PEP3101.
2015-07-17 16:12:58 +05:30
Vincent Zee
7e385158c7
Corrected lines to be no longer than 78 characters
2015-03-01 16:27:06 +01:00
Mary Brennan
db1a94fd43
copy edits
2014-12-06 11:55:30 -08:00
george
707628d2af
More writing/structure changes.
2014-06-17 11:50:47 -06:00
george
404c2581ee
More grammar and cross reference for #132 .
2014-06-17 11:07:49 -06:00
george
951f210d02
Some grammar fixes for writing/structure.
2014-06-17 11:06:59 -06:00
Paulie Peña
54aa0542de
python is strongly-typed but not statically-typed
2014-05-28 18:55:18 -04:00
Simeon Visser
71187f4274
Changed python into Python where needed
2014-05-25 20:58:19 +02:00
Ian Cordasco
aa9c4cf577
Merge pull request #428 from schodge/patch-2
...
fix nested markup, literal doesn't work
2014-05-09 22:17:39 -05:00
Shayne Hodge
f82061f7fc
fix nested markup, literal doesn't work
...
Inline markup can't be nested, see http://docutils.sourceforge.net/docs/user/rst/quickref.html#inline-markup , last sentence.
2014-05-09 15:41:52 -07:00
Shayne Hodge
f6735bcad7
Add backticks to inline code
...
Single backticks were used in places, which doesn't seem to render as code (at least on Firefox). Line 137 has a code statement within ** ** that isn't rendering correctly, but I'm not sure how to fix it.
2014-05-08 12:09:09 -07:00
Zearin
cc7b19356e
Mark up files & directories
2014-04-11 11:26:37 -04:00
imranghory
21d8f91ac6
Make explicit whats being referred to
2014-01-25 14:37:18 +00:00
Pengkui Luo
83630edf35
typos
2013-11-02 06:19:56 -05:00
kuyan
13d99d95fe
Let Sphinx link to Python documentation.
...
Instead of directly linking to the relevant passages.
2013-08-03 19:28:48 -07:00
kuyan
88fccb1b4d
Use code tags where needed.
2013-08-03 19:19:59 -07:00