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+
77This library is an abstraction over the C++ library, so that daily work can be code and run with the much simpler Python language,
88concentrating on the logic and leaving all the complex memory management and optimisations to the C++ library.
99
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 `_ .
1111
1212The library is written with ``Linux `` systems in mind, but compatibility with other platforms may be achieved with "hacks".
1313Python 2.7, and 3.x are supported.
1414
1515
1616.. _Hydra : https://github.com/MultithreadCorner/Hydra
17+ .. _pybind11 : http://pybind11.readthedocs.io/
18+ .. _CMAKE : https://cmake.org/
1719
1820
1921Core features
@@ -37,5 +39,6 @@ Supported compilers
3739History
3840*******
3941The 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