0
votes
0answers
10 views
How to convert a S5 presentation into PDF?
I am using reStructuredText & rst2s5 to create S5 slide presentations. It is great but I also want to have the presentation in PDF. How can I convert S5 to PDF?
0
votes
1answer
17 views
editors for tables in Sphinx/reStructuredText?
I'm looking at using Sphinx / reStructuredText for documentation, and it looks very promising, except tables look like a pain to do. Is there an editor that can help?
2
votes
4answers
223 views
Is there a wysiwyg editor for restructured text?
Is there a wysiwyg editor for the web, like tinymce or wmd, which can produce restructured text? I'm looking for something which can be integrated with django.
I would like to us …
0
votes
2answers
132 views
Is it possible to write in a two-columns style in restructuredtext?
I would like to write a research paper using restructuredtext, is it possible to have the two-column style inherent to this kind of document? I looked at the specifications but app …
1
vote
1answer
89 views
Previewing RestructuredText with firefox while editing in vim on ms-windows
Hi
I want to use VIM to edit reStuctured text documents in a number of operating systems.
I found this posting http://www.zopyx.com/blog/editing-restructuredtext-with-vim
Can yo …
1
vote
3answers
205 views
Technical documentation with deeply nested enumerated lists
I'm stuck in a software documentation culture I can't change, and software documentation is expected to have deeply nested sections that look like this:
2.1.5.3.2.1 Some section
…
1
vote
3answers
123 views
Substitutions inside links in reST / Sphinx
I am using Sphinx to document a webservice that will be deployed in different servers. The documentation is full of URL examples for the user to click and they should just work. My …
1
vote
3answers
145 views
How to convert reStructuredText to plain text
I plan to use reStructuredText to write documentation with the main purpose of generating some nice HTML pages. For this I use the docutils rst2html.pl tool.
However, I may also n …
5
votes
3answers
184 views
How can I change from docbook to restructuredText?
I have a 30-ish page manual in docbook. However, working with docbook is so painful that I don't really update it. I want to switch to restructedText instead.
I can't find any dir …
10
votes
3answers
829 views
Compare and contrast the lightweight markup languages (Textile, Markdown, and reStructuredText)
Please identify the most popular lightweight markup languages and compare their strengths and weaknesses. These languages should be general-purpose markup for technical prose, suc …
13
votes
11answers
4k views
Java: Easiest way to merge a release into one jar-file
Hi,
I wonder if someone knows of a tool or script which easily merges a bunch of jar-files into one .jar. A bonus would be to easily set the main-file manifest and make it executa …
13
votes
3answers
425 views
How do you get Python documentation in Texinfo Info format?
Since Python 2.6, it seems the documentation is in the new reStructuredText format, and it doesn't seem very easy to build a Texinfo Info file out of the box anymore.
I'm an Emacs …
0
votes
1answer
118 views
How to write callouts using restructured text?
Asciidoc supports callouts. How can one write similar callouts using reStructuredText?
8
votes
10answers
2k views
Markdown versus ReStructuredText
What are people's thoughts on the pros and cons of Markdown versus ReStructuredText. Both seem like very usable and well-developed markup languages -- when might one want to use on …
