Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cokelaer/sphinx_tutorial
See README file or jump to
https://github.com/cokelaer/sphinx_tutorial
Last synced: 2 months ago
JSON representation
See README file or jump to
- Host: GitHub
- URL: https://github.com/cokelaer/sphinx_tutorial
- Owner: cokelaer
- License: gpl-3.0
- Created: 2011-05-10T11:00:14.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T14:07:35.000Z (almost 3 years ago)
- Last Synced: 2024-10-17T09:27:41.908Z (3 months ago)
- Language: Python
- Homepage: http://thomas-cokelaer.info/tutorials/sphinx/contents.html
- Size: 195 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
Sphinx Tutorial: this project is intented to provide a summary
of RST and Sphinx (http://sphinx.pocoo.org) syntaxes.Project author(s): Thomas Cokelaer
Distributed under the GPL v3 License.
See accompanying file LICENSE.txtWebSite: http://thomas-cokelaer.info/tutorials/sphinx/contents.html
Copyright 2010-2014
######################################################################To compile the documentation, you need some python packages, which can be installed with pip::
pip install sphinx, numpy, pylab, easydev
Then, ::
make html.