Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pystencils_autodiff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
pycodegen
pystencils_autodiff
Commits
e06bce03
Commit
e06bce03
authored
5 years ago
by
Stephan Seitz
Browse files
Options
Downloads
Patches
Plain Diff
Extend README.rst, index.rst
parent
56098e15
No related branches found
No related tags found
No related merge requests found
Pipeline
#17054
failed
5 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+8
-1
8 additions, 1 deletion
README.rst
docs/index.rst
+8
-2
8 additions, 2 deletions
docs/index.rst
with
16 additions
and
3 deletions
README.rst
+
8
−
1
View file @
e06bce03
...
@@ -15,10 +15,12 @@
...
@@ -15,10 +15,12 @@
pystencils_autodiff
pystencils_autodiff
===================
===================
This repo add automatic differentiation to `pystencils <https://i10git.cs.fau.de/seitz/pystencils>`_.
Installation
Installation
------------
------------
Install via pip
:
Install via pip:
.. code-block:: bash
.. code-block:: bash
...
@@ -30,6 +32,11 @@ or if you downloaded this `repository <https://github.com/theHamsta/pystencils_a
...
@@ -30,6 +32,11 @@ or if you downloaded this `repository <https://github.com/theHamsta/pystencils_a
pip install -e .
pip install -e .
Then, you can access the submodule `pystencils.autodiff`.
.. code-block:: python
import pystencils.autodiff
Usage
Usage
-----
-----
...
...
This diff is collapsed.
Click to expand it.
docs/index.rst
+
8
−
2
View file @
e06bce03
...
@@ -4,8 +4,11 @@ pystencils-autodiff
...
@@ -4,8 +4,11 @@ pystencils-autodiff
This is the documentation of **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 :
Install via pip :
...
@@ -23,6 +26,9 @@ or if you downloaded this `repository <https://github.com/theHamsta/pystencils_a
...
@@ -23,6 +26,9 @@ or if you downloaded this `repository <https://github.com/theHamsta/pystencils_a
Usage
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:
Create a :class:`pystencils.AssignmentCollection` with pystencils:
.. testcode::
.. testcode::
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment