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
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
ift
NIFTy
Commits
643970ef
Commit
643970ef
authored
Jul 07, 2021
by
Philipp Arras
Browse files
Typo
parent
478db3fd
Pipeline
#105148
passed with stages
in 15 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docs/source/dev/index.rst
View file @
643970ef
...
...
@@ -5,8 +5,8 @@ Contributing to NIFTy
Coding conventions
------------------
We do not
to
use pure Python `assert` statements in production code. They are
not
guaranteed to by executed by Python and can be turned off by the user
We do not use pure Python `assert` statements in production code. They are
not
guaranteed to by executed by Python and can be turned off by the user
(`python -O` in cPython). As an alternative use `ift.myassert`.
...
...
@@ -17,4 +17,6 @@ To build the documentation from source, install `sphinx
<https://www.sphinx-doc.org/en/stable/index.html>`_ and the `pydata sphinx theme
<https://github.com/readthedocs/sphinx_rtd_theme>`_ on your system and run
sh docs/generate.sh
.. code-block:: sh
sh docs/generate.sh
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