Skip to content

A Sphinx extension for producing proof, theorem, lemma, definition, remark, conjecture, corollary and algorithm directives.

License

Notifications You must be signed in to change notification settings

AakashGfude/sphinxcontrib-prettyproof

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sphinxcontrib-prettyproof

Documentation Status

A proof extension for Sphinx.

This package contains a Sphinx extension for producing proof, theorem, axiom, lemma, definition, criteria, remark, conjecture, corollary, algorithm and exercise directives.

Get started

To get started with sphinxcontrib-prettyproof, first install it through pip:

pip install sphinxcontrib-prettyproof

then, add sphinxcontrib.prettyproof to your sphinx extensions in the conf.py

...
extensions = ["sphinxcontrib.prettyproof"]
...

Documentation

See the Sphinxcontrib Pretty Proof documentation for more information.

About

A Sphinx extension for producing proof, theorem, lemma, definition, remark, conjecture, corollary and algorithm directives.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 70.4%
  • CSS 11.4%
  • HTML 7.0%
  • Batchfile 6.2%
  • Makefile 5.0%