##// END OF EJS Templates
Fix see also in docstrings so API docs build.
Thomas Kluyver -
Show More
@@ -984,7 +984,7 b' Currently the magic system has the following functions:\\n"""'
984 984
985 985 See Also
986 986 --------
987 %reset_selective
987 magic_reset_selective
988 988
989 989 Examples
990 990 --------
@@ -1095,7 +1095,7 b' Currently the magic system has the following functions:\\n"""'
1095 1095
1096 1096 See Also
1097 1097 --------
1098 %reset
1098 magic_reset
1099 1099
1100 1100 Examples
1101 1101 --------
General Comments 0
You need to be logged in to leave comments. Login now