Skip to content

Latest commit

 

History

History
73 lines (50 loc) · 1.6 KB

File metadata and controls

73 lines (50 loc) · 1.6 KB

Source.Python documentation

Welcome to the Source.Python documentation!

Source.Python is an open-source project that uses Boost.Python to allow scripters to interact with Valve's Source-engine. In this wiki, you will find documentation on how to install, update, and use Source.Python.

Source.Python is currently embedding Python 3.13 and will be upgraded from time to time.

General

.. toctree::
   :maxdepth: 1

   general/installation
   general/updating
   general/config-auth
   general/sp-commands
   general/known-issues
   general/reporting-a-bug
   general/credits

Developing with Source.Python

.. toctree::
   :maxdepth: 2
   :glob:

   developing/getting-started
   developing/events
   developing/module_tutorials

Contributing to Source.Python

.. toctree::
   :maxdepth: 2
   :glob:

   contributing/building
   contributing/contributing
   contributing/coding-conventions
   contributing/todos

Indices and tables

Other helpful links