diff options
Diffstat (limited to '3rdparty/sol2/docs/source/index.rst')
-rw-r--r-- | 3rdparty/sol2/docs/source/index.rst | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/3rdparty/sol2/docs/source/index.rst b/3rdparty/sol2/docs/source/index.rst index b1ec3a4f276..ca5233398c7 100644 --- a/3rdparty/sol2/docs/source/index.rst +++ b/3rdparty/sol2/docs/source/index.rst @@ -7,8 +7,8 @@ :target: https://github.com/ThePhD/sol2 :alt: sol2 repository -Sol 2.14 -======== +Sol |version| +============= a fast, simple C++ and Lua Binding ---------------------------------- @@ -18,6 +18,11 @@ When you need to hit the ground running with Lua and C++, `Sol`_ is the go-to fr :target: https://travis-ci.org/ThePhD/sol2 :alt: build status +.. image:: https://badges.gitter.im/chat-sol2/Lobby.svg + :target: https://gitter.im/chat-sol2/Lobby + :alt: chat about sol2 on gitter + + get going: ---------- @@ -27,7 +32,10 @@ get going: tutorial/all-the-things tutorial/tutorial-top + errors features + usertypes + traits api/api-top mentions benchmarks @@ -43,7 +51,7 @@ get going: "I need feature X, maybe you have it?" -------------------------------------- -Take a look at the :doc:`Features<features>` page: it links to much of the API. You can also just straight up browse the :doc:`api<api/api-top>` or ease in with the :doc:`tutorials<tutorial/tutorial-top>`. Don't see a feature you want? Send inquiries for support for a particular abstraction to the `issues`_ tracker. +Take a look at the :doc:`Features<features>` page: it links to much of the API. You can also just straight up browse the :doc:`api<api/api-top>` or ease in with the :doc:`tutorials<tutorial/tutorial-top>`. To know more about the implementation for usertypes, see :doc:`here<usertypes>` To know how function arguments are handled, see :ref:`this note<function-argument-handling>`. Don't see a feature you want? Send inquiries for support for a particular abstraction to the `issues`_ tracker. the basics: |