##// END OF EJS Templates
Hide dynamically defined metaclass base from Sphinx....
Hide dynamically defined metaclass base from Sphinx. The inheritance diagram extension in Sphinx 1.2 stores class references, which Sphinx then tries to pickle. This chokes on our dynamically defined base classes from the with_metaclass function. Starting the name with an underscore makes Sphinx ignore the class. (Bug obscurity/fix simplicity) ratio is high.

File last commit:

r11758:e7c96312
r13584:cbe18349
Show More
index.rst
12 lines | 163 B | text/x-rst | RstLexer
Fernando Perez
Update docs for automatic API building.
r1850 .. _api-index:
###################
The IPython API
###################
.. htmlonly::
:Release: |version|
:Date: |today|
Paul Ivanov
fix api docs post txt -> rst rename
r11758 .. include:: generated/gen.txt