Commit Graph

4933 Commits

Author SHA1 Message Date
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
zsiddiqui2
d5030f1f24 added dedent to codeblock 2014-07-27 19:57:33 -05:00
zsiddiqui2
a425949c36 added dedent 2014-07-27 18:26:17 -05:00
tk0miya
b3798ab32c Fix could not resolve xref for figure node with :name: option 2014-07-28 01:30:24 +09:00
Jakob Lykke Andersen
c19a15ea0d Doc, update C++ domain. 2014-07-27 11:42:01 +02:00
Jakob Lykke Andersen
23df17b404 C++, change parsing context to explicit arguments, fixes some casting operators. 2014-07-27 02:57:41 +02:00
Jakob Lykke Andersen
eb2a0a090e C++, fix class name rendering to 'lastIsName', though not the template part. Put function argument names in emphasis. 2014-07-26 14:14:49 +02: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
Takayuki Shimizukawa
4fcb3f4f7f sphinx-apidoc command now have a --version option to show version information and exit. closes #1518 2014-07-25 23:33:57 +02:00
Jakob Lykke Andersen
6cde3d596a C++, improve xrefs with templates. 2014-07-24 16:30:50 +02:00
Jakob Lykke Andersen
caad958de4 C++, fix namespacing of elements and xrefs. 2014-07-24 11:09:28 +02:00
Jakob Lykke Andersen
967ca06545 Revamp of C++ domain. 2014-07-24 01:40:48 +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
Jakob Lykke Andersen
55eb97e9c5 C++, actually add 'virtual' to output, and fix missing rename. 2014-07-19 18:08:46 +02:00
Jakob Lykke Andersen
b293be1fc9 C++ domain, add support for virtual functions. 2014-07-18 18:09:25 +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