Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cython and Scipy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Weir
Cython and Scipy
Commits
4c2a6d3c
Commit
4c2a6d3c
authored
4 years ago
by
David Weir
Browse files
Options
Downloads
Patches
Plain Diff
README.md: Removed syntax hinting (':::C') from code block, as it doesn't work with GitLab.
parent
0bc41e08
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+0
-1
0 additions, 1 deletion
README.md
with
0 additions
and
1 deletion
README.md
+
0
−
1
View file @
4c2a6d3c
...
@@ -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]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment