You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: script which transforms RST files to RST
In order to apply style guide conventions on existing RST files
As a documentation writer
I want to run a script which does most of the work automatically
Scenario: apply style guide recommendations on an existing RST fileGiven a file named `example.txt`
And this file contains valid RST content
And the title of the document doesn't use `#` (sharp) character with overlineAnd other titles don't use `#` (sharp) characterWhen I run `rst2rst` script with `example.txt` as argument
Then the RST content is displayed on the standard output
And the title of the document uses `#` (sharp) character with overline.
The text was updated successfully, but these errors were encountered:
See original feature request at benoitbryon/documentation-style-guide-sphinx#8
Proof of concept implementation could be:
The text was updated successfully, but these errors were encountered: