Skip to content

Commit

Permalink
Fix tutorial table of contents. Improve answers to exercises.
Browse files Browse the repository at this point in the history
  • Loading branch information
ynikitenko committed Apr 12, 2020
1 parent 80037a8 commit 82a033e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Tutorial
:caption: Contents:

Introduction <tutorial/1-introduction>
Split <tutorial/2-split>
Answers to exercises <tutorial/answers>

..
Split <tutorial/2-split>
Split analysis into bins <tutorial/3_split_into_bins>
Sequences and elements <tutorial/5_sequences_elements>
Expand Down
2 changes: 2 additions & 0 deletions docs/source/tutorial/answers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ Ex. 3
.. code-block:: python
FillRequest(fill_compute_el, request="compute")
# or
FillRequest(fill_compute_el, reset=False)
Ex. 4
^^^^^
Expand Down

0 comments on commit 82a033e

Please sign in to comment.