We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c09b9fd commit 0dba83dCopy full SHA for 0dba83d
doc/postprocess.py
@@ -44,6 +44,7 @@ def process_tex(lines):
44
"""
45
new_lines = []
46
for line in lines:
47
+ line = unicode(line, 'utf-8').replace(u"\00a0", u"~").encode('utf-8')
48
if (line.startswith(r'\section{numpy.')
49
or line.startswith(r'\subsection{numpy.')
50
or line.startswith(r'\subsubsection{numpy.')
0 commit comments