Skip to content

Commit 02d0456

Browse files
committed
Add link to GitHub pages
1 parent c5f07bc commit 02d0456

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Webware for Python 3
22

3-
Webware for Python is a well proven and platform-independent suite of Python packages and tools for developing object-oriented, web-based applications. The suite uses well known design patterns and includes Servlets, Python Server Pages (PSP), Task Scheduling, Session Management, and many other features. Webware is very modular and easily extended.
3+
Webware for Python is a well prooven and platform-independent suite of Python packages and tools for developing object-oriented, web-based applications. The suite uses well known design patterns and includes Servlets, Python Server Pages (PSP), Task Scheduling, Session Management, and many other features. Webware is very modular and easily extended.
44

55
Webware for Python 3 is the latest version of the suite, which has been adapted to use Python 3 instead of Python 2 and the WSGI standard instead of the custom Webware threaded application server and various adapters, but otherwise kept compatible with the legacy version.
66

7-
The current project **homepage** is at: <https://github.com/Cito/w4py3>
7+
The current project **homepage** can be found here: <https://github.com/Cito/w4py3>
88

9-
The current **documentation** is hosted at: <https://webware-for-python-3.readthedocs.io/>
9+
The current **documentation** is published at: <https://cito.github.io/w4py3/>
1010

1111
You can still find the **legacy version** of Webware for Python at: <https://cito.github.io/w4py/>

docs/overview.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ Download and Installation
5252
See the chapter on :ref:`installation` for instructions how to download and install Webware for Python 3.
5353

5454

55+
Documentation
56+
-------------
57+
58+
This documentation is available online via `GitHub Pages`_ and via `Read the Docs`_.
59+
60+
5561
Feedback, Contributing and Support
5662
----------------------------------
5763

@@ -73,6 +79,8 @@ You can keep up on new releases through the very low traffic `announcement maili
7379
.. _discussion mailing list: https://sourceforge.net/projects/webware/lists/webware-discuss
7480
.. _announcement mailing list: https://sourceforge.net/projects/webware/lists/webware-announce
7581
.. _GitHub project page: https://github.com/Cito/w4py3/
82+
.. _GitHub pages: https://cito.github.io/w4py3/
83+
.. _Read the Docs: https://webware-for-python-3.readthedocs.io/
7684
.. _issues: https://github.com/Cito/w4py3/issues
7785
.. _pull requests: https://github.com/Cito/w4py3/pulls
7886
.. _releases: https://github.com/Cito/w4py3/releases

0 commit comments

Comments
 (0)