Re: How to see the output of my rst text file
Bram Geron <[email protected]>
| Newsgroups | gmane.text.docutils.user |
|---|---|
| Message-ID | <1470415180.2692868.687119641.2B9048B2@webmail.messagingengine.com> |
I use Sphinx, which (if you're interested in it) can output a tree view if you build 'make pseudoxml'. -- Bram Geron Doctoral researcher in computer science On Fri, 5 Aug 2016, at 05:04 PM, Francesco Ariis wrote: > On Fri, Aug 05, 2016 at 06:13:44AM +0000, Deshpande, Vinita wrote: > > I have created a txt file,with some content, which is formatted using > > rst (for ex:, headings using "=", table etc). I would like to see, how > > this would look as an html page. Can I please know how to do this? > > Hello Vinita, > I use pandoc to convert from/to .rst (and a bunch of other formats). > > pandoc -o file.html file.rst > > Remember that you can add a .css stylesheet to modify the formatting > as you see fit. > > ------------------------------------------------------------------------------ > _______________________________________________ > Docutils-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/docutils-users > > Please use "Reply All" to reply to the list. ------------------------------------------------------------------------------