diff --git a/README.rst b/README.rst index 01f1de0..666e23e 100644 --- a/README.rst +++ b/README.rst @@ -1,17 +1,17 @@ -.. begin-introduction - AABBTree - Axis-Aligned Bounding Box Trees ========================================== -.. only: html +.. begin-badges - |s-ci| - |s-cov| - |s-license| +|s-ci| +|s-cov| +|s-license| - |l-github| `Repository`_ - |l-rtd| `Documentation`_ - |l-pypi| `PyPI`_ +|l-github| `Repository`_ +|l-rtd| `Documentation`_ +|l-pypi| `PyPI`_ + +.. begin-introduction AABBTree is a pure Python implementation of a static d-dimensional axis aligned bounding box (AABB) tree. It is inspired by diff --git a/docs/source/index.rst b/docs/source/index.rst index 76b34b1..b2da3c1 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,5 +1,8 @@ .. AABBTree documentation master file. +.. include:: ../../README.rst + :end-before: .. begin-badges + .. Introduction .. include:: ../../README.rst :start-after: .. begin-introduction