Skip to content

Commit 9ae63ca

Browse files
committed
Update documentation and comments
1 parent 1489ba2 commit 9ae63ca

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111

1212
### Changed
13+
* Migrate from compas_view2 to compas_viewer
1314

1415
### Removed
1516

docs/installation.rst

+2-5
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,11 @@ Stable releases can be installed using a combination of conda and pip.
2222
conda activate cra
2323
pip install compas_cra
2424
25-
To use the CRA viewer, you should also install :mod:`compas_view2`
26-
and the COMPAS 2 migration from the compatibility branch of the github repo.
27-
(we will replace this by :mod:`compas_viewer` soon).
25+
To use the CRA viewer, you should also install :mod:`compas_viewer`.
2826

2927
.. code-block:: bash
3028
31-
conda install matplotlib compas_view2
32-
pip install git+https://github.com/compas-dev/compas_view2.git@compas2
29+
conda install matplotlib compas_viewer
3330
3431
3532
Latest

src/compas_cra/viewers/cra_view.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""CRA view style using compas_view2"""
1+
"""CRA view style using compas_viewer"""
22

33
from math import sqrt
44

@@ -552,7 +552,7 @@ def cra_view_ex(
552552
553553
Parameters
554554
----------
555-
viewer : compas_view2.app.App
555+
viewer : compas_viewer.Viewer
556556
External viewer object.
557557
assembly : :class:`~compas_assembly.datastructures.Assembly`
558558
The rigid block assembly.

0 commit comments

Comments
 (0)