Skip to content

precimed/sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sandbox

Public repository for misc experiments

Automated unit-tests on Travis-CI

Build Status

The build script runs python tests and matlab tests each time when someone pushes new code to this repository. See .travis.yml script for build configuration.

Read the Docs documentation

The online documentation for this repository is written in reST (reStructuredText) [1] using Sphinx documentation system [2] and Read the Docs [3].

To create an HTML version of the docs:

  • Install Sphinx (using sudo pip install Sphinx or some other method)

  • Install readthedocs theme (using sudo pip install sphinx_rtd_theme or some other method)

  • From docs/ directory, type make html

The documentation in docs/_build/html/index.html can then be viewed in a web browser.

  1. http://docutils.sourceforge.net/rst.html
  2. http://sphinx-doc.org/
  3. https://readthedocs.org/

About

Public sandbox repository for misc experiments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published