radeklos

Results 1 issues of radeklos

Add method to Document to add paginated link - `next` and `prev`. Something like those: ``` python doc = Document() doc.next('/page/1").prev('/page/0") ``` ``` python doc = Document(pagination=PagePagination(...)) ``` ``` python...