restructuredtext
Can I add "Smartypants" to restructuredText?
I use restructuredText, and I like what smartypants does for Markdown. Is there a way to ena开发者_运维问答ble the same thing for restructuredText?Have you tried smartypants.py?I don\'t know how well[详细]
2023-01-12 03:14 分类:问答Modifying Colors in rst.el
In Emacs, I\'m using a color scheme with a dark background and light text. When working with .rst files, I have a mode for that which uses rst.el. However, rst.el highlights headings with a light back[详细]
2023-01-10 05:12 分类:问答How to disable header on frontpage of rst2pdf document?
I am generating some PDF\'s and I would like to disable the header on the frontpage. I know there are built-in templates in rst2pdf and one template is called coverPage but I don\'t seem to be able to[详细]
2023-01-08 04:50 分类:问答'Unexpected Section Title' with Sphinx -- is numpy the issue?
When running sphinx-build . html/ in my doc/ directory, I get the following output: $ sphinx-build . html/[详细]
2023-01-04 06:27 分类:问答Visualizing rst diffs with rst2pdf
Is there an easy way to visualize the differences between rst files using rst2pdf? I know I could use rst2latex instead and then latexdiff to generate PDF files (and that is the effect I am after), bu[详细]
2023-01-01 15:16 分类:问答How does Python's website generate its online documentation?
Created using Sphinx 0.6.5. I know Python\'s documentation uses reStructuredText, but it has different sections like http://docs.python.org/whatsnew/2.6.html and http://docs.python.org/tutorial/ind[详细]
2022-12-30 22:12 分类:问答reStructured Text - Escape a headline?
I have a reStruc开发者_如何学JAVAturedText document. rST uses =====, etc. as a heading format. However I need to include some lines that have this text in it, e.g.:[详细]
2022-12-28 00:01 分类:问答Referencing figures with numbers in Sphinx and reStructuredText
When writing RST that will be processed with Sphinx, I can\'t get Sphinx LaTeX output to use figure numbers when referencing figures. For instance, this code:[详细]
2022-12-27 13:06 分类:问答How do I return to a higher nesting level in ReST?
开发者_StackOverflowIn restructured text, how do I write: Chapter 1: Section 1: Some section 1 text Section 1.1:[详细]
2022-12-25 12:47 分类:问答Sphinx: cross-reference indexed item
How can I cross-reference an i开发者_JS百科ndexed item inside a reStructuredText document? For example, how can I cross-reference SectionB:[详细]
2022-12-23 18:17 分类:问答
加载中,请稍侯......