Changes between Initial Version and Version 1 of Ticket #24784, comment 7
- Timestamp:
- 08/21/18 09:13:56 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24784, comment 7
initial v1 5 5 I think something a little deeper to do with IPython output formatting is going on here. I don't think we want a hack workaround; especially since there can be non-ASCII characters in other search results, and sometimes we'll want those too. 6 6 7 (Incidentally, the output of `search_doc` is pretty atrocious to begin with. Why does it output all this HTML instead of searching and returning results from the plain-text docs? What use is having search results from the auto-generated index, for that matter? )7 (Incidentally, the output of `search_doc` is pretty atrocious to begin with. Why does it output all this HTML instead of searching and returning results from the plain-text docs? What use is having search results from the auto-generated index, for that matter? Anyways, that's a separate issue; it just surprises me every time I see it...)