Show More
@@ -1,5 +1,5 b'' | |||
|
1 | 1 | """ |
|
2 | Module containing additional handlers for the IPython directive's @doctest. | |
|
2 | Handlers for IPythonDirective's @doctest pseudo-decorator. | |
|
3 | 3 | |
|
4 | 4 | The Sphinx extension that provides support for embedded IPython code provides |
|
5 | 5 | a pseudo-decorator @doctest, which treats the input/output block as a |
@@ -1,5 +1,6 b'' | |||
|
1 | 1 | # -*- coding: utf-8 -*- |
|
2 | """Sphinx directive to support embedded IPython code. | |
|
2 | """ | |
|
3 | Sphinx directive to support embedded IPython code. | |
|
3 | 4 | |
|
4 | 5 | This directive allows pasting of entire interactive IPython sessions, prompts |
|
5 | 6 | and all, and their code will actually get re-executed at doc build time, with |
General Comments 0
You need to be logged in to leave comments.
Login now