diff --git a/docs/rolereference.rst b/docs/rolereference.rst index e2e73e55fc4d56dbbfd663f7fb04ad3408f77de5..147edd5f275fc71be8c4f22e5ab5d160d3c35075 100644 --- a/docs/rolereference.rst +++ b/docs/rolereference.rst @@ -1,3 +1,5 @@ +.. _rolereference: + Role Reference ============== diff --git a/docs/usage.rst b/docs/usage.rst index e51e88ce6bf2160e412ff27f6cc16e3ef8cac0b4..b272f2b3338e6f795b641ce714b012e97ee9d055 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -1669,3 +1669,15 @@ them a bit just to be on the safe side: 8. At this point Django Wiki has been installed, and you should be able to open the URL https://wiki.example.com/ (or http://wiki.example.com/) and log-in into *Django Wiki* with username ``admin`` and password ``admin``. + + +Where to go next? +----------------- + +Well, those were some rather lengthy usage instructions, but hopefuly they are +useful. Things you might want to check-out next: + +* :ref:`rolereference` +* :ref:`testsite` +* Finally, if it tickles your interest, have a look at role implementations + themselves.