Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 033df07

Browse files
authored
Merge pull request #111 from pyiron/improve_descriptions
Improve documentation
2 parents 7f53a64 + 9da712b commit 033df07

File tree

6 files changed

+27
-4
lines changed

6 files changed

+27
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Ironflow combines [ryven](https://ryven.org), [ipycanvas](https://ipycanvas.read
1010
This project is under active development, and in particular the set of nodes available for the workflow graphs is still limited.
1111
If there is a particular use-case you'd like to see, or if one of our nodes is not working as expected, please raise an issue!
1212

13-
![](screenshot.png)
13+
![](docs/_static/screenshot.png)
1414

1515
## Usage
1616

docs/_static/screenshot.png

215 KB
Loading

docs/index.rst

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,29 @@
77
ironflow
88
=========
99

10+
.. image:: https://mybinder.org/badge_logo.svg
11+
:target: https://mybinder.org/v2/gh/pyiron/ironflow/HEAD?labpath=example.ipynb
12+
:alt: Launch MyBinder
13+
14+
.. image:: https://img.shields.io/badge/License-BSD_3--Clause-blue.svg
15+
:target: https://opensource.org/licenses/BSD-3-Clause
16+
:alt: License
17+
18+
.. image:: https://app.codacy.com/project/badge/Grade/f21027e6a1fd40bd8ff93b0314a64725
19+
:target: https://www.codacy.com/gh/pyiron/ironflow/dashboard?utm_source=github.com&utm_medium=referral&utm_content=pyiron/ironflow&utm_campaign=Badge_Grade
20+
:alt: Codacy
21+
22+
.. image:: https://coveralls.io/repos/github/pyiron/ironflow/badge.svg?branch=main
23+
:target: https://coveralls.io/github/pyiron/ironflow?branch=main
24+
:alt: Coveralls test coverage
25+
26+
Ironflow combines `ryven <https://ryven.org>`_, `ipycanvas <https://ipycanvas.readthedocs.io/>`_ and `ipywidgets <https://ipywidgets.readthedocs.io/en/stable/>`_ to provide a Jupyter-based visual scripting gui for running `pyiron <https://pyiron.org>`_ workflow graphs.
27+
28+
.. image:: _static/screenshot.png
29+
:align: center
30+
:alt: Screenshot of ironflow running inside jupyterlab.
1031

1132
.. toctree::
1233
:hidden:
1334

14-
source/indices.rst
35+
source/indices.rst

docs/source/indices.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
API Documentation
55
=================
66

7+
* :ref:`genindex`
78
* :ref:`modindex`
89

910

screenshot.png

-639 KB
Binary file not shown.

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
setup(
88
name='ironflow',
99
version=versioneer.get_version(),
10-
description='ironflow - module extension to pyiron.',
11-
long_description='http://pyiron.org',
10+
description='ironflow - A visual scripting interface for pyiron.',
11+
long_description='Ironflow combines ryven, ipycanvas and ipywidgets to provide a Jupyter-based visual scripting '
12+
'gui for running pyiron workflow graphs.',
1213

1314
url='https://github.com/pyiron/ironflow',
1415
author='Max-Planck-Institut für Eisenforschung GmbH - Computational Materials Design (CM) Department',

0 commit comments

Comments
 (0)