Commit Graph

820 Commits

Author SHA1 Message Date
Ben McGinnes cb94c3af22 Added search.html to epub_exclude_files
Added search.html to epub_exclude_files to avoid these errors:

Epubcheck Version 3.0

Validating against EPUB version 2.0
ERROR: pythonguide.epub/search.html(17,57): attribute "id" not allowed here; expected attribute "charset", "defer", "src" or "xml:space"
ERROR: pythonguide.epub/search.html(51,32): element "form" not allowed anywhere; expected the element end-tag, text or element "a", "abbr", "acronym", "address", "applet", "b", "bdo", "big", "blockquote", "br", "cite", "code", "del", "dfn", "div", "dl", "em", "h1", "h2", "h3", "h4", "h5", "h6", "hr", "i", "iframe", "img", "ins", "kbd", "map", "noscript", "ns:svg", "object", "ol", "p", "pre", "q", "samp", "script", "small", "span", "strong", "sub", "sup", "table", "tt", "ul" or "var" (with xmlns:ns="http://www.w3.org/2000/svg")
ERROR: pythonguide.epub/search.html(54,66): element "form" not allowed anywhere; expected the element end-tag, text or element "a", "abbr", "acronym", "address", "applet", "b", "bdo", "big", "blockquote", "br", "cite", "code", "del", "dfn", "div", "dl", "em", "h1", "h2", "h3", "h4", "h5", "h6", "hr", "i", "iframe", "img", "ins", "kbd", "map", "noscript", "ns:svg", "object", "ol", "p", "pre", "q", "samp", "script", "small", "span", "strong", "sub", "sup", "table", "tt", "ul" or "var" (with xmlns:ns="http://www.w3.org/2000/svg")

It should be noted that ePub does not use javascript for anything (or any scripting), so all those other pages with the quick search function do bad things to ePub files.  I'll send through the rest of the errors in a separate issue.
2014-04-14 11:24:05 +10:00
Ian Cordasco 10d03702f5 Merge pull request #406 from Zearin/markup-file
Mark up files & directories
2014-04-11 11:20:04 -05:00
Zearin cc7b19356e Mark up files & directories 2014-04-11 11:26:37 -04:00
Christian Kolding-Sørensen 1e7cb38e64 Add misc section and two books 2014-04-05 21:40:29 +02:00
Ian Cordasco a604dd1095 Merge pull request #401 from vishalsodani/master
Use plural
2014-04-04 12:38:42 -05:00
Ian Cordasco f23ad799a1 Merge pull request #400 from christiankolding/patch-1
Added book, moved tutorial
2014-04-04 12:38:00 -05:00
Christian Kolding-Sørensen 17ef7f9661 Remove book on algorithms and data structures 2014-04-04 08:31:05 +02:00
vishal sodani c19f279b93 Use plural 2014-04-04 11:45:26 +05:30
vishal sodani 272d300ceb Reverse change to a line 2014-04-03 22:18:54 +05:30
Christian Kolding-Sørensen 0d4ea147c2 Move official tutorial to beginner section 2014-04-03 12:14:07 +02:00
Christian Kolding-Sørensen fb90056e9c Add book on algorithms and data structures 2014-04-03 12:10:21 +02:00
vishal sodani 572a36867c Fix typo - replace his with its 2014-04-03 09:37:58 +05:30
vishal sodani a3d07893f1 Fix spelling and grammatical mistake 2014-04-03 09:23:01 +05:30
Christian Kolding-Sørensen f1ab69243a Fix code-block formatting 2014-04-02 18:20:42 +02:00
Ian Cordasco 9d8a49187e Merge pull request #393 from Zearin/code-blocks
Code blocks
2014-04-01 21:02:57 -05:00
Zearin fe8e11c8e9 writing/tests.rst: Unbold “`mock`” 2014-03-31 10:48:12 -04:00
Zearin 7bfaf32312 notes/styleguide.rst: Add comma after “e.g.”
To any style-obsessed writers or editors reading this commit:

The comma (or lack of one) after “e.g.” or “i.e.” has always bugged me.  I finally looked it up!  Here’s what I found:

http://english.stackexchange.com/questions/16172/should-i-always-use-a-comma-after-e-g-or-i-e
2014-03-31 10:46:28 -04:00
Zearin 91ba68d972 dev/env.rst: Un-markup “site-packages” 2014-03-31 10:35:36 -04:00
Zearin caa7ac3f26 dev/env.rst: Remove (body text) comma 2014-03-31 10:33:46 -04:00
kennethreitz bc29d68433 Merge pull request #390 from ArtemPyanykh/remove-distribute
Replace all references to Distribute with Setuptools.
2014-03-31 10:28:32 -04:00
Zearin 1e4b4a5460 docs/**: Specify language for code-blocks (syntax highlighting! mmm…) 2014-03-28 13:26:24 -04:00
Zearin 471f86b3a8 styleguide.rst: Github ▶︎ GitHub 2014-03-28 13:06:49 -04:00
Zearin 9d059acc5b intro/duction.rst: Minor edits (formatting) 2014-03-27 14:53:38 -04:00
Zearin faa874d184 index.rst: Minor source tweak
Reads easier when viewing the source
2014-03-27 14:50:03 -04:00
Zearin 3050584ff3 dev/env.rst: Minor edits 2014-03-27 14:46:08 -04:00
Zearin 1b4fc887ea dev/env.rst: Markup 2014-03-27 14:45:57 -04:00
Ian Cordasco 89e32d1059 Merge pull request #392 from asweigart/patch-2
Add two free beginner's books to the list
2014-03-26 08:24:11 -05:00
Ian Cordasco 3b4c78ae61 Merge pull request #388 from willingc/doc-359
Issue 359: Proposed clarification for OS X Python Installation
2014-03-26 08:19:03 -05:00
Al Sweigart 2abd312b14 Add two free beginner's books to the list 2014-03-25 15:05:41 -07:00
Artem Pyanykh 2d69455a2a Replace all references to Distribute with Setuptools.
Distribute was merged back into setuptools and discontinued.
2014-03-25 12:54:21 +04:00
Carol Willing 7cb0d7b7db Clarified Python version suitable for development. Removed reference to Lion to be more generic OS X. 2014-03-23 13:13:44 -07:00
Ian Cordasco 0dfc6e716a Merge pull request #387 from canibanoglu/pip-caching
Added instructions to set up pip for caching packages
2014-03-21 09:39:37 -05:00
Can Ibanoglu 78d5318b01 Removed the word 'naturally' 2014-03-21 16:06:25 +02:00
Ian Cordasco e6b8ba3738 Merge pull request #385 from eno93/patch-1
Move TK to top and sort the rest alphabetically
2014-03-20 17:59:58 -05:00
Can Ibanoglu 97701f1a9c Added instructions to set up pip for caching packages 2014-03-21 00:59:27 +02:00
eno93 77d1199451 as suggested
so long as it is consistant.
2014-03-21 08:05:03 +11:00
eno93 c59f329e36 Update year to 2014
Update year
2014-03-20 11:29:23 +11:00
eno93 338180f125 Move TK to top and sort the rest alphabetically
Makes more sense to be alpha sorted; except for Tkinter which is included with python. 

I gather the original order was random and not meant to be preferential?
2014-03-20 11:16:11 +11:00
rogererens 8fd4e4586e Reset list 'a'
The result of the previous block containing the map example left 'a' to be [6, 7, 8], so resetting 'a'  back to [3, 4, 5] seems to keep the example in line with the other ones.
2014-03-19 23:02:37 +01:00
Ian Cordasco eec36320eb Add link to stdlib mock 2014-03-15 18:12:50 -05:00
Ian Cordasco f579b1d922 Add note about mock in Python 3.3
Closes #170
2014-03-15 16:22:20 -05:00
Ian Cordasco 2454c818ae Merge pull request #338 from canibanoglu/pip-venv
Added virtual environment enforcing for pip for the osx installation tutorial
2014-03-15 09:08:57 -05:00
Can Ibanoglu 2f9fc823da Deleted the horizontal line, took back the messed up commits 2014-03-15 11:48:55 +02:00
Nelson Chen 0506020a7f Update tests.rst
s/has names/have names/
2014-03-13 15:50:29 -07:00
David Beitey f26e5e6c66 Add details about uWSGI as WSGI server 2014-03-11 10:18:54 +10:00
Ian Cordasco 776c2b5bba Merge pull request #366 from techtonik/credits
Give credits to people in the sidebar to the left
2014-03-06 20:16:18 -06:00
Can Ibanoglu 2c48b39659 Getting up-to-date before pushing changes 2014-03-06 17:00:57 +02:00
Can Ibanoglu 100a4cb422 Created a new section for virtualenv and pip 2014-03-06 16:56:22 +02:00
Ian Cordasco 456660cd3c Last bit of unhandled PR review from #370 2014-03-05 19:57:12 -06:00
Ian Cordasco 2d6521e3e4 Make this one sentence simpler 2014-03-05 19:52:13 -06:00