| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix #1603 :numref: doesn't work correctly when label contain underscore | tk0miya | 2014-10-27 | 1 | -4/+4 |
| | | | | | | | If label contains underscore, the underscores are replaced with hyphens on normalization. :numref: confuses the normalization with explicit notation. This fix uses `target` variable insted of labelid to check the role is explicit or not. | ||||
| * | fix trailing space and long line | shimizukawa | 2014-10-09 | 2 | -2/+2 |
| | | |||||
| * | Merged in tk0miya/sphinx (pull request #303) | Takayuki Shimizukawa | 2014-10-09 | 3 | -0/+29 |
| |\ | | | | | | | Add :numref: role to refer figures, tables and code-blocks by its fignum | ||||
| | * | fixed bugs, and extended unit test to catch them again if they reappear | Jeppe Pihl | 2014-10-06 | 1 | -1/+1 |
| | | | |||||
| | * | added test .rst files | Jeppe Pihl | 2014-10-04 | 3 | -0/+29 |
| | | | |||||
| * | | Update testcases for :numref: | tk0miya | 2014-10-02 | 2 | -0/+20 |
| |/ | |||||
| * | add :confval:`gettext_enables` to enable extracting 'index' to gettext ↵ | shimizukawa | 2014-09-28 | 1 | -0/+1 |
| | | | | | catalog output / applying translation catalog to generated documentation. Closes #1344 | ||||
| * | Separate numfig testcase from toctree's | tk0miya | 2014-09-27 | 10 | -137/+184 |
| | | |||||
| * | Assign fignum to tables and code-blocks | tk0miya | 2014-09-27 | 4 | -0/+100 |
| | | |||||
| * | Add testcases for numfig | tk0miya | 2014-09-26 | 5 | -0/+37 |
| | | |||||
| * | Merge with default | tk0miya | 2014-09-24 | 1 | -2/+2 |
| |\ | |||||
| | * | do nested_parse() :caption: of code-block directive | tk0miya | 2014-09-19 | 1 | -2/+2 |
| | | | |||||
| * | | Fixup windows newlines. | Georg Brandl | 2014-09-21 | 11 | -171/+171 |
| | | | |||||
| * | | Split viewcode and linkcode tests out of main test root. | Georg Brandl | 2014-09-21 | 3 | -37/+227 |
| | | | |||||
| * | | Complete test suite overhaul. | Georg Brandl | 2014-09-21 | 32 | -23/+455 |
| |/ | | | | | | | | | | | | * 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 | ||||
| * | Merged in tk0miya/sphinx (pull request #266) | Takayuki Shimizukawa | 2014-08-24 | 2 | -0/+22 |
| |\ | | | | | | | Rename :filename: option of code-block directive to :caption: | ||||
| | * | Merge upstream changes | tk0miya | 2014-08-20 | 2 | -0/+22 |
| | |\ | |||||
| | | * | Rename :filename: option of code-block directive to :caption: | tk0miya | 2014-08-11 | 2 | -0/+22 |
| | | | | |||||
| * | | | fix fc1901d for py3, again. and add 2 assertions | shimizukawa | 2014-08-22 | 1 | -2/+4 |
| | | | | |||||
| * | | | :mod:`~sphinx.ext.viewcode` support imported function/class aliases. Closes #623 | shimizukawa | 2014-08-22 | 5 | -0/+72 |
| |/ / | |||||
| * | | Fix numbering section at singlehtml mode does not work for nested toctree | tk0miya | 2014-08-18 | 2 | -3/+7 |
| |/ | |||||
| * | rename test files | shimizukawa | 2014-08-10 | 4 | -3/+3 |
| | | |||||
| * | * for pull request #258: update CHANGES, add tests, add a document and ↵ | shimizukawa | 2014-08-10 | 4 | -0/+62 |
| | | | | | refactoring. | ||||
| * | fix test caused by previious commit: 989c16e04371c | shimizukawa | 2014-08-05 | 1 | -6/+4 |
| | | |||||
| * | Add app.set_translator() API to register or override a Docutils translator ↵ | shimizukawa | 2014-08-05 | 4 | -0/+100 |
| | | | | | class like :confval:`html_translator_class`. | ||||
| * | Fix malformed po files in the test-intl directory | shimizukawa | 2014-08-03 | 17 | -17/+17 |
| | | |||||
| * | When specifying toctree :numbered: option and :tocdepth: metadata, sub ↵ | shimizukawa | 2014-08-02 | 4 | -0/+65 |
| | | | | | section number that is larger depth than `:tocdepth:` is shrinked. Closes #1251. | ||||
| * | compress static PNG images with optipng -o10 | Lars Buitinck | 2014-07-22 | 1 | -0/+0 |
| | | | | | Average reduction in file size of 20%. | ||||
| * | merge with stable | shimizukawa | 2014-07-13 | 1 | -6/+6 |
| |\ | |||||
| | * | merge with stable | shimizukawa | 2014-06-09 | 1 | -6/+6 |
| | |\ | |||||
| | | * | introduce the six module and reduce sphinx.util.pycompat implementation. ↵ | shimizukawa | 2014-04-29 | 1 | -6/+6 |
| | | | | | | | | | | | | | refs #1350. | ||||
| * | | | * Fix: autosummary can't handle nested classes correctly. Closes #1441 | shimizukawa | 2014-06-21 | 1 | -0/+6 |
| |/ / | |||||
| * | | * Fix: autosummary does not create the description from attributes ↵ | shimizukawa | 2014-04-11 | 1 | -0/+44 |
| |/ | | | | docstring. Closes #1444 | ||||
| * | Fix i18n: missing python domain's cross-references with currentmodule ↵ | shimizukawa | 2014-03-23 | 2 | -0/+40 |
| | | | | | | | | | | 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. | ||||
| * | fix windows newlines | Georg Brandl | 2014-03-01 | 3 | -32/+32 |
| | | |||||
| * | Closes #1374: Autosummary generates overly-long summaries if first line ↵ | Paul Molodowitch | 2014-02-03 | 3 | -0/+32 |
| | | | | | doesn't end with a period | ||||
| * | Fix autosummary template overloading cause infinite recursive function call. ↵ | shimizukawa | 2013-12-27 | 5 | -0/+45 |
| | | | | | Closes #1335 | ||||
| * | Add tests and code refine for pull request #190. | shimizukawa | 2013-11-12 | 4 | -0/+63 |
| | | |||||
| * | Backed out changeset cfe9e2d11003 refs #1265 | shimizukawa | 2013-10-04 | 2 | -16/+9 |
| | | |||||
| * | Now gettext translates label target name. Fix i18n: crash when using a ↵ | shimizukawa | 2013-10-04 | 2 | -9/+16 |
| | | | | | indirect target and translating a target section name. Closes #1265 | ||||
| * | Add test refs #1265 (comment-6264794) to validate translated label link ↵ | shimizukawa | 2013-10-03 | 2 | -0/+11 |
| | | | | | shifting. | ||||
| * | Fix i18n: crash when translating section name that is pointed from named ↵ | shimizukawa | 2013-09-23 | 2 | -1/+17 |
| | | | | | target. Closes #1265 | ||||
| * | Fix again: NFC/NFD normalizing problem. Closes #1142 | shimizukawa | 2013-09-18 | 4 | -0/+24 |
| | | |||||
| * | Add test for docutils.conf and prevent 'html4css1.css' missing warning. | shimizukawa | 2013-07-27 | 3 | -0/+20 |
| | | | | | Now --embed-stylesheet option default become false. | ||||
| * | Fix i18n: gettext did not translate admonition directive's title. Closes #1206 | shimizukawa | 2013-07-03 | 2 | -0/+127 |
| | | |||||
| * | Fix i18n: footnote reference number missing for auto numbered named footnote ↵ | shimizukawa | 2013-06-21 | 2 | -3/+7 |
| | | | | | and auto symbol footnote. Closes #1176 | ||||
| * | fix: translation mechanism break label target if label and section name are ↵ | shimizukawa | 2013-06-19 | 2 | -0/+106 |
| | | | | | same. refs #1193 | ||||
| * | test_intl:external_link test case correction to fit to reST syntax. | shimizukawa | 2013-06-18 | 2 | -10/+10 |
| | | |||||
| * | Fix: Multiple references in the same line return the same link with i18n. ↵ | shimizukawa | 2013-06-17 | 2 | -4/+41 |
| | | | | | Closes #1193 | ||||
| * | add tests for "multiple cross references in the same line return the same ↵ | shimizukawa | 2013-06-16 | 2 | -0/+32 |
| | | | | | link". refs #1090, #1193 | ||||
