Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc fixes #53

Merged
merged 3 commits into from
Sep 11, 2024
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
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
steps:
- uses: compas-dev/compas-actions.docs@v3
with:
doc_url: https://gramaziokohler.github.io/aixd_ara
github_token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

* Fixed small issues on documentation

### Removed


Expand All @@ -19,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

### Changed

* Pin dependency to AIXD version 0.12.0
* Updated examples & documentation
* Fixed domain init in DataInt
Expand All @@ -27,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Fixed issues related to using ARA on Mac.

### Removed

* Removed option for static plots.

## [0.9.3] 2024-06-18
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def setup(app):
"check_switcher": False,
"logo": {
"image_light": "_static/ara_logo.png",
"image_dark": "_static/compas_icon_white.png",
"image_dark": "_static/ara_logo.png",
"text": project,
},
"navigation_depth": 3,
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ Installation using conda
========================

``conda`` is an open-source package management system and environment
management system that runs on Windows, macOS, and Linux.
It’s very popular in the realm of scientific computing.
management system that runs on Windows, macOS, and Linux.
It's very popular in the realm of scientific computing.

**Step 1: Create a conda environment (Optional)**

Expand Down
Loading