Skip to content

Commit 8e39338

Browse files
committed
minor doc improvements
1 parent ef4fec1 commit 8e39338

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

docs/source/examples/slideshow.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ def next_image(event):
1010

1111
return idom.html.img(
1212
{
13-
"src": f"https://picsum.photos/400/200?image={index}",
13+
"src": f"https://picsum.photos/id/{index}/800/300",
1414
"style": {"cursor": "pointer"},
15-
"height": "300px",
1615
"onClick": next_image,
1716
}
1817
)

docs/source/index.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
IDOM
22
====
33

4-
Libraries for defining and controlling interactive webpages with Python
5-
3.7 and above.
6-
74
.. toctree::
85
:hidden:
96

@@ -41,6 +38,8 @@ Libraries for defining and controlling interactive webpages with Python
4138
Community <https://github.com/idom-team/idom/discussions>
4239
Issues <https://github.com/idom-team/idom/issues>
4340

41+
A package for building highly interactive user interfaces in pure Python inspred by
42+
`ReactJS <https://reactjs.org/>`__.
4443

4544
At a Glance
4645
-----------

requirements/build-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sphinx ==3.5.4
22
sphinx-autodoc-typehints ==1.7.0
33
furo ==2020.10.13b12
4-
sphinx-panels ==0.5.0
4+
sphinx-panels ==0.6.0
55
setuptools_scm
66
sphinx-copybutton ==0.3.0
77
sphinx-autobuild ==2020.9.1

0 commit comments

Comments
 (0)