Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chenkasirer committed Aug 23, 2024
1 parent 954fba5 commit a03fa3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/userguide/cad.rhino.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Once the command terminates, you should see a message like this:
...
The default Rhino version is 8.
To install into Rhino 7, use the ``-v`` flag.
By default, installation will be attempted to all available versions of Rhino.
To install into Rhino 7 only, use the ``-v`` flag.

.. code-block:: bash
Expand Down Expand Up @@ -248,7 +248,7 @@ However, you can create a Rhino Object in a Rhino Dcocument explicitly from a CO
.. code-block:: python
import scriptcontext as sc
import compas.geometry
import compas.geometry
import compas_rhino_conversions
point = compas.geometry.Point(...)
Expand Down
4 changes: 4 additions & 0 deletions docs/userguide/cad.rhino8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Working in Rhino 8
The installation procedures listed here are for using COMPAS with CPython in Rhino 8.
For using COMPAS with IronPython in Rhino 8, see :doc:`/userguide/cad.rhino`.

.. note::

This page describes how to install COMPAS in Rhino 8 for use with CPython.
To install COMPAS for use with IronPython in Rhino 8, follow the procedure in :doc:`/userguide/cad.rhino` and use the appropriate version flag.

Installation
============
Expand Down

0 comments on commit a03fa3b

Please sign in to comment.