##// END OF EJS Templates
Remove some of the cast_unicode as we can prove they are not bytes....
Remove some of the cast_unicode as we can prove they are not bytes. 1) inspect getdoc impementation return None if docs is not str. 2) if a value is split, joined, or concatenated with str, it must be str, or we woudl get a type error.

File last commit:

r22966:0bc738e8
r25333:f984edc3
Show More
index.rst
12 lines | 164 B | text/x-rst | RstLexer
Fernando Perez
Update docs for automatic API building.
r1850 .. _api-index:
###################
The IPython API
###################
Thomas Kluyver
Remove matplotlib requirement for building docs...
r22966 .. only:: html
Fernando Perez
Update docs for automatic API building.
r1850
:Release: |version|
:Date: |today|
Paul Ivanov
fix api docs post txt -> rst rename
r11758 .. include:: generated/gen.txt