This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2010年09月29日 14:54 by amberj, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg117614 - (view) | Author: Amber Jain (amberj) | Date: 2010年09月29日 14:54 | |
CC: docs@python.org I was planning to print the official python "2.7" tutorial: http://docs.python.org/tutorial/index.html. So, I went over to Download page: http://docs.python.org/download.html and downloaded the PDF file. But the PDF have some missing text due to width of page being less than number of chars to put on a line. For example, please have a look at page-21 (Section 3.1.3 titled "Unicode Strings"). It has an incomplete line from HTML documentation. Here's a screenshot of what I see (and mean): http://amberj.devio.us/pub/screenshots/pdfdoc.png There's a line somewhere in the middle of screenshot which goes out of boundary of PDF document and fails to put out-of-boundary text on newline. From what I had read, it seems that this happens only with 'code snippets' in tutorial. This is probably a problem with convertor (HTML to PDF?). Can you guys please fix it? Thanks a lot. |
|||
| msg117743 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2010年09月30日 15:17 | |
It looks like this should be solved in Sphinx. Can you report this on its tracker at Bitbucket? Thanks. |
|||
| msg117815 - (view) | Author: Amber Jain (amberj) | Date: 2010年10月01日 16:31 | |
Reported to sphinx tracker at bitbucket: http://bitbucket.org/birkenfeld/sphinx/issue/531/pdf-files-of-python-docs-have-text-missing |
|||
| msg185434 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2013年03月28日 11:09 | |
Duplicate of #4173. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:07 | admin | set | github: 54195 |
| 2013年03月28日 11:09:21 | georg.brandl | set | status: open -> closed superseder: PDF documentation: long verbatim lines are cut off at right hand side resolution: duplicate messages: + msg185434 |
| 2010年10月01日 16:31:16 | amberj | set | messages: + msg117815 |
| 2010年09月30日 15:17:18 | eric.araujo | set | nosy:
+ georg.brandl, eric.araujo messages: + msg117743 |
| 2010年09月29日 15:07:52 | r.david.murray | set | assignee: docs@python type: behavior components: + Documentation, - None nosy: + docs@python |
| 2010年09月29日 14:54:13 | amberj | create | |