Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add link to manpages in HTML builder | Antoine Beaupré | 2018-01-11 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | It is useful to have the HTML documentation builder actually link to real rendered versions of HTML manpages in its output. That way people can click on manpages to get the full documentation. There are a few services offering this online, so we do not explicitly enable one by default, but the Debian manpages repository has a lot of the manpages pre-rendered, so it is used as an example in the documentation. The parsing work is done by a transformer class that parses manpage objects and extract name/section elements. Those then can be used by writers to cross-reference to actual sites. An implementation is done in the two HTML writers, but could also apply to ePUB/PDF writers as well in the future. This is not enabled by default: the `manpages_url` configuration item needs to be enabled to point to the chosen site. The `page`, `section` and `path` parameters are expanded through Python string formatting in the URL on output. Unit tests are fairly limited, but should cover most common use-cases. | |||||
* | Merge branch 'happy_new_year' into master | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 | |
|\ | ||||||
| * | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | Closes #3160: Use <kbd> tag for :kbd: role in html writers | David Lechner | 2017-10-30 | 1 | -5/+12 | |
|/ | ||||||
* | Remove bulk_text_processors methods, they are no longer needed | Dmitry Shachnev | 2017-04-25 | 1 | -6/+0 | |
| | ||||||
* | Remove the custom smartypants code | Dmitry Shachnev | 2017-04-25 | 1 | -94/+0 | |
| | | | | | | | | | | Instead rely on docutils’ ‘smart_quotes’ option which is available since docutils 0.10. This adds support for internationalization: our code supported only English quotes, while docutils code supports 27 different languages. Closes #498, #580, #3345, #3472. | |||||
* | Also change depart_admonition calls for html5 builder | Travis A. Everett | 2017-03-04 | 1 | -7/+7 | |
| | ||||||
* | fix #1733: fix span tags for ids is in table tag (for html5 validation) | Yoshiki Shibukawa | 2017-03-03 | 1 | -22/+16 | |
| | ||||||
* | Add experimental HTML5 writer | Yoshiki Shibukawa | 2017-03-02 | 1 | -0/+929 | |