Skip to content

Commit 0c2a1d7

Browse files
Tiny improvements to intro.rst.
1 parent 23c26cf commit 0c2a1d7

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

docs/PhaseSpaceExample.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
.. image:: hydra_logo.png
2-
31
Phase Space Example
42
====================
53
This page is basically to demonstrate, how the PhaseSpace class with N

docs/intro.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
About this project
22
==================
33
The **Hydra.Python** package provides the Python bindings for the header-only C++ `Hydra`_ library.
4-
This library is an abstraction over the C++ library, so that daily work can be code and run with the Python language,
4+
This library is an abstraction over the C++ library, so that daily work can be coded and run with the Python language,
55
concentrating on the logic and leaving all the complex memory management and optimisations to the C++ library.
66

7-
The bindings are produced with `pybind11`_. The project makes use of `CMAKE`_.
7+
The bindings are produced with `pybind11`_. The project makes use of `CMAKE`_ for what concerns the building of the Hydra.Python library.
88

99
The library is written with ``Linux`` systems in mind, but compatibility with other platforms may be achieved with "hacks".
10-
Python 2.7, and 3.x are supported.
10+
Python versions 2.7, and 3.x are supported.
1111

1212

1313
.. _Hydra: https://github.com/MultithreadCorner/Hydra
@@ -18,11 +18,10 @@ Python 2.7, and 3.x are supported.
1818
Core features
1919
*************
2020
The core functionality of Hydra has been exposed to Python.
21-
2221
The following core C++ features of Hydra can be mapped to Python:
2322

2423
- The continuous expansion of the original Hydra library.
25-
- Support for ``particles`` with ``Vector4R`` class.
24+
- Support for particles with ``Vector4R`` class.
2625
- Support for containers like ``Events`` or ``Decay``.
2726

2827

0 commit comments

Comments
 (0)