Commit Graph

12245 Commits

Author SHA1 Message Date
Takeshi KOMIYA
55a89196e4
Merge pull request #5678 from ArtFlag/docs/extension-tutorials
Docs: Extension tutorial portal + helloworld example
2018-12-23 22:55:24 +09:00
Jon Dufresne
6356a622fc Remove unnecessary enum existence guard (#5858)
The enum module is always available since Python 3.4.
2018-12-23 22:44:01 +09:00
Takeshi KOMIYA
c9007fbfaa
Merge pull request #5857 from jdufresne/py2-win
Remove instructions to install Python 2 on Windows
2018-12-23 21:21:23 +09:00
Takeshi KOMIYA
94c5ab504a
Merge pull request #5842 from jdufresne/list
Move immediate append operation to list literal
2018-12-23 21:07:17 +09:00
Takeshi KOMIYA
1ee58c5384
Merge pull request #5856 from jdufresne/wording
Improve introductory wording in the conf.py template
2018-12-23 21:05:39 +09:00
Jon Dufresne
4e184754c9 Remove instructions to install Python 2 on Windows
As only Python 3 is supported, should not advise users to install Python
2.
2018-12-23 04:00:26 -08:00
Jon Dufresne
c89047635c Improve introductory wording in the conf.py template 2018-12-23 03:52:26 -08:00
Jon Dufresne
b61c32a37f Move immediate append operation to list literal
Was previously separate for Python 2 support, but this is no longer
necessary. Can simply include the item in the literal.

https://github.com/sphinx-doc/sphinx/blob/v1.8.2/sphinx/util/__init__.py#L680-L681
2018-12-23 03:46:03 -08:00
ArtFlag
17a15ef145 Fix build issues 2018-12-23 12:26:30 +01:00
Jean-François B
60ef37ce33
Merge pull request #5852 from jfbu/latex_tableofcontentshook
LaTeX: move some hard-coded re-definitions to user hook for TOC
2018-12-23 11:45:14 +01:00
jfbu
dfcf434824 Update date of LaTeX class files 2018-12-23 11:34:54 +01:00
jfbu
d4d1a4ba84 Merge branch 'master' into latex_tableofcontentshook 2018-12-23 11:31:10 +01:00
jfbu
a462931c28 Fix bad merge (sorry)
modified:   sphinx/texinputs/sphinxmanual.cls
2018-12-23 11:24:59 +01:00
jfbu
701b39328f Merge branch '1.8'
(Resolved) Conflicts:
	sphinx/texinputs/sphinxmanual.cls
2018-12-23 11:23:04 +01:00
Jean-François B
a77f344035
Merge pull request #5850 from jfbu/latex_sphinxmaketitle
LaTeX: ``\sphinxmaketitle`` and optional ``\sphinxbackoftitlepage``
2018-12-23 11:01:46 +01:00
Takeshi KOMIYA
ddb684bbc0
Merge pull request #5843 from jdufresne/literal-chars
Replace escape sequence '\u00B6' with literal '¶'
2018-12-23 15:07:24 +09:00
Takeshi KOMIYA
35d0934caa
Merge pull request #5848 from tk0miya/5800_todo_inside_TextElement
Fix #5800: todo: crashed if todo is defined in TextElement
2018-12-23 15:01:47 +09:00
jfbu
0034664a6e Update date and version of LaTeX class files 2018-12-22 18:35:17 +01:00
jfbu
6ce5d9ae97 LaTeX, rename some internal temporary macro in \sphinxtableofcontents 2018-12-22 18:27:38 +01:00
jfbu
8e14532b08 LaTeX: move some hard-coded re-definitions to user hook for TOC 2018-12-22 17:33:03 +01:00
ArtFlag
35b62e21c9 Move content from the todo tutorial to the extdev/index 2018-12-22 11:38:12 +01:00
ArtFlag
a85f8e2305 Minor changes in helloworld 2018-12-22 11:13:35 +01:00
jfbu
1920d1d950 LaTeX: `\sphinxmaketitle and optional \sphinxbackoftitlepage`
Closes: #5849
2018-12-21 21:38:27 +01:00
Takeshi KOMIYA
f06e84ac4f Fix #5800: todo: crashed if todo is defined in TextElement 2018-12-22 01:10:23 +09:00
Jon Dufresne
1f6ce4cd44 Replace escape sequence '\u00B6' with literal '¶'
More obvious to the reader.
2018-12-20 18:39:51 -08:00
jfbu
da90d63e32 Reorder bugfix entries in CHANGES for 2.0 2018-12-20 21:26:52 +01:00
jfbu
f8389f5181 [DOC] Make link to list of deprecated APIs in CHANGES an internal link 2018-12-20 21:18:37 +01:00
jfbu
f5163d46da Update CHANGES for PR #5768 2018-12-20 21:00:47 +01:00
jfbu
bfcddc63ca Update CHANGES for #5249 "fix" via added documentation (refs: #5693) 2018-12-20 20:44:11 +01:00
Jean-François B
696c8f0fc0
Merge pull request #5693 from jfbu/latex_doc_unicode_in_math
LaTeX (doc): explain how to allow Unicode input in math
2018-12-20 20:31:31 +01:00
jfbu
fdb6147555 LaTeX (doc): explain how to allow Unicode input in math
Closes: #5249
2018-12-20 19:43:50 +01:00
Takeshi KOMIYA
f8a3407c7c
Merge pull request #5838 from tk0miya/5834_apidoc_wrong_help
Fix #5834: apidoc: wrong help for --tocfile
2018-12-20 22:33:24 +09:00
Takeshi KOMIYA
5bbd61df0a
Merge branch '1.8' into 5834_apidoc_wrong_help 2018-12-20 11:31:50 +09:00
Takeshi KOMIYA
914e655960
Merge pull request #5664 from tk0miya/refactor_latex3
refactor: Initialize template variables for LaTeX in builder; date, logofilename and packages
2018-12-20 11:13:47 +09:00
Takeshi KOMIYA
7e60036935
Merge pull request #5840 from tk0miya/1956_conf.py_flake8_error
Fix flake8 violation in conf.py
2018-12-20 11:12:23 +09:00
Takeshi KOMIYA
33387a0343 Fix flake8 violation in conf.py 2018-12-20 10:32:52 +09:00
Takeshi KOMIYA
6fe57436a8
Merge pull request #5839 from jdufresne/description
Deprecate unused Exception attributes
2018-12-20 10:15:06 +09:00
Takeshi KOMIYA
bf47f0a178
Merge pull request #5783 from tk0miya/refactor_OSError
Replace EnvironmentError and IOError by OSError
2018-12-20 10:11:14 +09:00
ArtFlag
990b02b5fb Feedback 2018-12-19 17:35:17 +01:00
ArtFlag
870e2bbc1c move files to new directory 2018-12-19 17:35:17 +01:00
Takeshi KOMIYA
d0f5862597 Replace EnvironmentError and IOError by OSError
Since python 3.3, EnvironmentError and IOError were merged into
OSError.
2018-12-19 19:26:50 +09:00
Jon Dufresne
e9eaf41a58 Deprecate unused Exception attributes
The attributes were used only for the string representation, but that is
also the default behavior of the Exception class. Observe:

>>> str(Exception('foo'))
'foo'
>>> print(Exception('foo'))
foo
2018-12-18 18:32:16 -08:00
jfbu
4405366e22 Update CHANGES (refs: #1682, #5645) 2018-12-18 23:07:56 +01:00
Takeshi KOMIYA
a1976cc0c8 Update docs 2018-12-19 01:32:26 +09:00
jfbu
f6ac360b9c Update CHANGES (add Fedora package name for xelatex FreeFont dependency) 2018-12-18 16:56:52 +01:00
Takeshi KOMIYA
e115eafa43 Fix #5834: apidoc: wrong help for --tocfile 2018-12-19 00:43:37 +09:00
Takeshi KOMIYA
f815b58df5 refactor: latex: Initialize 'packages' on context 2018-12-18 23:41:13 +09:00
Takeshi KOMIYA
a2ec232c71 refactor: latex: Initialize 'logofilename' on context 2018-12-18 23:41:13 +09:00
Takeshi KOMIYA
db02ae1b81 refactor: latex: Initialize 'date' on builder 2018-12-18 23:40:04 +09:00
Takeshi KOMIYA
3905cb8b7c Merge branch '1.8' 2018-12-18 23:32:52 +09:00