From f0eb706f5997c3bf419a3028886b6cd1ea402b14 Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Thu, 8 Aug 2019 05:00:25 +0200 Subject: [PATCH] Update index.rst --- docs/index.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 7e85c2d..bb39e06 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -22,13 +22,15 @@ or if you downloaded this `repository <https://github.com/theHamsta/pystencils_a pip install -e . +Then, you can access the submodule `pystencils.autodiff`. + +.. code-block:: python + + import pystencils.autodiff Usage ----- -This tutorial assumes that you are already familiar with pystencils. -If not here is a good point to `start <http://pycodegen.pages.walberla.net/pystencils/notebooks/01_tutorial_getting_started.html>`_. - Create a :class:`pystencils.AssignmentCollection` with pystencils: .. testcode:: -- GitLab