Skip to content
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
5bab0b7
Added documentation
dolphingarlic Nov 18, 2018
ee94909
Fixed docstrings
dolphingarlic Nov 18, 2018
737f213
Updated requirements.txt
dolphingarlic Nov 18, 2018
9335901
Changed theme and moved sections to separate files
dolphingarlic Nov 18, 2018
cd84d82
Changed back to Alabaster theme
dolphingarlic Nov 18, 2018
05aba1d
Changed from RST to markdown
dolphingarlic Nov 19, 2018
cc8dd31
Fixed link formatting
dolphingarlic Nov 19, 2018
7e88f72
Fixed link formatting
dolphingarlic Nov 19, 2018
2f18fa9
Added back mypy docstrings
dolphingarlic Nov 21, 2018
e2772aa
Updated requirements and extensions
dolphingarlic Nov 21, 2018
eb02e6e
Formatted imports and added more docstrings
dolphingarlic Nov 21, 2018
519e30c
Undocumented private members
dolphingarlic Nov 21, 2018
0aa1fb9
Removed unused imports
dolphingarlic Nov 21, 2018
7ec298f
Removed LexicalUnit import from analysis so Travis CI will stop crying
dolphingarlic Nov 21, 2018
3a80e52
Added back imports for mypy to work
dolphingarlic Nov 22, 2018
3789a9d
Added tags so that Pyflake would ignore unused imports
dolphingarlic Nov 22, 2018
d45cc55
Removed trailing whitespace
dolphingarlic Nov 22, 2018
6633885
Made changes requested by sushain
dolphingarlic Nov 22, 2018
23b2bee
Removed content already in README from docs
dolphingarlic Nov 22, 2018
d0de1ad
Created symlinks for the .md files
dolphingarlic Nov 23, 2018
731bd09
Deleted duplicate file and refactored private method
dolphingarlic Nov 24, 2018
5409595
Added docs badge
dolphingarlic Nov 24, 2018
e5c7395
Fixed docs badge
dolphingarlic Nov 24, 2018
8783c1c
Fixed docs badge
dolphingarlic Nov 24, 2018
59cb349
Fixed docs badge
dolphingarlic Nov 24, 2018
c0b216f
Merge branch 'master' into master
sushain97 Nov 24, 2018
60573bf
Reordered docs badge
dolphingarlic Nov 24, 2018
f65fcc8
Merge branch 'master' of https://github.com/dolphingarlic/apertium-py…
dolphingarlic Nov 24, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Travis Build Status](https://travis-ci.com/apertium/apertium-python.svg?branch=master)](https://travis-ci.com/apertium/apertium-python)
[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/sesdinoy4cw2p1tk/branch/master?svg=true)](https://ci.appveyor.com/project/sushain97/apertium-python/branch/master)
[![ReadTheDocs Docs Status](https://readthedocs.org/projects/apertium-python/badge)](https://readthedocs.org/projects/apertium-python)
[![Coverage Status](https://coveralls.io/repos/github/apertium/apertium-python/badge.svg?branch=master)](https://coveralls.io/github/apertium/apertium-python?branch=master)

## Introduction
Expand Down