From 8d6f21b00335f2ceafd0eb7e9663f9683ab33f06 Mon Sep 17 00:00:00 2001 From: Remi Lehe Date: Wed, 8 Mar 2017 00:18:36 -0800 Subject: Added 3 sections in the documentation --- Python/pywarpx/WarpX.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Python/pywarpx/WarpX.py') diff --git a/Python/pywarpx/WarpX.py b/Python/pywarpx/WarpX.py index 976d94c74..e9ec7cca4 100644 --- a/Python/pywarpx/WarpX.py +++ b/Python/pywarpx/WarpX.py @@ -2,6 +2,9 @@ from .Bucket import Bucket from . import warpxC class WarpX(Bucket): + """ + A Python wrapper for the WarpX C++ class + """ def init(self): self.warpx = warpxC.WarpX.GetInstance() -- cgit v1.2.3