Skip to content
#

restructuredtext

Here are 149 public repositories matching this topic...

user20190106
user20190106 commented Jan 13, 2019

First, thanks for a great programme! I've started to use ReText more and more instead of normal word processing software, as it is then so easy to convert the text to html if needed -- without the bloated CSS created by fully-fledged word processors.

Would it be possible to add a shortcut for duplicating a line? Some text editors use Ctrl+D, and it is very handy (much quicker than select-

pytablewriter is a Python library to write a table in various formats: CSV / Elasticsearch / HTML / JavaScript / JSON / LaTeX / LDJSON / LTSV / Markdown / MediaWiki / NumPy / Excel / Pandas / Python / reStructuredText / SQLite / TOML / TSV.

  • Updated May 30, 2020
  • Python
williehallock802
williehallock802 commented Sep 26, 2019

I have the following rst files:

index.rst

Test Documentation!
===================

This is some test documentation

.. toctree::
   :maxdepth: 2

   another_page
   one_more

another_page.rst

Another Page for Test Doc
==========================

This is another page for the test documentation.

Reference to :doc:`one_more`

Section A
---------

Some section
brechtm
brechtm commented Mar 3, 2020

The first flowable on a page receives descender=0 on rendering. This causes a difference in the rendering of the two admonitions below:

.. Hint:: It's bigger than a bread box.

.. Hint:: It's bigger than a bread box.

When rendering a top border, the cursor should probably be moved by - descender and the descender passed to the content should equal 0.

Something similar ne

meme
meme commented Jan 27, 2020

When running this tool on a large C codebase, I was experiencing errors with values out-of-bounds of the size of a short, so I modified _search.py to create a table with larger bounds:

diff --git a/documentation/_search.py b/documentation/_search.py
index cd8b643..efe2bc5 100644
--- a/documentation/_search.py
+++ b/documentation/_search.py
@@ -108,7 +108,7 @@ class ResultMap:
 
snilek
snilek commented Mar 22, 2020

Export of two or more org links with same name/label results in an invalid reST file. This is caused by ox-rst exporting references as named links instead of anonymous links.

Thus this .org notation:

[[https://example.com][this]] and [[http://example2.com][this]]

is exported as

`this <https://example.com>`_ and `this <http://example2.com>`_

creating an invalid reST file.

Improve this page

Add a description, image, and links to the restructuredtext topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the restructuredtext topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.