Skip to content

Commit

Permalink
fix gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
MacHu-GWU committed Mar 1, 2019
1 parent 0b98ae9 commit 0855e66
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
loggerFactory_venv/
loggerFactory.egg-info/
loggerFactory-*/
index.rst
tests/*.txt
tests/*.txt.*
tests/*.log
tests/*.log.*


# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand All @@ -34,6 +34,9 @@ var/
.installed.cfg
*.egg

# PyCharm
.idea/

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
Expand All @@ -50,6 +53,7 @@ htmlcov/
.coverage
.coverage.*
.cache
.pytest_cache/
nosetests.xml
coverage.xml
*,cover
Expand All @@ -70,7 +74,7 @@ instance/
.scrapy

# Sphinx documentation
docs/_build/
docs/build/

# PyBuilder
target/
Expand Down Expand Up @@ -146,4 +150,4 @@ $RECYCLE.BIN/
*.msp

# Windows shortcuts
*.lnk
*.lnk
19 changes: 19 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.. contents::

Release v\ |release| (:ref:`What's new? <release_history>`).

.. include:: ../../README.rst

Table of Content
------------------------------------------------------------------------------

.. autotoctree::

.. include:: ../../AUTHORS.rst


API Document
------------------------------------------------------------------------------

* :ref:`by Name <genindex>`
* :ref:`by Structure <modindex>`

0 comments on commit 0855e66

Please sign in to comment.