Browse Source

Doc++

pull/15/head
Vladimír Vondruš 4 years ago
parent
commit
24921c7409
  1. 6
      doc/python/pages/changelog.rst
  2. 6
      doc/python/pages/credits.rst

6
doc/python/pages/changelog.rst

@ -57,9 +57,9 @@ Changelog
Python's ``<Python.h>``
- Applied minor performance fixes suggested by Clang Tidy (see :gh:`mosra/magnum-bindings#10`)
- Linux and macOS builds were migrated from Travis to Circle CI
- On CMake 3.16 and newer, `FindMagnumBindings.cmake` can provide additional
details if some component is not found
- The Homebrew package now uses `std_cmake_args` instead of hardcoded build
- On CMake 3.16 and newer, ``FindMagnumBindings.cmake`` can provide
additional details if some component is not found
- The Homebrew package now uses ``std_cmake_args`` instead of hardcoded build
type and install prefix, which resolves certain build issues (see
:gh:`mosra/homebrew-magnum#6`)
- Added a caster for :dox:`Containers::Optional`, allowing it to be used

6
doc/python/pages/credits.rst

@ -42,13 +42,13 @@ Credits
While Magnum Python Bindings themselves don't depend on much, a lot of
third-party components is used transitively from the Magnum C++ implementation.
Please see the `main page <std:doc:index#license>` for license of Magnum Python
Bindings themselves and the
Please see the :ref:`main page <std:doc:index#license>` for license of Magnum
Python Bindings themselves and the
:doxygen-you-fool:`Third-party components <https://doc.magnum.graphics/magnum/credits-third-party.html>`
page of C++ docs for a detailed overview of all used components. The list below
uses the same color-coding scheme for easier overview:
`Magnum Python Bindings <std:doc:index>`
:ref:`Magnum Python Bindings <std:doc:index>`
Bindings generated with :gh:`pybind11 <pybind/pybind11>`, released under a
:label-success:`BSD-style license`
(`license text <https://github.com/pybind/pybind11/blob/master/LICENSE>`_,

Loading…
Cancel
Save