0.0.17 • Published 10 years ago

jsdoc-rst-template v0.0.17

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

jsdoc-rst-template

WHAT IS THIS?

a simple template system for jsdoc 3+ that exports jsdoc to RST (Restructured Text) (and an example of rst to html). Currently this has only been tested on Backbone + Marionette styled project using require.js (modules).

Please view the examples to view how to structure your javascript comments.

Contributions are always welcome

INSTALL

git clone git@github.com:blitzagency/jsdoc-rst-template.git
cd jsdoc-rst-template
pip install sphinx sphinx_rtd_theme
npm install
make doc
make serve

or for your project:

npm install jsdoc
npm install jsdoc-rst-template
./node_modules/.bin/jsdoc -t ./node_modules/jsdoc-rst-template/template/ --recurse path/to/your/js -d ./doc/rst
0.0.17

10 years ago

0.0.16

10 years ago

0.0.15

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago