Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelduchesne committed Sep 18, 2024
1 parent 31f0266 commit 5d2f48d
Show file tree
Hide file tree
Showing 24 changed files with 53 additions and 532 deletions.
2 changes: 0 additions & 2 deletions .coveragerc

This file was deleted.

40 changes: 20 additions & 20 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/python
{
"name": "energy-pandas",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/python:1-3.11-bullseye",
"features": {
"ghcr.io/devcontainers-contrib/features/poetry:2": {}
},
"name": "energy-pandas",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/python:1-3.11-bullseye",
"features": {
"ghcr.io/devcontainers-contrib/features/poetry:2": {}
},

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "./.devcontainer/postCreateCommand.sh",
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "./.devcontainer/postCreateCommand.sh",

// Configure tool-specific properties.
"customizations": {
"vscode": {
"extensions": ["ms-python.python", "editorconfig.editorconfig"],
"settings": {
"python.testing.pytestArgs": ["tests"],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.defaultInterpreterPath": "/workspaces/energy-pandas/.venv/bin/python",
"python.testing.pytestPath": "/workspaces/energy-pandas/.venv/bin/pytest"
}
}
// Configure tool-specific properties.
"customizations": {
"vscode": {
"extensions": ["ms-python.python", "editorconfig.editorconfig"],
"settings": {
"python.testing.pytestArgs": ["tests"],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.defaultInterpreterPath": "/workspaces/energy-pandas/.venv/bin/python",
"python.testing.pytestPath": "/workspaces/energy-pandas/.venv/bin/pytest"
}
}
}
}
5 changes: 0 additions & 5 deletions .editorconfig

This file was deleted.

12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
48 changes: 24 additions & 24 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
name-template: 'v$RESOLVED_VERSION 🌈'
tag-template: 'v$RESOLVED_VERSION'
name-template: "v$RESOLVED_VERSION 🌈"
tag-template: "v$RESOLVED_VERSION"
categories:
- title: '🚀 New Features'
- title: "🚀 New Features"
labels:
- 'enhancement'
- 'new feature'
- title: '🐛 Bug Fixes'
- "enhancement"
- "new feature"
- title: "🐛 Bug Fixes"
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '🧰 Maintenance'
- "fix"
- "bugfix"
- "bug"
- title: "🧰 Maintenance"
labels:
- 'refactoring'
- 'dependencies'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
- "refactoring"
- "dependencies"
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
major:
labels:
- 'major'
- "major"
minor:
labels:
- 'minor'
- 'feature'
- 'new feature'
- 'enhancement'
- "minor"
- "feature"
- "new feature"
- "enhancement"
patch:
labels:
- 'fix'
- 'bugfix'
- 'bug'
- 'patch'
- 'refactoring'
- 'documentation'
- "fix"
- "bugfix"
- "bug"
- "patch"
- "refactoring"
- "documentation"
default: patch
template: |
## Changes
Expand Down
48 changes: 0 additions & 48 deletions .github/workflows/python-package.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/python-publish.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .readthedocs.yml

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

The MIT License (MIT)

Copyright (c) 2019 Samuel Letellier-Duchesne
Expand Down
3 changes: 0 additions & 3 deletions MANIFEST.in

This file was deleted.

9 changes: 0 additions & 9 deletions codecov.yaml

This file was deleted.

Binary file removed docs/_static/Thumbs.db
Binary file not shown.
Binary file removed docs/_static/anchor-pts.png
Binary file not shown.
66 changes: 0 additions & 66 deletions docs/_static/copybutton.js

This file was deleted.

12 changes: 0 additions & 12 deletions docs/_templates/autosummary.rst

This file was deleted.

Loading

0 comments on commit 5d2f48d

Please sign in to comment.