sage-package

Utilities for authoring SageMath packages


Keywords
SageMath, Sphinx, packaging, pip, setuptools, sphinx-extension
License
GPL-2.0+
Install
pip install sage-package==0.0.7

Documentation

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