Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit d5683d8

Browse files
committed
Removed documentation files for now.
Might put them back later, but we're not using RTD.
1 parent f6f1311 commit d5683d8

File tree

5 files changed

+8
-250
lines changed

5 files changed

+8
-250
lines changed

.gitignore

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
1-
# Python metadata
1+
# Python bytecode.
22
*.py[co]
33

44
# Generated distribution files.
55
# :see: https://packaging.python.org/distributing/
6+
PyOTA.egg-info/*
67
build/*
78
dist/*
8-
PyOTA.egg-info/*
9-
*.so
9+
10+
# Created by ``setup.py test``.
11+
.eggs/*
1012

1113
# Virtualenvs for unit tests.
12-
# :see: https://tox.readthedocs.io/en/latest/
14+
# https://tox.readthedocs.io/en/latest/
1315
.tox/*
1416

15-
# Generated documentation files.
16-
docs/_build
17-
1817
#
1918
# Note: For environment- or IDE-specific metadata (e.g., .DS_Store, .idea, etc.
20-
# you can add these to your own "global" .gitignore file.
21-
# :see: https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
19+
# you can add these to your own "global" .gitignore file.
20+
# https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
2221
#

docs/Makefile

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/conf.py

Lines changed: 0 additions & 165 deletions
This file was deleted.

docs/index.rst

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/make.bat

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)