[ci-skip] Documentation updates

This commit is contained in:
ThePhD 2016-06-20 07:09:29 -04:00
parent 0faacb5d2c
commit 38dcd85132
4 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@ consistent to those found in the repository.
They are as follows (more will be added as they come up): They are as follows (more will be added as they come up):
- No spaces between parentheses. e.g. `f(g())` not `f ( g ( ) )`. - No spaces between parentheses. e.g. `f(g())` not `f ( g ( ) )`.
- No tabs allowed. Use 4 space indentation. - Tabs for indentation, spaces for alignment.
- Bracing style is - Bracing style is
```cpp ```cpp

View File

@ -1,4 +1,4 @@
## Sol 2.5 ## Sol 2.8
[![Build Status](https://travis-ci.org/ThePhD/sol2.svg?branch=develop)](https://travis-ci.org/ThePhD/sol2) [![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) [![Documentation Status](https://readthedocs.org/projects/sol2/badge/?version=latest)](http://sol2.readthedocs.org/en/latest/?badge=latest)

View File

@ -59,9 +59,9 @@ author = 'ThePhD'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '2.5' version = '2.8'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '2.5.2' release = '2.8.5'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@ -7,7 +7,7 @@
:target: https://github.com/ThePhD/sol2 :target: https://github.com/ThePhD/sol2
:alt: sol2 repository :alt: sol2 repository
Sol 2.5 Sol 2.8
======= =======
a fast, simple C++ and Lua Binding a fast, simple C++ and Lua Binding
---------------------------------- ----------------------------------