From 24921c7409dcbda3657eb3c26f21b25eb5c51b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 16 Jan 2022 09:51:28 +0100 Subject: [PATCH] Doc++ --- doc/python/pages/changelog.rst | 6 +++--- doc/python/pages/credits.rst | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/python/pages/changelog.rst b/doc/python/pages/changelog.rst index 93ac88a..f033329 100644 --- a/doc/python/pages/changelog.rst +++ b/doc/python/pages/changelog.rst @@ -57,9 +57,9 @@ Changelog Python's ```` - 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 diff --git a/doc/python/pages/credits.rst b/doc/python/pages/credits.rst index bf90a88..6481900 100644 --- a/doc/python/pages/credits.rst +++ b/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 ` for license of Magnum Python -Bindings themselves and the +Please see the :ref:`main page ` for license of Magnum +Python Bindings themselves and the :doxygen-you-fool:`Third-party components ` 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 ` +:ref:`Magnum Python Bindings ` Bindings generated with :gh:`pybind11 `, released under a :label-success:`BSD-style license` (`license text `_,