Skip to content

Commit

Permalink
Merge pull request #53 from gramaziokohler/doc-fixes
Browse files Browse the repository at this point in the history
Doc fixes
  • Loading branch information
gonzalocasas authored Sep 11, 2024
2 parents 2a016f4 + 0edafb6 commit 23a0470
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
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

0 comments on commit 23a0470

Please sign in to comment.