https://github.com/oxyplot/docs
documentation
https://github.com/oxyplot/docs
Last synced: 10 months ago
JSON representation
documentation
- Host: GitHub
- URL: https://github.com/oxyplot/docs
- Owner: oxyplot
- Created: 2015-02-20T22:07:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T13:57:03.000Z (over 2 years ago)
- Last Synced: 2025-03-20T21:40:09.738Z (10 months ago)
- Language: Python
- Size: 1.87 MB
- Stars: 27
- Watchers: 14
- Forks: 49
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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