Skip to content

Commit 4605b2a

Browse files
committed
Update Design and Fix Broken Links
1 parent 4c80061 commit 4605b2a

File tree

1 file changed

+38
-17
lines changed

1 file changed

+38
-17
lines changed

README.rst

Lines changed: 38 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,27 @@
1-
Pythonect |status|
2-
==================
1+
Pythonect
2+
=========
33

4-
.. |status| image:: https://secure.travis-ci.org/ikotler/pythonect.png
4+
.. image:: https://badge.fury.io/py/Pythonect.png
5+
:target: http://badge.fury.io/py/Pythonect
6+
:alt: Latest version
57

6-
`Pythonect <http://www.pythonect.org>`_ is a new, experimental, general-
7-
purpose dataflow programming language based on Python. It provides both a
8-
visual programming language and a text-based scripting language. The text-
9-
based scripting language aims to combine the quick and intuitive feel of shell
10-
scripting, with the power of Python. The visual programming language is based
11-
on the idea of a diagram with “boxes and arrows”. Crazy? Most definitely. And
12-
yet, strangely enough, it works!
8+
.. image:: https://travis-ci.org/ikotler/pythonect.png?branch=master
9+
:target: https://travis-ci.org/ikotler/pythonect
10+
:alt: Travis-CI
11+
12+
.. image:: https://pypip.in/d/Pythonect/badge.png
13+
:target: https://crate.io/packages/Pythonect/
14+
:alt: Number of PyPI downloads
15+
16+
Homepage: `http://www.pythonect.org/ <http://www.pythonect.org/>`_
17+
18+
`Pythonect` is a new, experimental, general-purpose dataflow programming
19+
language based on Python. It provides both a visual programming language and a
20+
text-based scripting language. The text-based scripting language aims to
21+
combine the quick and intuitive feel of shell scripting, with the power of
22+
Python. The visual programming language is based on the idea of a diagram with
23+
“boxes and arrows”. Crazy? Most definitely. And yet, strangely enough, it
24+
works!
1325

1426

1527
Hello, world
@@ -23,9 +35,6 @@ Or:
2335

2436
.. image:: http://pythonect.org/HelloWorld2.png
2537

26-
See the `Pythonect documentation <http://docs.pythonect.org>`_ for a detailed
27-
walkthrough of the language and its features.
28-
2938

3039
Installation
3140
------------
@@ -63,12 +72,24 @@ you will have to do this with *root* permissions (e.g. using ``su`` or
6372
.. _pip: http://www.pip-installer.org/
6473

6574

75+
Examples
76+
--------
77+
78+
See more examples at the `Pythonect Tutorial <http://docs.pythonect.org/en/latest/tutorial/index.html>`_.
79+
80+
81+
Documentation
82+
-------------
83+
84+
Full documentation is available at http://docs.pythonect.org/.
85+
86+
6687
Please Help Out
6788
---------------
6889

6990
This project is still under development. Feedback and suggestions are very
7091
welcome and I encourage you to use the `Issues list
71-
<http://github.com/ikotler/pythonect/issues>`_ on Github to provide that
92+
<http://github.com/ikotler/pythonect/issues>`_ on GitHub to provide that
7293
feedback.
7394

7495
Feel free to fork this repo and to commit your additions. For a list of all
@@ -87,7 +108,7 @@ Pythonect is published under the liberal terms of the BSD 3-Clause License,
87108
see the `LICENSE <https://github.com/ikotler/pythonect/blob/master/LICENSE>`_
88109
file. Although the BSD License does not require you to share any modifications
89110
you make to the source code, you are very much encouraged and invited to
90-
contribute back your modifications to the community, preferably in a Github
111+
contribute back your modifications to the community, preferably in a GitHub
91112
fork, of course.
92113

93114

@@ -100,8 +121,8 @@ consider Flattr'ing or Gittip'ing me:
100121

101122
|FlattrThis|_ |GittipThis|_
102123

103-
.. |GittipThis| image:: https://www.gittip.com/assets/7.0.8/logo.png
124+
.. |GittipThis| image:: https://www.gittip.com/assets/10.0.6/logo.png
104125
.. _GittipThis: https://www.gittip.com/ikotler
105126

106127
.. |FlattrThis| image:: http://api.flattr.com/button/button-static-50x60.png
107-
.. _FlattrThis: https://flattr.com/thing/1713050/ikotlerpythonect-on-GitHub
128+
.. _FlattrThis: https://flattr.com/thing/1713050/ikotlerpythonect-on-GitHub

0 commit comments

Comments
 (0)