File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,15 @@ The **Hydra.Python** package provides the Python bindings for the header-only C+
7
7
This library is an abstraction over the C++ library, so that daily work can be code and run with the much simpler Python language,
8
8
concentrating on the logic and leaving all the complex memory management and optimisations to the C++ library.
9
9
10
- The bindings are produced with [ pybind11](http://pybind11.readthedocs.io/). The project makes use of [ CMAKE](https://cmake.org/) .
10
+ The bindings are produced with ` pybind11 `_. The project makes use of ` CMAKE `_ .
11
11
12
12
The library is written with ``Linux `` systems in mind, but compatibility with other platforms may be achieved with "hacks".
13
13
Python 2.7, and 3.x are supported.
14
14
15
15
16
16
.. _Hydra : https://github.com/MultithreadCorner/Hydra
17
+ .. _pybind11 : http://pybind11.readthedocs.io/
18
+ .. _CMAKE : https://cmake.org/
17
19
18
20
19
21
Core features
@@ -37,5 +39,6 @@ Supported compilers
37
39
History
38
40
*******
39
41
The development of **Hydra.Python ** started as a
40
- [2017 Google Summer of Code project](https://summerofcode.withgoogle.com/projects/#6669304945704960)
41
- with student Deepanshu Thakur.
42
+ 2017 Google Summer of Code project (`GSoC `_) with student Deepanshu Thakur.
43
+
44
+ .. _GSoC : https://summerofcode.withgoogle.com/projects/#6669304945704960
You can’t perform that action at this time.
0 commit comments