Top "Restructuredtext" questions

reStructuredText is a lightweight markup language intended to be highly readable in source format.

How to use color in text with ReStructured Text (rst2html.py) or how to insert HTML tags without blank lines?

How can I use color with ReStructured Text? For example, **hello** translates into <strong>hello</strong>. …

html restructuredtext rst2html.py
single py file for convert rst to html

I have a blog written in reStructuredText which I currently have to manually convert to HTML when I make a …

python google-app-engine restructuredtext
Compare and contrast the lightweight markup languages

Please identify the most popular lightweight markup languages and compare their strengths and weaknesses. These languages should be general-purpose markup …

documentation markdown markup restructuredtext textile
How would I cross-reference a function generated by autodoc in Sphinx?

I am using the Sphinx autodoc feature to generate documentation based on the docstrings of my Python library. The syntax …

python methods python-sphinx restructuredtext autodoc
How to document a module constant in Python?

I have a module, errors.py in which several global constants are defined (note: I understand that Python doesn't have …

python python-sphinx restructuredtext
How do I create a new line with reStructuredText?

How do I force a line break/new line in rst? I don't want it to be a new paragraph (…

line-breaks markup restructuredtext
PyCharm change file type association

I have a file in PyCharm and its used to be just a .txt file. Now I wanted to use .…

ide restructuredtext pycharm
How to correctly include other ReST-files in a sphinx-project?

My hand-written documentation/user-guide (written in ReStructuredText with sphinx) has become quite big so I started organize my .rst-files in …

python-sphinx restructuredtext
Multi-line table cell in reStructuredText?

Is there a way to input a newline into a table cell? For example, say I have a table like …

restructuredtext
How to make an internal link to a heading in sphinx restructuredtext without creating arbitrary labels?

I have a document with many headings and sub-headings. Further into the text I want to link back to one …

python-sphinx restructuredtext