[ci skip] Some link fixups and a missed api topic include

This commit is contained in:
ThePhD 2019-05-29 07:10:18 -04:00
parent e256012de1
commit 75b89fb647
No known key found for this signature in database
GPG Key ID: 1509DB1C0F702BFA
2 changed files with 5 additions and 4 deletions

View File

@ -16,6 +16,7 @@ Browse the various function and classes :doc:`sol<../index>` utilizes to make yo
stack_reference
make_reference
table
table_traversal_keys
userdata
environment
this_environment

View File

@ -304,8 +304,8 @@ Some more things you can do/read about:
* :doc:`resolve<../api/resolve>` overloads in case you have overloaded functions; a cleaner casting utility. You must use this to emulate default parameters.
.. _.safe_script: https://github.com/ThePhD/sol2/tree/develop/examples/source/tutorials/quick_n_dirty/running_lua_code_safely.cpp
.. _develop custom loaders: https://github.com/ThePhD/sol2/blob/develop/examples/custom_reader.cpp
.. _basic example: https://github.com/ThePhD/sol2/blob/develop/examples/usertype.cpp
.. _special functions example: https://github.com/ThePhD/sol2/blob/develop/examples/usertype_special_functions.cpp
.. _initializers example: https://github.com/ThePhD/sol2/blob/develop/examples/usertype_initializers.cpp
.. _develop custom loaders: https://github.com/ThePhD/sol2/blob/develop/examples/source/custom_reader.cpp
.. _basic example: https://github.com/ThePhD/sol2/blob/develop/examples/source/usertype.cpp
.. _special functions example: https://github.com/ThePhD/sol2/blob/develop/examples/source/usertype_special_functions.cpp
.. _initializers example: https://github.com/ThePhD/sol2/blob/develop/examples/source/usertype_initializers.cpp
.. _sol3 tutorial examples: https://github.com/ThePhD/sol2/tree/develop/examples/source/tutorials/quick_n_dirty