diff --git a/README.rst b/README.rst index 0396b21..fee3b7a 100644 --- a/README.rst +++ b/README.rst @@ -70,11 +70,5 @@ For example: daemon = Daemonize(app="test_app", pid=pid, action=main, keep_fds=keep_fds) daemon.start() -API ---- - -.. automodule:: daemonize - :members: - .. |Build Status| image:: https://secure.travis-ci.org/thesharp/daemonize.png :target: http://travis-ci.org/thesharp/daemonize diff --git a/docs/index.rst b/docs/index.rst index 642532b..4d07a9e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -5,6 +5,13 @@ .. include:: ../README.rst +API +--- + +.. automodule:: daemonize + :members: + + Indices and tables ==================