Skip to main content

Preview Rst Document Instantly

Project description

Version:
0.9

This is a server for preview rst document instantly.

You can use it with instantRst.vim

Install

# Got some issue on pypi
# sudo pip install instant-rst
sudo pip install https://github.com/Rykka/instant-rst.py/archive/master.zip

Useage

usage: instantRst [-h] [-f FILENAME] [-b BROWSER] [-p PORT]

optional arguments:

-h, --help

show this help message and exit

-f FILENAME, --file FILENAME

The local filename for Converting

-b BROWSER, --browser BROWSER

The browser command for viewing Default is ‘firefox’

-p PORT, --port PORT

The port for server to use Default is ‘5676’

To convert a rst document

You can start with instantRst -f file.rst

Then the brower will opened the converted file at http://localhost:<port>

API

Action

Http Method

Request Body or Param

Curl Command

Show Converted file

GET

?file=/pat/to/file.rst

When file is omitted, Then a default index page will be opened.

curl http://localhost:5676?file=/tmp/test.rst

Refresh window with

a file and scroll to a position(a float)

POST

or PUT

{file:file.rst, p:pos}

When file is omitted, Then will only scroll to that pos

curl -d file='file.name' -d p='0.3' http://localhost:5676

Close Server

DELETE

curl -X DELETE http://localhost:5676

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

instant-rst-0.9.0.2.tar.gz (10.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page