From eee19742af1d628fbfb732eb083dfbd1fbc63768 Mon Sep 17 00:00:00 2001 From: JeanElsner Date: Thu, 16 Nov 2023 11:35:56 +0100 Subject: [PATCH] Update readme --- .github/workflows/doc.yml | 52 --------------------------------------- README.md | 6 ++++- 2 files changed, 5 insertions(+), 53 deletions(-) delete mode 100644 .github/workflows/doc.yml diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml deleted file mode 100644 index 3931d2f..0000000 --- a/.github/workflows/doc.yml +++ /dev/null @@ -1,52 +0,0 @@ -name: Update documentation - -on: - push: - branches: ["main"] - workflow_dispatch: - -permissions: - contents: write - id-token: write - pages: write - -jobs: - build: - name: Build documentation - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Set up Python 3.10 - uses: actions/setup-python@v3 - with: - python-version: "3.10" - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install .[doc] - - name: Build with Sphinx - run: cd doc && make html - - name: Upload documentation artifact - uses: actions/upload-artifact@v2 - with: - name: documentation - path: ./doc/_build/html - upload: - name: Upload to GitHub pages - runs-on: ubuntu-latest - needs: build - steps: - - name: Download documentation artifact - uses: actions/download-artifact@v2 - with: - name: documentation - path: ./html - - name: Setup Pages - uses: actions/configure-pages@v3 - - name: Upload artifact - uses: actions/upload-pages-artifact@v2 - with: - path: ./html - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v2 diff --git a/README.md b/README.md index aa8601e..8d8b0dc 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ -[![dm_robotics_panda Logo](https://raw.githubusercontent.com/JeanElsner/dm_robotics_panda/main/logo.png?token=GHSAT0AAAAAAB4JT3DTYA4QRPHPLIIDLETWZKT2XDQ)](https://black.readthedocs.io/en/stable/) +
dm_robotics_panda Logo

Model and Tools for the Panda Robot in dm_robotics

+Continuous Integration +Apache-2.0 License +Pylint score PyPI - Published Version + PyPI - Python Version