/sage-package

Utilities for authoring packages for SageMath. Source repository for https://pypi.org/project/sage-package/

Primary LanguageHTMLGNU General Public License v2.0GPL-2.0

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