Skip to content

Commit

Permalink
Merge pull request #87 from mrakitin/update-docs-and-dev-reqs
Browse files Browse the repository at this point in the history
Update docs and development requirements
  • Loading branch information
danielballan committed Apr 15, 2021
2 parents 909684f + 7ea5083 commit 70a0932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/guiding-design-principles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function, shortening this:

.. code-block:: python
get_image(filename, normalize=True, beginning=0, end=None):
def get_image(filename, normalize=True, beginning=0, end=None):
...
into this:
Expand Down
1 change: 1 addition & 0 deletions {{ cookiecutter.repo_name }}/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ coverage
flake8
pytest
sphinx
twine
# These are dependencies of various sphinx extensions for documentation.
ipython
matplotlib
Expand Down

0 comments on commit 70a0932

Please sign in to comment.