diff options
author | Chris Liechti <cliechti@gmx.net> | 2015-12-31 22:05:23 +0100 |
---|---|---|
committer | Chris Liechti <cliechti@gmx.net> | 2015-12-31 22:05:23 +0100 |
commit | 5f7c648ef46b85d2730b4265b979f1f0caf96777 (patch) | |
tree | f6c3474c8a436d85794321c857a6f58ea315969d | |
parent | 5ecf936b94de71f8c01c3124818853bfb8fc4756 (diff) | |
download | pyserial-git-gh-pages.tar.gz |
simplify pagegh-pages
-rw-r--r-- | index.html | 50 |
1 files changed, 13 insertions, 37 deletions
@@ -18,64 +18,40 @@ <header class="inner"> <a id="forkme_banner" href="https://github.com/pyserial/pyserial">View on GitHub</a> - <h1 id="project_title">Pyserial</h1> + <h1 id="project_title">pySerial</h1> <h2 id="project_tagline">Python serial port access library</h2> - <section id="downloads"> - <a class="zip_download_link" href="https://github.com/pyserial/pyserial/zipball/master">Download this project as a .zip file</a> - <a class="tar_download_link" href="https://github.com/pyserial/pyserial/tarball/master">Download this project as a tar.gz file</a> - </section> </header> </div> <!-- MAIN CONTENT --> <div id="main_content_wrap" class="outer"> <section id="main_content" class="inner"> - <h1> -<a id="pyserial" class="anchor" href="#pyserial" aria-hidden="true"><span class="octicon octicon-link"></span></a>pySerial</h1> - -<h2> -<a id="overview" class="anchor" href="#overview" aria-hidden="true"><span class="octicon octicon-link"></span></a>Overview</h2> <p>This module encapsulates the access for the serial port. It provides backends -for Python running on Windows, Linux, BSD (possibly any POSIX compliant -system), Jython and IronPython (.NET and Mono). The module named "serial" -automatically selects the appropriate backend.</p> +for Python running on Windows, OSX, Linux, BSD (possibly any POSIX compliant +system) and IronPython. The module named "serial" automatically selects the +appropriate backend.</p> +<div>Stable</div> <ul> -<li>Project Homepage: <a href="https://github.com/pyserial">https://github.com/pyserial</a> -</li> +<li>PyPi downloads: <a href="https://pypi.python.org/pypi/pyserial">https://pypi.python.org/pypi/pyserial</a></li> +<li>Documentation: <a href="https://pythonhosted.org/pyserial/">https://pythonhosted.org/pyserial/</a></li> </ul> -<p>BSD license, (C) 2001-2015 Chris Liechti <a href="mailto:cliechti@gmx.net">cliechti@gmx.net</a></p> - -<h2> -<a id="documentation" class="anchor" href="#documentation" aria-hidden="true"><span class="octicon octicon-link"></span></a>Documentation</h2> - -<p>For API documentation, usage and examples see files in the "documentation" -directory. The ".rst" files can be read in any text editor or being converted to -HTML or PDF using Sphinx. An online HTML version is at -<a href="http://pyserial.github.io">http://pyserial.github.io</a>.</p> - -<h2> -<a id="examples" class="anchor" href="#examples" aria-hidden="true"><span class="octicon octicon-link"></span></a>Examples</h2> - -<p>Examples and unit tests are in the directory "examples".</p> - -<h2> -<a id="installation" class="anchor" href="#installation" aria-hidden="true"><span class="octicon octicon-link"></span></a>Installation</h2> - -<p>Detailed information can be found in "documentation/pyserial.rst".</p> +<div>Latest</div> +<ul> +<li>Project Homepage: <a href="https://github.com/pyserial/pyserial">https://github.com/pyserial/pyserial</a> (git, issues, pre-releases, ...)</li> +<li>Documentation: <a href="https://pyserial.readthedocs.org">https://pyserial.readthedocs.org</a></li> +</ul> -<p>The usual setup.py for Python libraries is used for the source distribution. -Windows installers are also available (see download link above).</p> </section> </div> <!-- FOOTER --> <div id="footer_wrap" class="outer"> <footer class="inner"> - <p class="copyright">Pyserial maintained by <a href="https://github.com/pyserial">pyserial</a></p> + <p class="copyright">pySerial maintained by <a href="https://github.com/pyserial">pyserial</a></p> <p>Published with <a href="https://pages.github.com">GitHub Pages</a></p> </footer> </div> |