diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml deleted file mode 100644 index 90e32ad..0000000 --- a/.github/workflows/actions.yml +++ /dev/null @@ -1,49 +0,0 @@ -name: dac actions - -on: - push: - branches: - - '*' - tags: - - '*' - -jobs: - - check-style: - runs-on: ubuntu-latest - steps: - - name: Checkout 🔖 - uses: actions/checkout@v3 - with: - fetch-depth: 1 - - name: Setup python 🐍 - uses: actions/setup-python@v4 - with: - python-version: '3.12' - - name: Setup cache 💾 - uses: actions/cache@v3 - with: - path: ~/.cache/pre-commit - key: pre-commit - - name: Prepare pre-commit 🙆♂️👗 - run: | - python -m venv venv || . venv/bin/activate - pip install -U pip wheel setuptools pre-commit - pre-commit install - - name: Run pre-commit 👗🚀 - run: | - pre-commit run --all-files - - docs: - needs: [check-style] - if: ${{ github.ref == 'refs/heads/main' }} - runs-on: ubuntu-latest - steps: - - name: Checkout 🔖 - uses: actions/checkout@v3 - - name: Deploy docs - uses: mhausenblas/mkdocs-deploy-gh-pages@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CONFIG_FILE: mkdocs.yml - REQUIREMENTS: requirements-docs.txt diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 0fa8dbb..0000000 --- a/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -.DS_Store -.python-version -venv -.venv -.vscode diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index 8ce5b44..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,28 +0,0 @@ -default_language_version: - python: python3 -repos: - - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 - hooks: - - id: check-added-large-files - - id: check-ast - exclude: test/data/schema/wrong_syntax.py - - id: trailing-whitespace - - id: end-of-file-fixer - - id: check-json - - id: check-toml - - id: check-yaml - exclude: mkdocs.yml - - repo: https://github.com/tcort/markdown-link-check - rev: "v3.13.7" - hooks: - - id: markdown-link-check - args: [-q] - - repo: https://github.com/executablebooks/mdformat - rev: 0.7.22 - hooks: - - id: mdformat - args: ["--wrap", "120"] - additional_dependencies: - - mdformat-mkdocs - - mdformat-tables diff --git a/404.html b/404.html new file mode 100644 index 0000000..4718717 --- /dev/null +++ b/404.html @@ -0,0 +1,299 @@ + + + +
+ + + + + + + + + + + + + + +