Skip to content

Commit ebd86f8

Browse files
committed
Remove deprecated docs.
1 parent 59bdb46 commit ebd86f8

11 files changed

+4
-268
lines changed

.github/FUNDING.yml

-12
This file was deleted.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# pytorch2keras
22

3-
[![Build Status](https://travis-ci.com/nerox8664/pytorch2keras.svg?branch=master)](https://travis-ci.com/nerox8664/pytorch2keras)
3+
[![Build Status](https://travis-ci.com/gmalivenko/pytorch2keras.svg?branch=master)](https://travis-ci.com/gmalivenko/pytorch2keras)
44
[![GitHub License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
5-
[![Python Version](https://img.shields.io/badge/python-2.7%2C3.6-lightgrey.svg)](https://github.com/nerox8664/pytorch2keras)
5+
[![Python Version](https://img.shields.io/badge/python-2.7%2C3.6-lightgrey.svg)](https://github.com/gmalivenko/pytorch2keras)
66
[![Downloads](https://pepy.tech/badge/pytorch2keras)](https://pepy.tech/project/pytorch2keras)
77
![PyPI](https://img.shields.io/pypi/v/pytorch2keras.svg)
88
[![Readthedocs](https://img.shields.io/readthedocs/pytorch2keras.svg)](https://pytorch2keras.readthedocs.io/en/latest/)

docs/api.md

-17
This file was deleted.

docs/getting_started.md

-135
This file was deleted.

docs/index.md

-7
This file was deleted.

docs/installation.md

-21
This file was deleted.

docs/known_problems.md

-8
This file was deleted.

docs/license.md

-21
This file was deleted.

docs/requirements.txt

-1
This file was deleted.

docs/supported_layers_and_models.md

-42
This file was deleted.

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ def parse_requirements(filename):
1919
description='The deep learning models converter',
2020
long_description=long_description,
2121
long_description_content_type='text/markdown',
22-
url='https://github.com/nerox8664/pytorch2keras',
22+
url='https://github.com/gmalivenko/pytorch2keras',
2323
author='Grigory Malivenko',
24-
author_email='[email protected]',
24+
author_email='',
2525
classifiers=[
2626
'Development Status :: 3 - Alpha',
2727
'Intended Audience :: Science/Research',

0 commit comments

Comments
 (0)