Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pycodegen
pystencils_autodiff
Commits
e06bce03
Commit
e06bce03
authored
Aug 08, 2019
by
Stephan Seitz
Browse files
Extend README.rst, index.rst
parent
56098e15
Pipeline
#17054
failed with stage
in 1 minute and 40 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
e06bce03
...
...
@@ -15,10 +15,12 @@
pystencils_autodiff
===================
This repo add automatic differentiation to `pystencils <https://i10git.cs.fau.de/seitz/pystencils>`_.
Installation
------------
Install via pip
:
Install via pip:
.. code-block:: bash
...
...
@@ -30,6 +32,11 @@ 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
-----
...
...
docs/index.rst
View file @
e06bce03
...
...
@@ -4,8 +4,11 @@ pystencils-autodiff
This is the documentation of **pystencils-autodiff**.
Installation
------------
This document assumes that you are already familiar with `pystencils <https://i10git.cs.fau.de/seitz/pystencils>`_.
If not, here is a good `tutorial to start <http://pycodegen.pages.walberla.net/pystencils/notebooks/01_tutorial_getting_started.html>`_.
Installation of this Auto-Diff Extension
----------------------------------------
Install via pip :
...
...
@@ -23,6 +26,9 @@ or if you downloaded this `repository <https://github.com/theHamsta/pystencils_a
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::
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment