diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-10-04 22:19:07 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-04 22:19:07 +0300 |
commit | 2d65472c725f18b343aee00bf91b9ac98c08b95f (patch) | |
tree | 530a0d6ffee4ee96e875302cbeba660c93056d41 /docs/markdown/Python-3-module.md | |
parent | 75dd9fb67f793c687fa45744f3b276e35c87ca09 (diff) | |
parent | b672ebca886dd6dc9b0f775eb769764750fd302c (diff) | |
download | meson-2d65472c725f18b343aee00bf91b9ac98c08b95f.zip meson-2d65472c725f18b343aee00bf91b9ac98c08b95f.tar.gz meson-2d65472c725f18b343aee00bf91b9ac98c08b95f.tar.bz2 |
Merge pull request #8960 from mensinda/yamlDoc
Reference Manual 2.0
Diffstat (limited to 'docs/markdown/Python-3-module.md')
-rw-r--r-- | docs/markdown/Python-3-module.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Python-3-module.md b/docs/markdown/Python-3-module.md index b89ea3e..1631b2a 100644 --- a/docs/markdown/Python-3-module.md +++ b/docs/markdown/Python-3-module.md @@ -10,7 +10,7 @@ This module is deprecated and replaced by the This is a cross platform way of finding the Python 3 executable, which may have a different name on different operating systems. Returns an -[external program](Reference-manual.md#external-program-object) +[[@external_program]] object. *Added 0.38.0* @@ -24,7 +24,7 @@ from `python` module. Creates a `shared_module` target that is named according to the naming conventions of the target platform. All positional and keyword arguments are the same as for -[shared_module](Reference-manual.md#shared_module). +[[shared_module]]. `extension_module` does not add any dependencies to the library so user may need to add `dependencies : dependency('python3')`, see |