Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 807 Bytes

README.rst

File metadata and controls

22 lines (15 loc) · 807 Bytes

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