Search code examples
pythoncherrypydoc

Cherrypy website does not work, where to find documentation?


Today I found out that cherrypy documentation page does not work anymore. Does anyone know an alternative source of documentation?


Solution

  • python
    >>> import cherrypy
    >>> help(cherrypy)
    

    Might be a good option or http://docs.cherrypy.org/stable/ works for me!