An open API service indexing awesome lists of open source software.

https://github.com/oxyplot/docs

documentation
https://github.com/oxyplot/docs

Last synced: 10 months ago
JSON representation

documentation

Awesome Lists containing this project

README

          

# Building the documentation

1. Install [Python 2.7](https://www.python.org/download/)

2. Install Python [setuptools](https://pypi.python.org/pypi/setuptools) (to get the easy_install script)

3. Install Sphinx: `easy_install -U Sphinx`

4. Build the docs: `make.bat html`

# ReStructured Text

* http://docutils.sourceforge.net/rst.html
- http://docutils.sourceforge.net/docs/user/rst/quickstart.html
- http://docutils.sourceforge.net/docs/user/rst/quickref.html
- http://docutils.sourceforge.net/docs/user/rst/cheatsheet.txt
* http://sphinx-doc.org/rest.html

# Sphinx Markup Constructs

* http://sphinx-doc.org/markup/index.html

# Sphinx

* http://sphinx-doc.org/
* https://pypi.python.org/pypi/sphinx-autobuild