Skip to content

Commit

Permalink
streamline repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrporcles committed Feb 18, 2022
1 parent d42f805 commit 09480e4
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 446 deletions.
131 changes: 1 addition & 130 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,131 +1,2 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# 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.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# pyflow
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

.vscode/
.DS_Store
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ A standard recommendation is to number the content as per its hierarchy to ensur
1.3 How to use
2. Product B
2.1 Intro/overview
2.1 Intro/Overview
2.2 Pricelist
2.2.1 License Info
2.3 How to use
Expand Down
Empty file modified markdown-to-confluence.py
100644 → 100755
Empty file.
12 changes: 2 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
certifi==2021.10.8
chardet==4.0.0
gitdb2==4.0.2
GitPython==3.1.26
idna==3.3
mistune==0.8.4
PyYAML==5.4
requests==2.27.1
smmap2==2.0.5
textwrap3==0.9.2
urllib3==1.26.5
yapf==0.28.0
PyYAML==6.0
requests==2.22.0
Empty file removed test/__init__.py
Empty file.
170 changes: 0 additions & 170 deletions test/test_confluence.py

This file was deleted.

Loading

0 comments on commit 09480e4

Please sign in to comment.