diff --git a/docs/tutorials/entrypoints.rst b/docs/tutorials/entrypoints.rst deleted file mode 100644 index 71abcdd3b..000000000 --- a/docs/tutorials/entrypoints.rst +++ /dev/null @@ -1,17 +0,0 @@ -.. SPDX-FileCopyrightText: 2023 The meson-python developers -.. -.. SPDX-License-Identifier: MIT - -.. _tutorials-entrypoints: - -************ -Entry points -************ - - -.. todo:: - - - Mention what is the purpose of entry points - - Give an example of a console entry point - - Give an example of a custom entry point - - Mention pluggy maybe for an example use-case?