reStructuredText is a lightweight markup language intended to be highly readable in source format.
2
votes
1answer
31 views
Multiple lines of text in single cell of simple table?
I found this question, but I don't want explicit <br>s in my cell; I just want it to line-wrap where necessary.
e.g.,
================ ============
a short sentence second cell
a much longer ...
0
votes
1answer
25 views
Custom Syntax Highlighting with Sphinx
Good afternoon,
I am interested in creating a custom syntax highlighter that can be used in a Sphinx environment. Is this possible? If so how would I go about doing it?
Any help is greatly ...
2
votes
1answer
48 views
+50
How to create floating figures in reStructuredText / Sphinx?
I want to have a figure with text wrapped around it.
This is what I'm saying:
Installation of Optional Accessories
====================================
.. warning:: Never plug in or unplug a Hand ...
1
vote
0answers
38 views
rST: add link around literal text
I'd like to put a link onto monospaced literal text in a reStructuredText document, but simply linking it does not work:
``geoip``__
__ http://pecl.php.net/package/geoip
This gives some warnings:
...
1
vote
0answers
78 views
reStructuredText to HTML, written in javascript
I'd like to find a reStructuredText to HTML converter, written in javascript. reStructuredText tool support lists a lot of tools but so far I haven't found anything useful for me. The reason for ...
3
votes
1answer
71 views
Emacs rst-mode replicate M-RET functionality of org-mode
In org-mode, typing M-RET at the end of a headline will create a new headline of the same level on a new line. Can I replicate this functionality in rst-mode (Especially for the list)? Currently M-RET ...
1
vote
1answer
33 views
Is it possible to put sections inside container in reStructuredText?
I would like to write a 2-column website (html) with reStructuredText and rst2html5.
I have tried like this
.. container:: right
Right text
.. container:: left
Left text
and it works well ...
1
vote
0answers
23 views
Adding a class to an html link in reStructured Text
I try to add a class to a specific link adress
I wanna have this result in html language :
<a class="g-profile" href="http://plus.google.com/107666944254113159692" ...
1
vote
2answers
37 views
Multiline Documentation in robot framework
I want to document test scenarios, the principle behind the scenarios etc. in robot test case itself. For that the documentation need to support multiline features and formatting. Is there anyway to ...
0
votes
2answers
19 views
Writing several texts which follows same link with reST
the following reST don't work as expected. How can I do it right?
Only the word python_ in this text is linked. What to do if
I want using other words such as `like it <python_>`_ to jump
to ...
1
vote
2answers
36 views
.. plot directive in restructured text
I was looking at this site. Specifically, the source. It appears to create a plot (complete with source code!) is extremely easy:
.. plot: somefile.py
But, when I try it, sphinx yells at me. ...
3
votes
0answers
52 views
How to do strikethrough in a reStructuredText file hosted on GitHub?
I am converting a README.md file to README.rst. The reason is, I am going to make a package available to PyPi. I am forced to use .rst.
My conversion is nearly complete, but I have a strikethrough ...
1
vote
0answers
40 views
restructuredtext: what is the best way of extracting bibliographic and other fields?
I am putting together a website where the content is maintained as restructuredtext that is then converted into html. I need more control than e.g. rst2html.py, so I am using a my own python script ...
1
vote
1answer
35 views
How to convert .Net comments in RST format into HTML?
In Linux there're many tools to read and convert the comments in code into a HTML/PDF document. I am now working on a .Net project, and I am wondering if we have similar tools to convert the comments ...
-2
votes
1answer
25 views
How do I include a remote image in a reST document? [closed]
I'd like to add a travis status image to my github project's README.rst file. The file uses the reST format, but I haven't found a way to include a link with a remote image using this format. (i.e. ...
0
votes
0answers
15 views
Field list with multi-word keys
According to the docs, the following fieldlist should be valid. But in practice, all field names, which contains spaces, seems to cause trouble. Could I create a field list with multi word keys?
...
0
votes
1answer
49 views
Generate DITA xml from docstring
I'm need to document my project using DITA and I'm wondering if I can use python's docstring conventions and reStructuredText to create DITA's XMLs.
Any pointers?
0
votes
0answers
51 views
Controlling column width in restructuredText tables
I have a table that looks like
==================== =======
Name1 Info1
Name2 Info2
Slightly longer name Info3
Name4 Info4
...
0
votes
0answers
21 views
Ignore newline in rst literal block
I have a piece of text that I want to be inside of a rst literal block, but I also want to break long lines in my document that are more than 70 characters into multiple lines. Is there a way to break ...
1
vote
1answer
84 views
Have Emacs edit Python docstrings using rst-mode
How to I get Emacs to use rst-mode inside of docstrings in Python files? I vaguely remember that different modes within certain regions of a file is possible, but I don't remember how it's done.
0
votes
1answer
28 views
RestructuredText: Adding a cross-reference to a subheading or anchor in another page
I need to know how to insert a cross-reference in a reST/Sphinx page to either a sub-header or anchor in another page in the same documentation set. Can anyone help?
0
votes
1answer
49 views
Cheatsheet for Markdown and Restructure syntax comparision?
Is there a cheatsheet that compares the usage of Markdown with Restructure? With this, I could learn rst faster if I already knew Markdown. I tried google for it but haven't found one..
8
votes
3answers
198 views
Resolve Substitutions in RestructuredText
I want to take the following restructured text snippet that contains a substitution definition:
text = """
|python|
.. |python| image:: python.jpg
"""
And resolve the definitions so the ...
0
votes
1answer
42 views
Turn fields in reStructuredText into html
So I've got a reStructuredText document which includes fields:
:param foo: set this to do magic
and I want to turn the rST into html, with special treatment of param (and other) fields.
Turning ...
2
votes
1answer
53 views
How to handle two dashes in ReST
I'm using Sphinx to document a command line utility written in Python. I want to be able to document a command line option, such as --region like this:
**--region** <region_name>
in ReST ...
1
vote
1answer
207 views
WARNING: document isn't included in any toctree for included file
I'm getting the warning:
WARNING: document isn't included in any toctree
for files that exist in the document because they've been explicitly included. So I have the index file:
.. toctree::
...
0
votes
0answers
55 views
MathML in sphinx
I'm trying to make use of sphinxcontrib-mathml extension. Here's a test document:
.. _00mathml:
########
MathML
########
Inline test: :math:`a^2 + b^2 = c^2`
Separate line test:
.. math::
...
1
vote
1answer
54 views
reStructuredText Bibliographic fields proper usage
What is the proper way to use the reStructuredText Bibliographic fields for a python file?
0
votes
0answers
46 views
rst-mode make text under .. code-block:: of (font-lock-string-face)
In Emacs rst-mode (rst.el which ships with emacs 24) the indented text under :: is of (font-lock-string-face):
example text::
this text rendered as monospace. Indentation of 2+ spaces.
With ...
0
votes
1answer
25 views
How to make verbatim text inside a link in Restructured Text? [duplicate]
How can I make verbatim text inside a link in Restructured Text?
Here's what I'm trying to achieve:
example
I tried the following
```example`` <http://example.com>`__
` ``example`` ...
0
votes
0answers
91 views
Viewing .rst within a “github pages” site
I'm moving an open source project's documentation over to Github Pages but I'm stuck on moving the .rst files.
We have a ReadMe.rst which you can see here in the code. I'd like to link to that page ...
1
vote
1answer
27 views
Image with hyperlink in reStructuredText
I am trying to add an image with an external link.
|facebook| |tw|
.. |facebook| image:: http://www.summerbounce.ca/wp-content/uploads/2012/11/facebook-logo-small.png
.. |tw| image:: ...
5
votes
1answer
175 views
Sphinx Documentation, numbered figure references
I'm trying to get numbered figures to work on my Sphinx documentation project using latexpdf output. I installed the Sphinx numfig.py extension found here https://bitbucket.org/arjones6/sphinx-numfig
...
0
votes
0answers
16 views
Non-breaking hyphen in reStructuredText?
reST has a habit of using hyphens for wrapping in HTML output -- sometimes I have variable names in my docstrings like foo-bar which I really don't want to wrap: is there some kind of non-breaking ...
0
votes
2answers
56 views
Python Tkinter don't create Button
I'm developing reStructuredText editor with Tkinter. If i run the below code, i'm getting IndentationError..
from Tkinter import *
from tkFileDialog import asksaveasfile as savefile
class RSTkinter:
...
1
vote
1answer
18 views
Using a substitution without a leading space inreStructuredText
In reStructuredText, this doesn't work (the |reg| substitution isn't done)
.. include:: <isonum.txt>
foo bar|reg| baz
================
This does work, but I don't want a space between 'bar' ...
1
vote
1answer
87 views
In reStructuredText greek alpha needs “\\”, other greek letters only “\” when target is pdf
I recently discovered reST/Sphinx and tried to use it to document a python class I had written some time before.
After some experimentation I found out I needed to write :math:`K_\\alpha` to get the ...
1
vote
1answer
31 views
Setting linenothreshold globally
The option linenothreshold allows one to control the minimum number of lines a code block must have in order to generate line numbers for it. I would love to be able to specify this globally (e.g. in ...
0
votes
0answers
20 views
Putting a transition in header/footer with RestructuredText
I'm using RestructuredText to generate pdf.
I'm looking for a way to insert a transition in my header and footer (a line under my header, and above my footer)
.. header::
.. class:: centered ...
0
votes
1answer
56 views
Best way to align center a paragraph with RestructuredText?
What is the best way to have a paragraph align in the center of the page using restructuredText for pdf (rst2pdf) ?
Thanks .
1
vote
1answer
39 views
Looking at the next node satisfying an XPATH to define behavior
I'm currently writing a XSLT document to transform javadoc XML output(which isn't modifiable) to restructured text. One of the issues I'm having is the javadoc will have XML with a structure like such
...
1
vote
1answer
82 views
Replace latex index syntax with restructured text index syntax
I am converting a document from LaTeX (XeTeX) to ReStructuredText using Pandoc. The document has a large number of index entries, and Pandoc does not handle indices. The index entries are stripped out ...
2
votes
1answer
96 views
How do I break a link in a rst docstring to satisfy pep8?
I'm using Sphinxdoc to generate api documentation, and I've run into a problem with pep8 conformance when writing a docstring.
As you can see below, the link to the OWASP site ends at column 105, far ...
2
votes
1answer
158 views
How to do a link to a file in rst with sphinx?
I am writing a documentation and I would like to include links to pdf files or zip archives. How can I achieve that using rst language and sphinx ?
If I do that
here is a pdf file : `pdf ...
1
vote
1answer
96 views
Using noindex with glossary in Sphinx
When using Sphinx 1.1.3, how can I create a .. glossary:: entry that does not show up in the automatically generated index?
I tried :noindex: in four places:
Before and after the glossary makes the ...
1
vote
1answer
44 views
how to insert metadata in Python-sphinx ( the documentation tool)
I want to insert some metadata (i.e. keywords, description, author) inside my web pages created by Sphinx.
I found
:fieldname: Field content
in the documentation of Sphinx, but I have no idea how ...
0
votes
1answer
54 views
How to type large curly brackets in reStructuredText / Sphinx
How to type large curly brackets in reStructuredText / Sphinx?
Thanks much!
1
vote
0answers
19 views
Can I use numbered links in reStructuredText?
Can reStructuredText do what the following Markdown does:
Here is some [text][1] with [links][2].
[1]: http://example.com/
[2]: http://example.org/
i. e. explicit binding of hyperlink text to ...
1
vote
1answer
103 views
Math directives in Django ReStructuredText
I am using Django template restructuredtext filter to display an rst file in my template.
I have docutils installed, and have added django.contrib.markup to settings.py. Displaying rst text works ...
0
votes
0answers
116 views
How to insert blank line using reStructuredText / Sphinx
I want to add a blankline (or add more whitespace) between heading and the image using ReStructuredText:
====
John
====
.. image:: _static/john.JPG
:alt: John
:height: 300px
:width: 400px
...


