Skip to content
Snippets Groups Projects
Commit 4c2a6d3c authored by David Weir's avatar David Weir
Browse files

README.md: Removed syntax hinting (':::C') from code block, as it doesn't work with GitLab.

parent 0bc41e08
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,6 @@ To try this out you will need: python 3, cython ...@@ -87,7 +87,6 @@ To try this out you will need: python 3, cython
compilation for you, you can by the way see the C code generated compilation for you, you can by the way see the C code generated
in test.c, the function call starts something like: in test.c, the function call starts something like:
:::C
static double __pyx_f_4test_integrand(CYTHON_UNUSED int __pyx_v_n, double *__pyx_v_args) static double __pyx_f_4test_integrand(CYTHON_UNUSED int __pyx_v_n, double *__pyx_v_args)
[`CYTHON_UNUSED` _I think_ because the argument n is not used in `integrand()`, but the standard rubric for `LowLevelCallable.from_cython()` needs it] [`CYTHON_UNUSED` _I think_ because the argument n is not used in `integrand()`, but the standard rubric for `LowLevelCallable.from_cython()` needs it]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment