Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | move new assertion helpers to util.py | Georg Brandl | 2014-09-21 | 1 | -34/+11 | |
| | | ||||||
* | | Reimplement assert_in and assert_not_in, they are not in nose in Py2.6. | Georg Brandl | 2014-09-21 | 1 | -2/+11 | |
| | | ||||||
* | | Refactor/speed up test_intl by combining all tests with a certain builder ↵ | Georg Brandl | 2014-09-21 | 1 | -409/+364 | |
| | | | | | | | | into a generator. | |||||
* | | Complete test suite overhaul. | Georg Brandl | 2014-09-21 | 1 | -193/+186 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * rename a few test modules to make the names more consistent * do not copy/use Sphinx from build/ (unnecessary without 2to3) * use a temporary dir for *all* test projects, the source tree will stay pristine that way (default is tests/build) * speed up tests by ~3x by splitting up test projects and avoiding rebuilds | |||||
* | | wrap py3 iterators with list() for each places that expect a list object. ↵ | Takayuki Shimizukawa | 2014-04-30 | 1 | -1/+1 | |
| | | | | | | | | refs #1350. | |||||
* | | remove 'six' name except importing line. | Takayuki Shimizukawa | 2014-04-30 | 1 | -3/+3 | |
| | | ||||||
* | | use six privided functions/classes to support py2/py3 in one source. refs #1350. | Takayuki Shimizukawa | 2014-04-29 | 1 | -1/+1 | |
| | | ||||||
* | | introduce the six module and reduce sphinx.util.pycompat implementation. ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -2/+3 | |
| | | | | | | | | refs #1350. | |||||
* | | merge with stable | Georg Brandl | 2014-03-25 | 1 | -0/+14 | |
|\ \ | |/ | ||||||
| * | Fix i18n: missing python domain's cross-references with currentmodule ↵ | Takayuki Shimizukawa | 2014-03-23 | 1 | -0/+14 | |
| | | | | | | | | | | | | | | | | | | directive or currentclass directive. refs #1363 * node attributes 'py:module', 'py:class' is provided from environment (e.x. currentmodule directive is provided on previous line, not on node) * Because translation nodes are parsed in independently, 'provided attributes by environment' are not exist. * For a pending_xref nodes, all attributes of a translated xref node should be same as original xref node in current test cases. * For the above reasons, I overwrite all attributes from origonal node to new translated xref node. | |||||
* | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| | | ||||||
* | | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections. | |||||
* | | Drop python-3.1 and remove support codes | Takayuki Shimizukawa | 2013-12-15 | 1 | -1/+1 | |
| | | ||||||
* | | Drop python-2.5 and remove 2.4,2.5 support codes | Takayuki Shimizukawa | 2013-12-15 | 1 | -4/+2 | |
|/ | ||||||
* | Add tests and code refine for pull request #190. | Takayuki Shimizukawa | 2013-11-12 | 1 | -1/+25 | |
| | ||||||
* | test_intl fix-up after versionmodified change. | Georg Brandl | 2013-10-12 | 1 | -3/+3 | |
| | ||||||
* | Backed out changeset cfe9e2d11003 refs #1265 | Takayuki Shimizukawa | 2013-10-04 | 1 | -7/+8 | |
| | ||||||
* | Now gettext translates label target name. Fix i18n: crash when using a ↵ | Takayuki Shimizukawa | 2013-10-04 | 1 | -8/+7 | |
| | | | | indirect target and translating a target section name. Closes #1265 | |||||
* | Add test refs #1265 (comment-6264794) to validate translated label link ↵ | Takayuki Shimizukawa | 2013-10-03 | 1 | -0/+9 | |
| | | | | shifting. | |||||
* | Fix i18n: crash when translating section name that is pointed from named ↵ | Takayuki Shimizukawa | 2013-09-23 | 1 | -1/+9 | |
| | | | | target. Closes #1265 | |||||
* | Fix i18n: gettext did not translate admonition directive's title. Closes #1206 | Takayuki Shimizukawa | 2013-07-03 | 1 | -0/+14 | |
| | ||||||
* | Fix i18n: footnote reference number missing for auto numbered named footnote ↵ | Takayuki Shimizukawa | 2013-06-21 | 1 | -16/+21 | |
| | | | | and auto symbol footnote. Closes #1176 | |||||
* | test improvement | Takayuki Shimizukawa | 2013-06-21 | 1 | -86/+111 | |
| | ||||||
* | fix: translation mechanism break label target if label and section name are ↵ | Takayuki Shimizukawa | 2013-06-19 | 1 | -0/+40 | |
| | | | | same. refs #1193 | |||||
* | test_intl:external_link test case correction to fit to reST syntax. | Takayuki Shimizukawa | 2013-06-18 | 1 | -6/+6 | |
| | ||||||
* | fix: keep reference if link refname was translated. refs #1193 | Takayuki Shimizukawa | 2013-06-19 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | case1:: Keep link to ExternalSite_. It will translated with ``\`SomeOtherString\`_``. .. _ExternalSite: http://example.com case2:: Keep link to `title string`_ before appearing. title string ============= case3:: Keep link to glossary 'term string'. .. glossary:: term string description... | |||||
* | Fix: Multiple references in the same line return the same link with i18n. ↵ | Takayuki Shimizukawa | 2013-06-17 | 1 | -67/+79 | |
| | | | | Closes #1193 | |||||
* | add tests for "multiple cross references in the same line return the same ↵ | Takayuki Shimizukawa | 2013-06-16 | 1 | -4/+20 | |
| | | | | link". refs #1090, #1193 | |||||
* | Fix multiple cross references (term, ref, doc) in the same line return the ↵ | Takayuki Shimizukawa | 2013-06-16 | 1 | -10/+56 | |
| | | | | same link with i18n. refs #1090, #1193 | |||||
* | Rebuild i18n target document when catalog updated | Takayuki Shimizukawa | 2013-04-15 | 1 | -0/+12 | |
| | ||||||
* | Copyright header update. | Georg Brandl | 2013-04-01 | 1 | -1/+1 | |
| | ||||||
* | tests: replace "from util import *" by explicit imports | Georg Brandl | 2013-04-01 | 1 | -4/+3 | |
| | ||||||
* | Fix overlong lines. | Georg Brandl | 2013-03-31 | 1 | -3/+5 | |
| | ||||||
* | merge heads | Takayuki Shimizukawa | 2013-03-17 | 1 | -0/+33 | |
|\ | ||||||
| * | make versionmodified translatable | Nozomu Kaneko | 2013-02-04 | 1 | -0/+33 | |
| | | ||||||
* | | Add i18n capabilities for custom templates. | Takayuki Shimizukawa | 2013-03-10 | 1 | -0/+8 | |
|/ | | | | | For example: The Sphinx reference documentation in doc directory provides sphinx.pot file from ``doc/_templates/*.html`` by ``make gettext``. | |||||
* | merge | Nozomu Kaneko | 2013-02-06 | 1 | -1/+41 | |
|\ | ||||||
| * | fix: roles' reftarget ware swapped if there are some roles in 1 line and ↵ | Takayuki Shimizukawa | 2013-02-05 | 1 | -0/+18 | |
| | | | | | | | | translation exchange rthat roles position. refs #1090 | |||||
| * | remove unusable 'SEVERE: Duplicate ID' message for footnote that the ↵ | Takayuki Shimizukawa | 2013-02-04 | 1 | -1/+6 | |
| | | | | | | | | translation node has been recognized as a duplicate. | |||||
| * | fix: reporting correct line number when translations have wrong reST syntax ↵ | Takayuki Shimizukawa | 2013-02-04 | 1 | -0/+17 | |
| | | | | | | | | or else. | |||||
* | | Merged in knzm/sphinx-fix-docfields-fork (pull request #96) | Nozomu Kaneko | 2013-02-04 | 1 | -8/+69 | |
|\ \ | |/ | ||||||
| * | Fix :term: doesn't link to glossary if term text translated. refs #1090 | Takayuki Shimizukawa | 2013-01-30 | 1 | -4/+27 | |
| | | ||||||
| * | Fix gettext does not extract glossary terms. Closes #1090 | Takayuki Shimizukawa | 2013-01-30 | 1 | -0/+15 | |
| | | ||||||
| * | Fix long lines reported by "make check". | Georg Brandl | 2013-01-13 | 1 | -8/+18 | |
| | | ||||||
| * | merge birkenfeld/sphinx | Robert Lehmann | 2013-01-06 | 1 | -62/+102 | |
| |\ | ||||||
| * \ | merge knzm/sphinx-fix-seealso-fork | Robert Lehmann | 2013-01-06 | 1 | -0/+16 | |
| |\ \ | ||||||
| | * | | stop calling rmtree in a test | Nozomu Kaneko | 2012-12-24 | 1 | -1/+0 | |
| | | | | ||||||
| | * | | merge heads | Nozomu Kaneko | 2012-12-24 | 1 | -0/+22 | |
| | |\ \ | ||||||
| | * | | | make seealso translatable | Nozomu Kaneko | 2012-12-16 | 1 | -0/+19 | |
| | | | | |