Takayuki Shimizukawa
|
2e1c16486c
|
* fix code to pass test, add versionadded to doc, update CHANGES for pull request #229
|
2014-08-03 19:19:31 +09:00 |
|
Takayuki Shimizukawa
|
9191ffaa50
|
Merged in russell/sphinx-pluggable-translators (pull request #229)
Allow registration of other translators
|
2014-08-03 18:52:02 +09:00 |
|
Takayuki Shimizukawa
|
e0ce77db1b
|
* update CHANGES for pull request #260
|
2014-08-03 17:45:21 +09:00 |
|
Takayuki Shimizukawa
|
6580b23b90
|
Merged in lennart0901/sphinx (pull request #260)
Encode underscore in citation labels for latex export
|
2014-08-03 17:43:40 +09:00 |
|
Takayuki Shimizukawa
|
721e4ad5a0
|
* update CHANGES for pull request #255
|
2014-08-03 16:42:28 +09:00 |
|
Takayuki Shimizukawa
|
55bf3c27cf
|
Merged in olivier-heurtier/sphinx (pull request #255)
When generating latex references, also insert latex target/anchor for the ids defined on the node (mimic HTML writer behavior)
|
2014-08-03 16:39:00 +09:00 |
|
Takayuki Shimizukawa
|
eb8dbf4631
|
Fix malformed po files in the test-intl directory
|
2014-08-03 14:34:40 +09:00 |
|
Takayuki Shimizukawa
|
da4c67e2a3
|
When specifying toctree :numbered: option and :tocdepth: metadata, sub section number that is larger depth than :tocdepth: is shrinked. Closes #1251.
|
2014-08-02 18:10:41 +09:00 |
|
Takayuki Shimizukawa
|
24280fd90d
|
* refactoring: metadata (docinfo) type normalization and add test.
|
2014-08-02 16:39:07 +09:00 |
|
Lennart Fricke
|
7a9cc9f95b
|
Escape underscore in citation labels for latex export
|
2014-07-31 08:55:29 +02:00 |
|
Takayuki Shimizukawa
|
6630255a10
|
* Fix: Undecodable source reading cause UnicodeDecodeError instead of emitting warnings. Thanks to anatoly techtonik. Closes #1524
|
2014-07-30 02:47:22 +09:00 |
|
Takayuki Shimizukawa
|
5abfce5a2c
|
Merged in techtonik/sphinx-1/techtonik/raise-six-requirement-to-14-when-userstr-1406538263417 (pull request #259)
raise six requirement to 1.4+ when UserString was added
|
2014-07-28 22:19:19 +09:00 |
|
anatoly techtonik
|
61ec2c6d23
|
raise six requirement to 1.4+ when UserString was added
|
2014-07-28 09:04:32 +00:00 |
|
Takayuki Shimizukawa
|
464fcf5d17
|
Now sphinx.roles.abbr_role pass through **options to addnodes.abbriviation . Closes #1515
|
2014-07-26 07:21:20 +02:00 |
|
Takayuki Shimizukawa
|
8aa302f46c
|
Using same word before.
|
2014-07-26 07:19:40 +02:00 |
|
Olivier Heurtier
|
6037cdc228
|
When generating latex references, also insert latex target/anchor for the ids defined on the node (mimic HTML writer behavior)
|
2014-07-23 22:33:17 +02:00 |
|
Lars Buitinck
|
5a13bce2e2
|
compress static PNG images with optipng -o10
Average reduction in file size of 20%.
|
2014-07-22 13:42:00 +02:00 |
|
Takayuki Shimizukawa
|
da20c3713b
|
merge with stable
|
2014-07-13 11:43:12 +09:00 |
|
Takayuki Shimizukawa
|
269421bc58
|
* Fix: Non-ASCII filename raise exception on make singlehtml, latex, man, texinfo and changes. Closes #1508
|
2014-07-13 10:44:48 +09:00 |
|
Takayuki Shimizukawa
|
e2ed97031d
|
use test generator nosetests feature.
|
2014-07-12 22:14:14 +09:00 |
|
Takayuki Shimizukawa
|
91709946d6
|
* Fix: py:function directive generate incorrectly signature when specifying a default parameter with an empty list [] . Closes #1503
|
2014-07-12 20:50:15 +09:00 |
|
Takayuki Shimizukawa
|
090d269d45
|
Merged in tk0miya/sphinx/tk0miya/do-not-enter-password-of-transifex-at-co-1404623350328 (pull request #253)
Do not enter password of transifex at command line by security reason
|
2014-07-07 13:40:55 +09:00 |
|
Takeshi Komiya
|
024e8837cf
|
Fix tx init command again.
|
2014-07-06 06:00:47 +00:00 |
|
Takeshi Komiya
|
65e83c6057
|
Do not enter password of transifex at command line by security reason
Any command line options could be accessed by other users.
`tx init` command has interaction interface.
It should be used by all users by default.
|
2014-07-06 05:09:16 +00:00 |
|
Takayuki Shimizukawa
|
0fc0ccfa4d
|
* sync message text in Makefile/make.bat and make-mode.
* update CHANGES for adding coverage targets.
|
2014-07-05 09:30:11 +09:00 |
|
Takayuki Shimizukawa
|
b1a24fab86
|
Merged in mcmtroffaes/sphinx-make-coverage (pull request #159)
Add coverage targets to quickstart generated Makefile and make.bat.
|
2014-07-05 09:21:16 +09:00 |
|
Takayuki Shimizukawa
|
c8e0a8759d
|
Update documentation and sphinx-build -N option behavior for windows color console support. closes #1291.
|
2014-07-05 01:39:13 +09:00 |
|
Takayuki Shimizukawa
|
6ab7a2cbec
|
Windows color console support. update for pull request #252.
|
2014-07-05 01:16:33 +09:00 |
|
Takayuki Shimizukawa
|
4d69072f44
|
* Fix: autodoc, autosummary: importing setup.py will invoke setup process and execute sys.exit() . Now sphinx avoids SystemExit exception and emits warnings without unexpected termination. Closes #1226
|
2014-07-05 00:11:59 +09:00 |
|
rneu31
|
6fc7a1ac3c
|
Merged in rneu31/added-support-for-windows-color-output-u-1404418973591 (pull request #3)
Added support for Windows color output using colorama (if installed)
|
2014-07-03 15:25:08 -05:00 |
|
rneu31
|
0058b4d4bb
|
Added support for Windows color output using colorama (if installed)
|
2014-07-03 20:23:00 +00:00 |
|
Takayuki Shimizukawa
|
b3aa4aa81b
|
* In autodoc, fix display of parameter defaults containing backslashes. Closes #1502
|
2014-07-02 00:09:11 +09:00 |
|
Takayuki Shimizukawa
|
f781f55b28
|
* With non-callable setup in a conf.py, now sphinx-build emits user-friendly error message. Closes #1499
|
2014-06-30 22:54:28 +09:00 |
|
Takayuki Shimizukawa
|
ff8ce91f77
|
* Fix: autosummary can't handle nested classes correctly. Closes #1441
|
2014-06-21 17:05:31 +09:00 |
|
EricFromCanada
|
4883e1eba2
|
more corrections for spelling and grammar
|
2014-06-19 12:14:47 -04:00 |
|
EricFromCanada
|
00feeb154c
|
Link-checked and updated the URLs for projects using Sphinx that are still available online.
Missing projects have been left alone for now.
|
2014-06-19 12:12:27 -04:00 |
|
EricFromCanada
|
36313d98b1
|
corrected contractions
|
2014-06-18 12:52:32 -04:00 |
|
EricFromCanada
|
178a97cd73
|
improved consistency for how docs refer to True and False
|
2014-06-18 12:34:28 -04:00 |
|
EricFromCanada
|
65e924a3e4
|
rewrapping paragraphs when over 80 characters wide
|
2014-06-18 11:53:25 -04:00 |
|
EricFromCanada
|
8981b9bd13
|
corrections for misspellings
|
2014-06-18 11:19:01 -04:00 |
|
Takayuki Shimizukawa
|
2ba3e561b2
|
* fix over 80 chars line and remove unused import.
|
2014-06-15 15:42:23 +09:00 |
|
Takayuki Shimizukawa
|
f4928987f0
|
Merged in shimizukawa/sphinx-remove-complex-method-distinguishing (pull request #246)
remove complex distinguishing method/classmethod/staticmethod approach for autodoc
|
2014-06-15 12:28:04 +09:00 |
|
Takayuki Shimizukawa
|
0fb938ad38
|
* add test and code comment for pull request #157
|
2014-06-14 17:03:57 +09:00 |
|
Takayuki Shimizukawa
|
2274bfc38b
|
Merged in David_Ham/sphinx (pull request #157)
Remove spurious signatures from @property decorated attributes
|
2014-06-14 16:37:29 +09:00 |
|
Rob Ruana
|
71b8fe8854
|
Closes #1489: Removes use of ":annotation:" for attribute types in napoleon, as inline markup is not allowed
|
2014-06-13 14:06:39 -06:00 |
|
Takayuki Shimizukawa
|
fb2c15eaa7
|
* fix again for mathjax secure url. refs #1459.
|
2014-06-11 23:03:00 +09:00 |
|
Takayuki Shimizukawa
|
08dac9c3b7
|
Merged in stevepiercy/sphinx/stevepiercy/update-pylons-link-add-pyramid-and-subst-1402445058989 (pull request #249)
Update Pylons link, add Pyramid and Substance D
|
2014-06-11 09:28:05 +09:00 |
|
Steve Piercy
|
f1e53b97a2
|
Update Pylons link, add Pyramid and Substance D
|
2014-06-11 00:04:33 +00:00 |
|
EricFromCanada
|
4d8e818ca6
|
added Lasso to example sites and books
|
2014-06-09 13:09:36 -04:00 |
|
Takayuki Shimizukawa
|
5e5a1725ed
|
* remove PY3 importing
|
2014-06-10 00:51:45 +09:00 |
|