Commit Graph

1620 Commits

Author SHA1 Message Date
Takeshi KOMIYA
82e011cae6 Refactor: split .rst file for text-latex-table 2017-02-10 14:15:47 +09:00
Takeshi KOMIYA
8b2c92d54f latex: Refactor spanning cells 2017-02-08 00:11:46 +09:00
jfbu
f88e2f23f5 Streamlines newlines in latex output for tables 2017-02-04 16:51:05 +01:00
Takeshi KOMIYA
fdd6f90792 Fix changes in #3381 is lost on merging 2017-02-04 22:29:40 +09:00
Takeshi KOMIYA
976fc326b9 latex: Use templates to render tables 2017-02-04 20:17:49 +09:00
Takeshi KOMIYA
40a957009d Add testcases for latex tables 2017-02-04 20:09:46 +09:00
Takeshi KOMIYA
4f8b3f94d4 Add testcase for captioned table and longtable 2017-02-04 20:09:46 +09:00
Takeshi KOMIYA
10ae47d7b9 latex: Fix colwidths without :widths: option 2017-02-04 20:09:46 +09:00
Takeshi KOMIYA
1fb13180f3 Merge branch 'master' into move_docref_to_stddomain 2017-01-31 02:09:12 +09:00
Takeshi KOMIYA
238d92beb3 Merge pull request #3313 from tk0miya/collectors
Refactor sphinx.environment; Add EnvironmentCollectors
2017-01-31 01:50:28 +09:00
Takeshi KOMIYA
12d6398739 Move doc reference to under standard domain 2017-01-29 19:50:14 +09:00
Takeshi KOMIYA
d33cf04979 Merge branch 'stable' 2017-01-29 18:05:17 +09:00
Takeshi KOMIYA
851172b13b Reimplement IndexEntriesManager as a collector 2017-01-28 20:44:40 +09:00
Takeshi KOMIYA
e2c7b1db42 Add IndexEntries adapter 2017-01-28 20:43:54 +09:00
Takeshi KOMIYA
d1405e4774 Add sphinx.environment.collectors 2017-01-28 20:43:54 +09:00
Takeshi KOMIYA
1a2488610d Fix #3370: the caption of code-block is not picked up for translation 2017-01-26 01:57:22 +09:00
Takeshi KOMIYA
cf2061dfad Fix flake8 violations 2017-01-26 01:13:17 +09:00
Marco Buttu
ac896790a0 Merge remote-tracking branch 'upstream/master' 2017-01-24 13:20:03 +01:00
jfbu
cf966d4a97 Merge branch 'stable' 2017-01-21 15:21:33 +01:00
Takeshi KOMIYA
bfcb92f6fd Fix #3285: autosummary: asterisks are escaped twice 2017-01-21 15:50:41 +09:00
Marco Buttu
e7166bbc08 Removed useless import 2017-01-15 21:13:34 +01:00
Marco Buttu
44732c6aea compare_version() replaces proper_pyversion() 2017-01-15 21:07:44 +01:00
Takeshi KOMIYA
e6cd347f6c Merge branch 'stable' 2017-01-16 01:31:57 +09:00
Takeshi KOMIYA
067044211e Fix #3158: too much space after captions in PDF output 2017-01-15 22:02:15 +09:00
Marco Buttu
960f889a2c Added pyversion option for doctest (issue 3303)
Code, tests and documentation.
2017-01-15 10:27:34 +01:00
Jakob Lykke Andersen
ccd6bf4a0c C++, fix refs to operator() functions.
Fixes sphinx-doc/sphinx#2952.
2017-01-15 14:36:29 +09:00
Marco Buttu
19298dec33 Added pyversion option for doctest (issue 3303) 2017-01-14 18:57:19 +01:00
Jakob Lykke Andersen
e3cb2bbcf1 C++, at option tparam-line-spec for templates.
Make it possible to render template parameters on separate lines.
2017-01-15 00:52:08 +09:00
Marco Buttu
160b9a5fd0 Added pyversion option for doctest (issue 3303) 2017-01-13 22:36:17 +01:00
shimizukawa
a11218151f fix nits 2017-01-13 00:24:10 +09:00
shimizukawa
2254da3782 refs #3329: emit warnings if po file is invalid and can't read it. Also writing mo too. 2017-01-13 00:11:35 +09:00
Takeshi KOMIYA
81a4248df9 Merge pull request #3323 from gbaier/apidoc_extensions
apidoc takes extension options
2017-01-12 23:42:56 +09:00
Gerald Baier
d9ae4ed81e implementing PR comments 2017-01-12 08:52:32 +01:00
Takeshi KOMIYA
603cf3a84a Merge branch 'master' into split_app.status_iterator 2017-01-12 11:38:12 +09:00
Gerald Baier
2402fd7ebe apidoc takes extension options 2017-01-11 11:51:23 +01:00
Takeshi KOMIYA
de3d03a7b5 Fix testcase 2017-01-10 01:06:57 +09:00
Takeshi KOMIYA
8cbe1efe8d Merge branch 'stable' 2017-01-10 01:04:21 +09:00
shimizukawa
b5530629a9 pytest: update by reviewing
* remove 'specific_srcdir' feature
* simplify 'shared_result' feature
* rename 'AppWrapper' into 'SphinxTestAppWrapperForSkipBuilding'
2017-01-09 17:41:47 +09:00
shimizukawa
561abdd164 pytest optimizatoin:
- remote using deprecated decorators
- remove gen_with_app
- remove yield testing
- remove pytest warnings
- refactoring
2017-01-08 15:14:38 +09:00
Takeshi KOMIYA
929683df27 Sphinx.status_iterator() is now deprecated 2017-01-07 18:43:32 +09:00
Takeshi KOMIYA
ae24524d5f Drop debug2() (refs: #3304) 2017-01-07 15:03:16 +09:00
shimizukawa
402a11aeba pytest: remove deprecated test util functions 2017-01-07 02:17:58 +09:00
shimizukawa
4c22cd10ca Merge branch 'stable' 2017-01-07 02:14:29 +09:00
shimizukawa
89e1df0bba pytest: nits 2017-01-06 23:10:52 +09:00
shimizukawa
baaef9146d pytest: remove deprecated with_app decorator functions 2017-01-06 01:14:47 +09:00
shimizukawa
b3c207dd49 fix 2017-01-06 00:50:02 +09:00
shimizukawa
f962ad67d2 pytest: remove deprecated raises and raises_msg assert functions 2017-01-06 00:46:42 +09:00
shimizukawa
f566f003f3 pytest: nits 2017-01-06 00:26:31 +09:00
shimizukawa
d0a33dd785 pytest: remove deprecated with_tempdir decorator 2017-01-06 00:26:01 +09:00
shimizukawa
380dd23d9f pytest: remove repr_as testing feature that avoids long annoying log for test generator feature on nose. In contrast, pytest does not produce such output. So repr_as is not needed anymore. refs #1785 2017-01-05 23:43:16 +09:00