Skip to content

Commit aaae262

Browse files
committed
a couple of minor indenting fixes
1 parent e95261f commit aaae262

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ this [README](https://github.com/craigbarratt/hass-pyscript-jupyter/blob/master/
6161

6262
* Add `pyscript:` to `<config>/configuration.yaml`; pyscript has one optional
6363
configuration parameter that allows any python package to be imported if set, eg:
64-
```yaml
65-
pyscript:
66-
allow_all_imports: true
67-
```
64+
```yaml
65+
pyscript:
66+
allow_all_imports: true
67+
```
6868
* Create the folder `<config>/pyscript`
6969
* Add files with a suffix of `.py` in the folder `<config>/pyscript`.
7070
* Restart HASS.

docs/configuration.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Configuration
55
one optional configuration parameter that allows any python package
66
to be imported if set, eg:
77

8-
.. code:: yaml
8+
.. code:: yaml
99
10-
pyscript:
11-
allow_all_imports: true
10+
pyscript:
11+
allow_all_imports: true
1212
1313
- Create the folder ``<config>/pyscript``
1414
- Add files with a suffix of ``.py`` in the folder ``<config>/pyscript``.

docs/tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ with:
1111

1212
.. code:: bash
1313
14-
wget https://github.com/craigbarratt/hass-pyscript-jupyter/raw/master/pyscript_tutorial.ipynb
14+
wget https://github.com/craigbarratt/hass-pyscript-jupyter/raw/master/pyscript_tutorial.ipynb
1515
1616
and open it with:
1717

1818
.. code:: bash
1919
20-
jupyter notebook pyscript_tutorial.ipynb
20+
jupyter notebook pyscript_tutorial.ipynb
2121
2222
You can step through each command by hitting <Shift>Enter. There are various ways to navigate and
2323
run cells in Jupyter that you can read in the Jupyter documentation.

0 commit comments

Comments
 (0)