Commit Graph

7943 Commits

Author SHA1 Message Date
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
35ce2ea432 latex: modify the conditions for colspecs 2017-02-04 21:32:36 +09:00
Takeshi KOMIYA
976fc326b9 latex: Use templates to render tables 2017-02-04 20:17:49 +09:00
Takeshi KOMIYA
7edcec66c9 Support gettext translation in templates 2017-02-04 20:09:46 +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
jfbu
a542ca2e78 Update CHANGES for PR#3381 2017-02-04 09:07:57 +01:00
jfbu
87ab6b01ec Fix a typo in CHANGES 2017-02-04 09:07:35 +01:00
Jean-François B
6808e5aa2e Merge pull request #3381 from jfbu/3379slightrewrite
Simplify LaTeX mark-up for table column widths (ref #3379)
2017-02-04 09:02:04 +01:00
Takeshi KOMIYA
2576def413 Merge pull request #3386 from adrian5/patch-1
Update conf.py.txt
2017-02-04 01:01:59 +09:00
adrian5
680030b568 Update conf.py.txt
I'm not entirely sure what this line is trying to say, but is needs rewriting. Modify my commit, if necessary.
2017-02-03 16:30:26 +01:00
jfbu
a307abcb48 Update CHANGES for PR#3383 2017-02-03 09:46:51 +01:00
Jean-François B
cf6290d7ac Merge pull request #3383 from jfbu/fixmissingindexintoc
Fix: since 1.5, PDF's TOC and bookmarks lack an entry for general Index
2017-02-03 09:41:03 +01:00
jfbu
6a5be5b60f Fix: since 1.5, PDF's TOC and bookmarks lack an entry for general Index 2017-02-02 19:50:13 +01:00
jfbu
1b6bb1cace Use tabular (not tabulary) if `:widths:` table option (and no colspec)
Also, organizes code for more clarity in conditionals.
2017-02-02 10:12:13 +01:00
Timotheus Kampik
681139ee0f document markdown support: work in review comments #2303 #825 2017-02-02 14:42:48 +09:00
Timotheus Kampik
82d608ccaf document markdown support #2303 #825 2017-02-02 14:42:42 +09:00
Takeshi KOMIYA
11f2bd39d0 Merge pull request #3373 from TimKam/2303-document-markdown-support
Document markdown support #2303 #825
2017-02-02 14:40:59 +09:00
jfbu
e97d4e955b Simplify LaTeX mark-up for table column widths (ref #3379)
The ``\X`` token is used as column-specifier: this does not define or
redefine ``\X`` as a LaTeX macro. Using a letter could have led to
conflict with user defined column types or table packages. This column
specifier takes two arguments which must be positive integers, as
produced by LaTeX writer for ``:widths:`` option or for equal widths
columns. As it always uses ``\linewidth`` the latter was not abstracted
into a third argument.
2017-02-01 20:05:28 +01:00
Timotheus Kampik
98a39f8a51 document markdown support: work in review comments #2303 #825 2017-02-01 19:16:05 +01:00
Takeshi KOMIYA
ecdcb4c123 Merge pull request #3372 from tk0miya/move_docref_to_stddomain
Refactor: Move doc reference to under standard domain
2017-02-02 00:01:53 +09:00
Takeshi KOMIYA
396c312f33 Merge pull request #3379 from tk0miya/3378_support_widths_in_latex
Fix #3378: latex: Support ``:widths:`` option of table directives
2017-02-02 00:00:42 +09:00
Takeshi KOMIYA
7c10e52850 Fix #3378: latex: Support `:widths:` option of table directives 2017-02-01 14:25:33 +09:00
Takeshi KOMIYA
95645ab23d Merge pull request #3374 from adrian5/patch-1
Update toctree.rst
2017-01-31 11:47:33 +09:00
adrian5
7bf7b81751 Update toctree.rst 2017-01-31 01:29:18 +01:00
Takeshi KOMIYA
1fb13180f3 Merge branch 'master' into move_docref_to_stddomain 2017-01-31 02:09:12 +09:00
Takeshi KOMIYA
7482b6b2a4 Refactor quickstart 2017-01-31 02:06:19 +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
c933184b28 Update CHANGES 2017-01-31 01:38:39 +09:00
Takeshi KOMIYA
12d6398739 Move doc reference to under standard domain 2017-01-29 19:50:14 +09:00
Timotheus Kampik
e6693b5cae document markdown support #2303 #825 2017-01-29 10:58:22 +01:00
Takeshi KOMIYA
d33cf04979 Merge branch 'stable' 2017-01-29 18:05:17 +09:00
Takeshi KOMIYA
678cc3d503 Fix #3364: sphinx-quickstart prompts overflow on Console with 80 chars width 2017-01-29 13:30:30 +09:00
Takeshi KOMIYA
14a864a637 Support requests-2.0.0 (experimental) (refs: #3367) 2017-01-29 13:15:49 +09:00
Takeshi KOMIYA
21ef6b7e0f Fix mypy violation 2017-01-28 20:53:10 +09:00
Takeshi KOMIYA
da15090c83 Update docs for collectors API 2017-01-28 20:44:40 +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
0b0637deb2 Reimplement ToctreeManager as a collector 2017-01-28 20:43:54 +09:00
Takeshi KOMIYA
105951cdb2 Add EnvironmentManager.get_updated_docs() to weaken the coupling env modules 2017-01-28 20:43:54 +09:00
Takeshi KOMIYA
b2c76f44b6 Add TocTree adapter 2017-01-28 20:43:54 +09:00
Takeshi KOMIYA
43b52c85a0 Add TitleCollector 2017-01-28 20:43:54 +09:00
Takeshi KOMIYA
fc2a78434d Add MetadataCollector 2017-01-28 20:43:54 +09:00
Takeshi KOMIYA
08766abf52 Add DependenciesCollector 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
0aa6ff3681 Merge pull request #3339 from marco-buttu/master
Added pyversion option for doctest (issue 3303)
2017-01-28 20:34:30 +09:00
Takeshi KOMIYA
e7ca01a965 Merge branch 'master' into master 2017-01-28 20:02:29 +09:00
Takeshi KOMIYA
c7fca4806c Update CHANGES for PR#3359 2017-01-28 19:59:26 +09:00