Browse Source

doc: forgot to list the Developers Guide among pages.

pull/17/head^2
Vladimír Vondruš 4 years ago
parent
commit
c72d7146b5
  1. 1
      doc/python/conf.py
  2. 9
      doc/python/pages/developers.rst

1
doc/python/conf.py

@ -164,6 +164,7 @@ INPUT_PAGES = [
'pages/api-conventions.rst',
'pages/changelog.rst',
'pages/credits.rst',
'pages/developers.rst',
'../../../magnum-examples/doc/python/examples.rst'
]

9
doc/python/pages/developers.rst

@ -30,7 +30,14 @@ Developers Guide
corrade
magnum
:summary: Checklists for developing new things in Magnum Python bindings
themselves
themselves.
.. role:: cmake(code)
:language: cmake
.. role:: cpp(code)
:language: c++
.. role:: py(code)
:language: py
`Checklist for adding / removing bindings for a library`_
=========================================================

Loading…
Cancel
Save