Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: compas-dev/compas-actions.docs@v4
- uses: compas-dev/compas-actions.docs@v5
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
use_conda: false
generator: mkdocs
extras: dev,mkdocs
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

* Migrated documentation to mkdocs.

### Removed


Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Gramazio Kohler Research
Copyright (c) 2026 COMPAS Association

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Binary file added docs/_images/background_task.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/message.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/mqtt_connect.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/publish.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/subscribe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/zenoh_connect.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_logo/compas_logo_white_transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_logo/favicon.ico
Binary file not shown.
14 changes: 0 additions & 14 deletions docs/api.rst

This file was deleted.

1 change: 1 addition & 0 deletions docs/api/compas_eve.codecs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# ::: compas_eve.codecs
2 changes: 0 additions & 2 deletions docs/api/compas_eve.codecs.rst

This file was deleted.

1 change: 1 addition & 0 deletions docs/api/compas_eve.ghpython.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# ::: compas_eve.ghpython
2 changes: 0 additions & 2 deletions docs/api/compas_eve.ghpython.rst

This file was deleted.

1 change: 1 addition & 0 deletions docs/api/compas_eve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# ::: compas_eve
1 change: 1 addition & 0 deletions docs/api/compas_eve.memory.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# ::: compas_eve.memory
2 changes: 0 additions & 2 deletions docs/api/compas_eve.memory.rst

This file was deleted.

1 change: 1 addition & 0 deletions docs/api/compas_eve.mqtt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# ::: compas_eve.mqtt
2 changes: 0 additions & 2 deletions docs/api/compas_eve.mqtt.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/api/compas_eve.rst

This file was deleted.

1 change: 1 addition & 0 deletions docs/api/compas_eve.zenoh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# ::: compas_eve.zenoh
2 changes: 0 additions & 2 deletions docs/api/compas_eve.zenoh.rst

This file was deleted.

5 changes: 5 additions & 0 deletions docs/assets/stylesheets/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
:root>* {
--md-primary-fg-color: #0092d2;
--md-primary-fg-color--light: #0092d2;
--md-primary-fg-color--dark: #0092d2;
}
166 changes: 0 additions & 166 deletions docs/conf.py

This file was deleted.

Loading
Loading