Skip to content

seequent/sphinxcontrib-pyexec

Repository files navigation

PyExec

Documentation Status Build Status

A sphinx extension for running python code and displaying both the input and output sphinx documentation.

In the conf.py add PyExec to your extensions.

In the ReStructuredText file, use the exec environment

  .. exec::
    print 2 + 2

To output python code & the results in your documentation.

  >> print 2 + 2
  4

Note that you need to include the print statement for the output to be shown. To see it in action, checkout the Properties documentation.

Based on

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published