File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,11 @@ That is, embed Clang and LLVM as a libraries in their codebases.
22
22
The API are designed to be minimalistic and aid non-trivial tasks such as language interoperability on the fly.
23
23
In such scenarios CppInterOp can be used to provide the necessary introspection information to the other side helping the language cross talk.
24
24
25
- [ Installation] ( #build-instructions )
26
-
27
- [ Documentation] ( https://cppinterop.readthedocs.io/en/latest/index.html )
28
-
29
- [ CppInterOp API Documentation] ( https://cppinterop.readthedocs.io/en/latest/build/html/index.html )
25
+ <div align =" center " >
30
26
31
- Try Jupyter Lite CppInterOp demo by clicking below
27
+ [ Installation ] ( #build-instructions ) | [ Documentation ] ( https://cppinterop.readthedocs.io/en/latest/index.html ) | [ CppInterOp API Documentation ] ( https://cppinterop.readthedocs.io/en/latest/build/html/index.html ) | [ ![ lite-badge ] ( https://jupyterlite.rtfd.io/en/latest/_static/badge.svg )] ( https://compiler-research.github.io/CppInterOp/lab/index.html )
32
28
33
- [ ![ lite-badge ] ( https://jupyterlite.rtfd.io/en/latest/_static/badge.svg )] ( https://compiler-research.github.io/CppInterOp/lab/index.html )
29
+ </ div >
34
30
35
31
## CppInterOp Introduction
36
32
You can’t perform that action at this time.
0 commit comments