Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
fix gitignore and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpiper committed Oct 19, 2014
1 parent 6a417e5 commit e3f283e
Show file tree
Hide file tree
Showing 17 changed files with 36 additions and 14 deletions.
42 changes: 34 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,37 @@
.idea
*.py[cod]

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
nosetests.xml

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.settings
.pydevproject
MANIFEST
*.pyc
.tox
build/
clint.egg-info/
dist/

*.DS_Store
*.dylib
.idea/
docs/_*
1 change: 0 additions & 1 deletion docs/.gitignore

This file was deleted.

Empty file removed docs/_static/test
Empty file.
Empty file removed docs/_templates/test
Empty file.
3 changes: 0 additions & 3 deletions docs/_themes/.gitignore

This file was deleted.

4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.append(os.path.abspath('_themes'))
sys.path.append(os.path.abspath('themes'))



Expand Down Expand Up @@ -104,7 +104,7 @@
#html_theme_options = {}

# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = ['_themes']
html_theme_path = ['themes']

# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e3f283e

Please sign in to comment.