wish_list

View page source

Wish List

The following is a wish list for future improvements to run_xrst. If you want to help with one of these, or some other aspect of xrst, open an xrst issue .

Spell Checking

  1. :ref: references that use the xrst -title should detect special words in the page name (similar to -name references). The corresponding check for double word error should use the page title instead of name because that is what the user sees.

#. Spell checking should not require a special word for any valid role names; .e.g, the following text should not require a special spelling entry for samp

:samp:`print 1+{variable}`
  1. The spell checker should not check web addresses in external link definitions of the form

    .. external link name: external link web address
    

Theme

It would be nice to have better Default options for more themes so that they work will with xrst.

sphinx_rtd_theme

It would be nice if there were a way to make this theme use more horizontal space (currently xrst tires to modify its output to do this).

sphinx_book_theme

It would be nice if the sphinx_book_theme did not use the full width of the display for tables; see issue-807 .

RST Command File Names

It would be nice if all commands in the rst files used file names were automatically mapped so they were relative to the project_directory . If this were the case, one would not need the dir command . In addition, the file names should not be checked for spelling (this is already true for the ref role).

Tabs

Tabs in xrst input is not tested.