Skip to content

Commit

Permalink
Update documentation references to pyfranca.readthedocs.io and update…
Browse files Browse the repository at this point in the history
… to v0.4.1 .
  • Loading branch information
jenkinsbot42 committed Oct 6, 2017
1 parent b90c867 commit a75ab59
Show file tree
Hide file tree
Showing 6 changed files with 356 additions and 351 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Expand Up @@ -2,12 +2,16 @@
Revision History
================

v0.4.1 (Oct 5, 2017)
--------------------
- Moved API documentation to http://pyfranca.readthedocs.io/ .

v0.4.0 (Oct 5, 2017)
--------------------
- Added initial support for structured comments - contributed by Jens Baumann.
- Added support for primitive type constants - contributed by Jens Baumann.
- Added support for hexadecimal and binary literals - contributed by Jens Baumann.
- Fixed nested import handling
- Fixed nested import handling.
- Fixed bug in method error literal handling.

v0.3.0 (Mar 22, 2017)
Expand Down
5 changes: 3 additions & 2 deletions README.md
@@ -1,6 +1,7 @@
PyFranca
========

[![Documentation Status](https://readthedocs.org/projects/pyfranca/badge/?version=latest)](http://pyfranca.readthedocs.io/en/latest/?badge=latest)
[![Build Status](https://travis-ci.org/zayfod/pyfranca.svg?branch=master)](https://travis-ci.org/zayfod/pyfranca)
[![Coverage Status](https://coveralls.io/repos/github/zayfod/pyfranca/badge.svg?branch=master)](https://coveralls.io/github/zayfod/pyfranca?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/zayfod/pyfranca/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/zayfod/pyfranca/?branch=master)
Expand Down Expand Up @@ -121,9 +122,9 @@ From source:
Documentation
-------------

API documentation is available on PythonHosted.org:
API documentation is available here:

http://pythonhosted.org/pyfranca/
http://pyfranca.readthedocs.io/


Bugs
Expand Down

0 comments on commit a75ab59

Please sign in to comment.