Skip to content

jasonpell/edda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software for personal or collaborative commenting of Sphinx code, inspired
by Ian Bicking's Commentary.

To run (UNIX), you'll need Python 2.6, virtualenv and setuptools.  Then
check it out::

   % git clone git://github.com/ctb/edda.git
   % cd edda

Use a virtualenv to install everything necessary::

   % python2.6 -m virtualenv env
   % . env/bin/activate
   % easy_install sphinx

Assuming that succeeded, do:

   % cd doc
   % make html
   % python ../bin/serve-doc

...and then go to 'http://localhost:8555/'.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.4%
  • Python 2.6%