Skip to content
GitLab
Menu
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
ca2e4357
Commit
ca2e4357
authored
Aug 17, 2019
by
Stephan Seitz
Browse files
Fix other output in {README.rst,docs/index.rst}
parent
f04c04a1
Pipeline
#17317
failed with stage
in 2 minutes
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
ca2e4357
...
...
@@ -61,7 +61,7 @@ Create a `pystencils.AssignmentCollection` with pystencils:
Subexpressions:
Main Assignments:
z[0,0] ←
y
_C*log(x_C*y_C)
z[0,0] ←
x
_C*log(x_C*y_C)
You can then obtain the corresponding backward assignments:
...
...
docs/index.rst
View file @
ca2e4357
...
...
@@ -52,7 +52,7 @@ Create a :class:`pystencils.AssignmentCollection` with pystencils:
Subexpressions:
Main Assignments:
z[0,0] ←
y
_C*log(x_C*y_C)
z[0,0] ←
x
_C*log(x_C*y_C)
You can then obtain the corresponding backward assignments:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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