This website requires JavaScript.
Explore
Help
Sign In
Claytonia
/
TeamspeakStats
mirror of
https://github.com/Thor77/TeamspeakStats.git
Watch
1
Star
0
Fork
You've already forked TeamspeakStats
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
56471137c0
TeamspeakStats
/
.gitignore
11 lines
74 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add various python-related paths to .gitignore
2017-01-26 13:11:34 -05:00
__pycache__/
*.py[cod]
venv/
build/
dist/
*.egg-info/
*.egg
Refactor documentation * move documentation-source from /docs/source to /docs/ and build in /docs/_build instead of /docs/build * convert README to rst and remove information also present in documentation and refer to it * regenerate conf.py/Makefile with most recent Sphinx-version * add development.rst with information for contributors
2017-04-18 17:24:30 -04:00
docs/_build