readthedocs / livesphinx

A fork of rst.ninjs.org to support Sphinx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple online editor for reStructuredText on Flask.

Try it where: http://rst.ninjs.org/

Getting setup

Requirements for rsted:

  • Flask
  • Redis
  • rst2html (from Docutils)

These requirements are expressed in the pip-requirements.txt file and may be installed by running the following (from within a virtual environment):

pip install -r requirements.txt

How to run

From within your environment, just run:

./application.py

This will start a server on port 5000. Just visit http://localhost:5000/ in your browser.

About

A fork of rst.ninjs.org to support Sphinx

License:MIT License


Languages

Language:CSS 40.5%Language:Python 27.8%Language:JavaScript 27.4%Language:HTML 4.3%