Skip to content

Commit

Permalink
remove translations and fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
keon committed Mar 30, 2019
1 parent 33ed167 commit bc850da
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 2,808 deletions.
47 changes: 0 additions & 47 deletions CODE_OF_CONDUCT_FR.md

This file was deleted.

62 changes: 0 additions & 62 deletions CONTRIBUTING_ES.md

This file was deleted.

65 changes: 0 additions & 65 deletions CONTRIBUTING_FR.md

This file was deleted.

61 changes: 0 additions & 61 deletions CONTRIBUTING_JP.md

This file was deleted.

66 changes: 0 additions & 66 deletions CONTRIBUTING_KR.md

This file was deleted.

4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<p align="center"><img src="https://raw.githubusercontent.com/keon/algorithms/master/docs/source/_static/logo/logotype1blue.png"></p>

English | [简体中文](README_CN.md) | [Deutsch](README_GE.md) | [日本語](README_JP.md) | [한국어](README_KR.md) | [Português](README_PTBR.md) | [Français](README_FR.md) | [Español](README_ES.md)

[![PyPI version](https://badge.fury.io/py/algorithms.svg)](https://badge.fury.io/py/algorithms)
[![Open Source Helpers](https://www.codetriage.com/keon/algorithms/badges/users.svg)](https://www.codetriage.com/keon/algorithms)
[![Build Status](https://travis-ci.org/keon/algorithms.svg?branch=master)](https://travis-ci.org/keon/algorithms)
Expand Down Expand Up @@ -219,7 +217,7 @@ If you want to uninstall algorithms, it is as simple as:
- [sparse_dot_vector](algorithms/matrix/sparse_dot_vector.py)
- [sparse_mul](algorithms/matrix/sparse_mul.py)
- [spiral_traversal](algorithms/matrix/spiral_traversal.py)
- [crout_matrix_decomposition](algorithms/matrix/crout_matrix_decomposition.py
- [crout_matrix_decomposition](algorithms/matrix/crout_matrix_decomposition.py)
- [queues](algorithms/queues)
- [max_sliding_window](algorithms/queues/max_sliding_window.py)
- [moving_average](algorithms/queues/moving_average.py)
Expand Down
Loading

0 comments on commit bc850da

Please sign in to comment.