Skip to content

Commit 9d9ced6

Browse files
committed
fix #17, fix #21
Signed-off-by: Chris Warrick <[email protected]>
1 parent 943dcc2 commit 9d9ced6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+724
-28759
lines changed

.gitignore

+36-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,37 @@
11
*.py[cod]
2-
posts/
3-
stories/
4-
cache/
5-
output/
6-
.doit.db
7-
.venv
2+
__pycache__
3+
4+
# C extensions
5+
*.so
6+
7+
# Packages
8+
*.egg
9+
*.egg-info
10+
dist
11+
build
12+
eggs
13+
parts
14+
var
15+
sdist
16+
develop-eggs
17+
.installed.cfg
18+
lib
19+
lib64
20+
21+
# Installer logs
22+
pip-log.txt
23+
24+
# Unit test / coverage reports
25+
.coverage
26+
.tox
27+
nosetests.xml
28+
29+
# Mr Developer
30+
.mr.developer.cfg
31+
.project
32+
.pydevproject
33+
34+
# Nikola site files
35+
SITE/cache/
36+
SITE/output/
37+
SITE/.doit.db

.venv

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nikola-py2

COMET/README.rst

-1
This file was deleted.

COMET/__main__.py

-3
This file was deleted.

0 commit comments

Comments
 (0)