<div dir="ltr">Hi Jon,<div><br></div><div>That's a mistake. My guess is, the term is a survivor from pre-sphinx days when the python documentation and we had ps and pdf as output.</div><div>At the moment, only pdf output is published and will remove the wording on ps from docs. </div><div><br></div><div>You can get a postscript output by downloading python source.</div><div><br></div><div>$cd Docs</div><div>$make latex</div><div>$cd build/latex</div><div>$make all-ps  # Seems to crash </div><div><br></div><div>Or, you could do:</div><div><br></div><div>$pdf2ps on the pdf files.</div><div><br></div><div>HTH,</div><div>Senthil</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 13, 2016 at 2:04 PM, Jon Snow via docs <span dir="ltr"><<a href="mailto:docs@python.org" target="_blank">docs@python.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div text="#000000" bgcolor="#FFFFFF">
    It's said on the <font color="#0077ae"><a href="https://www.python.org/downloads/" target="_blank">downloads</a></font>
    page, on the "Other useful links" section, that you can view the
    documentation or download it in HTML, PostScript, PDF and other
    formats. I can't find the PostScript format among the other download
    options.<br>
  </div>

<br>_______________________________________________<br>
docs mailing list<br>
<a href="mailto:docs@python.org">docs@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/docs" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/docs</a><br>
<br></blockquote></div><br></div>