diff --git a/README.md b/README.md index 47b46b96..f860fda7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ -## Sol 2 +## Sol 2.0 [![Build Status](https://travis-ci.org/ThePhD/sol2.svg?branch=develop)](https://travis-ci.org/ThePhD/sol2) +[![Documentation Status](https://readthedocs.org/projects/sol2/badge/?version=latest)](http://sol2.readthedocs.org/en/latest/?badge=latest) Sol is a C++ library binding to Lua. It currently supports all Lua versions 5.1+ (LuaJIT 2.x included). Sol aims to be easy to use and easy to add to a project. The library is header-only for easy integration with projects. diff --git a/docs/source/conf.py b/docs/source/conf.py index a39662af..2fa0c6df 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ author = 'ThePhD' # built documents. # # The short X.Y version. -version = '2.0.0' +version = '2.0' # The full version, including alpha/beta/rc tags. release = '2.0.0' diff --git a/docs/source/index.rst b/docs/source/index.rst index 7c1ef16c..4e380079 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -3,13 +3,17 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -Sol 2.0.0 -========= +Sol 2.0 +======= a fast, simple C++ and Lua Binding ---------------------------------- When you need to hit the ground running with Lua and C++, `Sol`_ is the go-to framework for high-performance binding with an easy to use API. +.. image:: https://travis-ci.org/ThePhD/sol2.svg?branch=develop + :target: https://travis-ci.org/ThePhD/sol2 + :alt: build status + get going: ----------