Skip to content

Commit 7ca2015

Browse files
committed
Test change
1 parent c8bc20b commit 7ca2015

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

docs/source/contributing/installation.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ $ cd in2lambda
1212
```
1313

1414
The project can then be installed using [poetry](https://python-poetry.org/):
15+
(make sure you are in the top folder, which is the folder that contains pyproject.toml file)
1516

1617
```shell
1718
$ poetry install
@@ -20,6 +21,11 @@ $ pre-commit install
2021
$ in2lambda --help
2122
```
2223

24+
To exit the environment:
25+
```shell
26+
$ exit
27+
```
28+
2329
:::{admonition} Using pip
2430
:class: dropdown
2531

in2lambda/json_convert/json_convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def converter(
1818
"""Turns a list of question objects into Lambda Feedback JSON.
1919
2020
Args:
21-
template: The loaded JSON from the minimal template.
21+
template: The loaded JSON from the minimal template (it needs to be in sync).
2222
ListQuestions: A list of question objects.
2323
output_dir: The absolute path for where to produced the final JSON/zip files.
2424
"""

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "in2lambda"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Converts content ready for import into Lambda Feedback"
55
authors = []
66
license = "MIT"

0 commit comments

Comments
 (0)