Commit Graph

7943 Commits

Author SHA1 Message Date
Takeshi KOMIYA
1d3f5c2c55 Fix typo 2017-02-11 17:33:49 +09:00
jfbu
424041f049 fix tabulary template closing environments in wrong order (refs: #3405) 2017-02-11 09:21:56 +01:00
Takeshi KOMIYA
37f3050933 latex: Fix assertion error for complex table (refs: #3395) 2017-02-11 12:19:12 +09:00
Takeshi KOMIYA
a79b6ec24a Merge pull request #3405 from tk0miya/3377_support_table_align
#3377: support :align: option for tables
2017-02-11 11:14:32 +09:00
Takeshi KOMIYA
fe2daffb4a Fix #3377: Add support for Docutils 0.13 `:align:` option for tables 2017-02-11 10:28:18 +09:00
Takeshi KOMIYA
78c7206dee Refactor testcase 2017-02-11 10:28:18 +09:00
Takeshi KOMIYA
a5b8553db4 Merge pull request #3407 from cmarqu/patch-1
Fix link to Google Python Style. Small typofixes.
2017-02-10 17:07:47 +09:00
Takeshi KOMIYA
da6f4c0019 Add mypy annotations 2017-02-10 17:01:25 +09:00
Takeshi KOMIYA
82e011cae6 Refactor: split .rst file for text-latex-table 2017-02-10 14:15:47 +09:00
jfbu
4cece2dd27 Merge branch 'stable' 2017-02-09 13:57:57 +01:00
jfbu
f2111d8f8a move (latex docs) `'geometry'` to "... don't need to be overridden"
indeed, customization will generally go via the `̀ 'sphinxsetup'`` keys
for margins or can be achieved via use of ``'passoptionstopackages'``.
Thus the key primary use would now be to remove entirely use of
``geometry`` package, which should be rarely needed.
2017-02-09 13:54:31 +01:00
jfbu
c3e2d271f2 Merge branch 'stable' 2017-02-09 13:34:01 +01:00
Takeshi KOMIYA
2968ef3c26 Fix #3402: Allow to suppress "download file not readable" warnings using `suppress_warnings` 2017-02-09 12:55:07 +09:00
Colin Marquardt
c106c2f1f0 Fix link to Google Python Style. Small typofixes. 2017-02-08 11:10:37 +01:00
Takeshi KOMIYA
6fa0262802 Fix mypy violations 2017-02-08 18:38:42 +09:00
Takeshi KOMIYA
81eb101e9f Fix mypy violations 2017-02-08 14:31:59 +09:00
Takeshi KOMIYA
5167255d4f Merge pull request #3397 from sscherfke/master
Add "--color" option to sphinx-build (fixes issue #3248).
2017-02-08 10:27:41 +09:00
Takeshi KOMIYA
e785200202 Merge pull request #3403 from jwilk/spelling
Fix typos
2017-02-08 10:27:19 +09:00
Takeshi KOMIYA
aec2664f94 Merge pull request #3404 from jfbu/loggingdocs-tuning
logging module docs
2017-02-08 10:26:39 +09:00
Takeshi KOMIYA
af332344da Merge pull request #3395 from tk0miya/refactor_latex_table2
latex: Refactor spanned cells
2017-02-08 10:24:09 +09:00
Jakub Wilk
a58ebedffd Fix typos 2017-02-07 20:14:47 +01:00
jfbu
6ae8f6ba18 logging module docs 2017-02-07 20:06:28 +01:00
Takeshi KOMIYA
141cb9e954 Fix flake8 violation 2017-02-08 00:38:08 +09:00
Takeshi KOMIYA
44e845de23 Add comments 2017-02-08 00:11:46 +09:00
Takeshi KOMIYA
ee409e9b7f Refactor: make TableCell.__init__() simple 2017-02-08 00:11:46 +09:00
Takeshi KOMIYA
8b2c92d54f latex: Refactor spanning cells 2017-02-08 00:11:46 +09:00
Stefan Scherfke
577e842532 Use "--color" and "--no-color" options 2017-02-07 14:12:18 +01:00
jfbu
eb1e9e07f6 add to latex text layout dimension computations for Japanese documents 2017-02-07 11:17:54 +01:00
Takeshi KOMIYA
056b73e109 Update CHANGES for PR#3399 2017-02-07 11:33:20 +09:00
Takeshi KOMIYA
a403c83e51 Merge pull request #3399 from pashango2/stable
Fixed bug that conf.py was not overwritten by template
2017-02-07 11:32:11 +09:00
pashango2
959a76341b Fixed bug that conf.py was not overwritten by template 2017-02-07 07:53:07 +09:00
jfbu
3c3ab3ace8 mention customizability of PDF page margin dimensions 2017-02-06 18:35:19 +01:00
Jean-François B
c7f44897a8 Merge pull request #3387 from jfbu/japanesetextlayout
Fix #3356 and #3394 latex text layout for Japanese document
2017-02-06 18:32:30 +01:00
Jean-François B
6f3759dbab Merge branch 'stable' into japanesetextlayout 2017-02-06 14:48:38 +01:00
jfbu
6b577914a1 correct missing {} in sphinx.sty 2017-02-06 14:40:07 +01:00
jfbu
64475a8d7d shorten and link latex docs 2017-02-06 14:24:19 +01:00
jfbu
101af91b80 more precise latex docs 2017-02-06 13:55:25 +01:00
Stefan Scherfke
1be5282c77 Add "--color" option to sphinx-build (fixes issue #3248). 2017-02-06 10:03:22 +01:00
Takeshi KOMIYA
029e9908c0 Remove unused "type: ignore" 2017-02-06 15:21:19 +09:00
jfbu
c240a90f18 improve the index appearance in Sphinx's own PDF documentation 2017-02-05 23:20:30 +01:00
jfbu
80e39e4031 Update docs about latex's `'releasename'` 2017-02-05 23:13:17 +01:00
Jean-François B
cc39cc4470 Merge pull request #3393 from jfbu/3392releasename
Fix #3392: "releasename" in latex_elements is not working
2017-02-05 20:40:30 +01:00
Jean-François B
2e83241486 Merge pull request #3390 from jfbu/latex_table_newlines
Latex table newlines
2017-02-05 20:37:24 +01:00
jfbu
09324bd9a6 allow user to pass option nomag to jsbook LaTeX class 2017-02-05 20:24:02 +01:00
jfbu
451115f2d1 no need to pass truedimen as class option, package option is enough 2017-02-05 20:07:41 +01:00
Takeshi KOMIYA
aefa1e0ab7 refactor: Add InventoryAdapter class 2017-02-06 02:11:14 +09:00
jfbu
9c6a071572 Fix #3356 and #3394 (latex) text layout of Japanese documents
- make text width integer multiple of zenkaku width

- fix incompatibility of ``geometry`` package with ``jsbook`` LaTeX
  class (``'manual'`` docclass)

- fix issue with shortened text area height in ``'manual'`` docclass
2017-02-05 17:25:50 +01:00
jfbu
20dc524346 Fix #3392: "releasename" in latex_elements is not working 2017-02-05 12:59:33 +01:00
jfbu
368e5d8727 Merge branch 'master' into latex_table_newlines 2017-02-04 18:47:06 +01:00
Takeshi KOMIYA
b6a4b221b2 Merge pull request #3389 from tk0miya/refactor_latex_table
Refactor latex table
2017-02-05 02:40:46 +09:00