Skip to content

Commit bc111da

Browse files
Update intro.rst
1 parent 27da59a commit bc111da

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/intro.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ The **Hydra.Python** package provides the Python bindings for the header-only C+
77
This library is an abstraction over the C++ library, so that daily work can be code and run with the much simpler Python language,
88
concentrating 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

1212
The library is written with ``Linux`` systems in mind, but compatibility with other platforms may be achieved with "hacks".
1313
Python 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

1921
Core features
@@ -37,5 +39,6 @@ Supported compilers
3739
History
3840
*******
3941
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

0 commit comments

Comments
 (0)