Skip to content

Commit d8f4592

Browse files
committed
update helpful links
1 parent c83ccdc commit d8f4592

File tree

1 file changed

+7
-27
lines changed

1 file changed

+7
-27
lines changed

docs/source/index.rst

Lines changed: 7 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ Libraries for defining and controlling interactive webpages with Python
2828
Early Days
2929
----------
3030

31-
IDOM is still young. Be sure to post any `issues`_ you have or contribute by creating a
32-
`pull request`_.
31+
IDOM is still young. If you need help or want to contribute:
32+
33+
- Ask `questions <https://github.com/idom-team/idom/discussions>`__
34+
- Report `issues <https://github.com/rmorshea/idom/issues>`__
35+
- Creating a `pull request <https://github.com/rmorshea/idom/pulls>`__
3336

3437

3538
At a Glance
@@ -46,28 +49,5 @@ Once activated try clicking the displayed image to make it change 🖱️
4649

4750
.. note::
4851

49-
You can display the same thing in a Jupyter Notebook by installing ``idom-jupyter``:
50-
51-
.. code-block:: bash
52-
53-
pip install idom-jupyter
54-
55-
Then just import ``idom_jupyter`` at the top of a notebook and your components
56-
will magically turn into widgets:
57-
58-
.. code-block::
59-
60-
import idom_jupyter
61-
Slideshow()
62-
63-
Try it out on Binder now: |launch-binder|
64-
65-
66-
.. Links
67-
.. =====
68-
69-
.. _issues: https://github.com/rmorshea/idom/issues
70-
.. _pull request: https://github.com/rmorshea/idom/pulls
71-
.. _IDOM Sandbox: https://idom-sandbox.herokuapp.com
72-
.. |launch-binder| image:: https://mybinder.org/badge_logo.svg
73-
:target: https://mybinder.org/v2/gh/idom-team/idom-jupyter/main?filepath=notebooks%2Fintroduction.ipynb
52+
You can display the same thing in a Jupyter Notebook by installing
53+
`idom-jupyter <https://github.com/idom-team/idom-jupyter>`__.

0 commit comments

Comments
 (0)