Skip to content

Commit f4d658d

Browse files
author
Sean Cribbs
committed
Fixup the pager on the index page and point at the tutorial docs.
1 parent d59a5d7 commit f4d658d

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

docs/_templates/layout.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
{%- endif %}
1919
</ul>
2020
{% block body %}{% endblock %}
21+
<div class="clearfix">&nbsp;</div>
2122
<ul class="pager">
2223
{%- if prev %}
2324
<li class="previous">

docs/index.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@ Riak Python Client
1515
query
1616
advanced
1717

18+
Tutorial
19+
--------
20+
21+
The tutorial documentation has been converted to the `Basho Docs`_ as
22+
the `Taste of Riak: Python`_. The old tutorial_ that used to live here
23+
has been moved to the `Github Wiki`_ and is likely out-of-date.
24+
25+
.. _`Basho Docs`: http://docs.basho.com/
26+
.. _`Taste of Riak: Python`:
27+
http://docs.basho.com/riak/latest/dev/taste-of-riak/python/
28+
.. _tutorial:
29+
https://github.com/basho/riak-python-client/wiki/Tutorial-%28old%29
30+
.. _`Github Wiki`: https://github.com/basho/riak-python-client/wiki
31+
1832
Installation
1933
------------
2034

0 commit comments

Comments
 (0)