Skip to content

sagemath/sage-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sage-package: Utilities for authoring packages for SageMath

Documentation Status

This experimental package provides utilities for authoring SageMath packages:

  • sage_package.setuptools: utilities for the setup.py. At this stage, just a command for running tests.
  • sage_package.sphinx: Sphinx theme and configuration to write and render documentation as in Sage.

For an example of use, see http://github.com/sagemath/sage_sample .

Recent features

0.0.7: Live documentation with Thebe