Skip to content

Commit

Permalink
Merge pull request #32 from convince-project/add/new_overview_img
Browse files Browse the repository at this point in the history
New overview image
  • Loading branch information
ct2034 authored Nov 15, 2024
2 parents 433ee18 + a025b24 commit d233258
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]

pull_request:
branches: [ "main" ]

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -35,6 +37,9 @@ jobs:
with:
path: docs/build/html
deploy:
# Only on main branch
if: github.ref == 'refs/heads/main'

# Add a dependency to the build job
needs: build

Expand Down
8 changes: 5 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ The goal of the `CONVINCE project <https://convince-project.eu/>`_ is to provide

This is the entry-point for the CONVINCE toolchain documentation. It provides an overview of all the individual components which are part of the large toolchain. Those components can be used standalone and also linked together as required for individual use cases.

.. uml:: overview.plantuml
:caption: CONVINCE Toolchain Overview
:alt: CONVINCE Toolchain Overview
.. .. uml:: overview.plantuml
.. :caption: CONVINCE Toolchain Overview
.. :alt: CONVINCE Toolchain Overview
.. image:: overview.png

The CONVINCE toolchain works as depicted above. The individual repos and documentations are linked from there.

Expand Down
Binary file added docs/source/overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d233258

Please sign in to comment.