davemds pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=e4863ad02001f60c97647b0fe9218c259b165a8a
commit e4863ad02001f60c97647b0fe9218c259b165a8a Author: davemds <d...@gurumeditation.it> Date: Sun Oct 20 20:08:00 2013 +0200 www: docs page: add a new link to the python bindings documentation --- public_html/p/docs/en-body | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public_html/p/docs/en-body b/public_html/p/docs/en-body index 85f0dea..257bd9d 100644 --- a/public_html/p/docs/en-body +++ b/public_html/p/docs/en-body @@ -156,6 +156,10 @@ version(auto-generated daily from SVN source) for EFL libraries is on the right. <?php blinkurl("i/logo-s.png", "EPDF", "http://docs.enlightenment.org/auto/epdf"); ?> </td> </tr> + <tr> + <td colspan=2> + <?php blinkurl("i/logo-s.png", "PYTHON BINDINGS", "https://build.enlightenment.org/job/base_pyefl_build/lastSuccessfulBuild/artifact/build/sphinx/html/index.html"); ?> + </td> </tr> </table> </center> --