shimizukawa
b87ce32e7d
Bump to 1.3 final.
2015-03-11 06:45:00 +09:00
Jakob Lykke Andersen
7ad1926ef7
Update CHANGES and AUTHORS. Closes #1765 .
2015-03-10 22:19:25 +01:00
Jakob Lykke Andersen
dc8786bd5e
C++, ref #1765 , old id generation fix.
2015-03-10 21:56:58 +01:00
Jakob Lykke Andersen
a8a8b1fd8f
Update CHANGES
2015-03-10 21:04:09 +01:00
shimizukawa
a1a80ab509
fix for make check
2015-03-10 00:22:02 +09:00
shimizukawa
4660d9b3be
Fix #1763 : Wrong :numref:
links for :name:
target on figure, table and code-block directives.
2015-03-09 23:52:47 +09:00
shimizukawa
25251a3d53
Closes #1651 : Documentation: add `vartype
` field description for python domain.
2015-03-09 22:51:20 +09:00
shimizukawa
65fb5a664d
fix test: numfig test depends ja translation.
2015-03-09 22:33:41 +09:00
shimizukawa
dee83b8f52
Fixed #1756 : Incorrect section titles in search that was introduced from 1.3b3 (PR #1694 )
2015-03-09 21:38:38 +09:00
shimizukawa
7e9cd93267
update translation catalogs
2015-03-09 21:38:37 +09:00
Takayuki SHIMIZUKAWA
b557b5665c
Merge pull request #1759 from bitprophet/patch-1
...
Version-lock unlocked dependencies
2015-03-09 10:52:17 +09:00
Georg Brandl
0d5cb25c0d
flake8: fix a problem, add differing warning #
2015-03-08 17:17:22 +01:00
Georg Brandl
548a6dc22e
final pep8 fixes; reactivate most warnings in flake8
2015-03-08 17:15:54 +01:00
Georg Brandl
3047a23a66
websupport: pep8 fixes
2015-03-08 17:04:59 +01:00
Georg Brandl
b5c2279e05
ext: pep8 fixes
2015-03-08 17:03:00 +01:00
Georg Brandl
ba9dcaac51
more pep8 fixes
2015-03-08 16:59:27 +01:00
Georg Brandl
d0efb42a41
util: pep8 fixes
2015-03-08 16:55:34 +01:00
Georg Brandl
2a6b9d5808
search: reformat japanese word splitter literals
2015-03-08 16:48:43 +01:00
Georg Brandl
18b6843696
pep8 fixes
2015-03-08 16:28:23 +01:00
Georg Brandl
8bc5823724
builders: pep8 fixes
2015-03-08 16:24:24 +01:00
Georg Brandl
e97210e520
writers: pep8 fixes
2015-03-08 16:18:59 +01:00
Georg Brandl
d24107695b
writers/html: pep8 fixes
2015-03-08 16:11:49 +01:00
Georg Brandl
905b99adf8
writers/latex: pep8 fixes
2015-03-08 16:10:23 +01:00
Georg Brandl
3bd21b96e6
domains/cpp: pep8 fixes
2015-03-08 16:04:54 +01:00
Georg Brandl
7b9f03e383
Fix flake8.
2015-03-08 16:02:03 +01:00
Georg Brandl
3437872b30
merge
2015-03-08 15:38:28 +01:00
Georg Brandl
705f6a997b
Merge branch 'apple-help' of git://github.com/al45tair/sphinx
2015-03-08 15:35:04 +01:00
Georg Brandl
f2267942f3
Fixup changelog entry.
2015-03-08 15:24:57 +01:00
Jakob Lykke Andersen
3cf67aa5cf
C++, more name lookup fixes.
...
Not all names knew of the scope they were in, resulting in not links.
See sphinx-doc/sphinx#1746 .
2015-03-08 14:58:34 +01:00
shimizukawa
297e436aac
fix testcases for windows that introduced at 3d62e353a5
2015-03-08 21:59:43 +09:00
shimizukawa
996b872875
refs #1700 , #1742 : add testing and fix two bugs.
2015-03-08 21:59:42 +09:00
shimizukawa
28e1b1996d
refs #1742 : use implicit target name for figure directive's permalink.
2015-03-08 21:59:40 +09:00
shimizukawa
09d3d6b36d
refs #1700 : fix: toctree caption accepts unicode text.
2015-03-08 21:59:39 +09:00
shimizukawa
e2a921ff07
refs #1742 : :name:
option is provided for toctree
, code-block
and literalinclude
dirctives.
2015-03-08 21:59:37 +09:00
Georg Brandl
ad612fb03d
Change the source parsers feature a bit:
...
* parsers -> source_parsers
* add docs
* require fully qualified name or class
* add test for it
2015-03-08 13:12:50 +01:00
Georg Brandl
0cb9b1db02
Merge pull request #1760 from ericholscher/parsers
...
Parsers
2015-03-08 12:55:43 +01:00
shimizukawa
26ae055b2d
refs #1700 : now toctree caption become paragraph block instead of Text under ul element. and add permalink for toctree caption.
2015-03-08 16:45:56 +09:00
shimizukawa
dc17c0be0a
disable flake8 E112 and E113, for a while.
2015-03-08 15:14:06 +09:00
shimizukawa
31400de378
rename name
option for toctree directive to caption
.
2015-03-08 15:09:07 +09:00
Takayuki SHIMIZUKAWA
c5e0910958
Merge pull request #1700 from ericholscher/toctree-name
...
Add initial ability to name a TOC Tree
2015-03-08 15:04:35 +09:00
Takeshi KOMIYA
f0206f77e4
Fix flake8 violation
2015-03-08 08:41:36 +09:00
Takeshi KOMIYA
5e48ac9b4f
Role `numref
uses
%s
as special character instead
#` symbol
2015-03-08 08:30:16 +09:00
Takeshi KOMIYA
3d62e353a5
Update testcases for changing prefix of captions
2015-03-08 08:30:16 +09:00
Jakob Lykke Andersen
1617e451af
Merge branch 'master' of github.com:sphinx-doc/sphinx
2015-03-07 20:22:04 +01:00
Jakob Lykke Andersen
0dc265ff01
C++, properly look up names in all parent scopes.
...
See sphinx-doc/sphinx#1746 .
2015-03-07 20:19:23 +01:00
Jeff Forcier
2f76149acf
Version-lock unlocked dependencies
...
As the author of one of the new theme dependencies (`alabaster`), having a wholly unqualified requirement scared me a bit re: ability to make non-bugfix releases without downstream users' sites changing underneath them in unexpected (visual) ways without them consciously upgrading Sphinx versions.
`alabaster` uses semantic versioning so the lock reflects this.
For consistency, I also updated the other new theme dependency similarly, and made `babel` match its fellow non-theme dependencies in having an optimistic (vs semantic) version lock, but I can revert these changes if desired.
2015-03-07 07:35:04 -08:00
Takayuki SHIMIZUKAWA
63b924cc32
Merge pull request #1752 from sphinx-doc/1719_numfig_format_was_ignored_on_latex
...
#1719 numfig_format was ignored on latex
2015-03-08 00:14:26 +09:00
shimizukawa
86edaeb8c4
remove or update missing links.
2015-03-07 22:07:46 +09:00
shimizukawa
c6865fd3ae
enables flake8 E625, E901, E902, F821 that didn't emit errors
2015-03-07 21:03:09 +09:00
shimizukawa
5e84a5dbf4
enables flake8 E401: multiple imports on one line
2015-03-07 20:51:27 +09:00