Skip to content

Commit

Permalink
Minor documentation updates and fixes [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Rauf Bingol committed May 22, 2019
1 parent 920e7a7 commit aecd01d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,9 @@ Please refer to the :doc:`Examples Repository <examples_repo>` for surface examp
Working with the volumes
========================

Volumes are defined on a 3-dimensional parametric space. Working with the volumes are very similar to Working
Volumes are defined on a 3-dimensional parametric space. Working with the volumes are very similar to working
with the surfaces. The only difference is the 3rd parametric dimension, ``w``. For instance, to access the
knot vectors, the properties you will use are ``knotvector_u``, ``knotvector_v`` and ``knotvector_w``.
knot vectors, the properties you will use are ``knotvector_u``, ``knotvector_v`` and ``knotvector_w``.

For setting up the control points, please refer to the :doc:`control points manager <module_cpmanager>` documentation.

Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ step:

.. code-block:: console
$ pip install . --install-option="--use-source"
$ pip install --user . --install-option="--use-source"
To update the compiled module with the latest changes, you need to re-cythonize the code.

Expand Down
3 changes: 3 additions & 0 deletions docs/modules_acis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ to convert .sat files to geomdl JSON format.
``rwsat`` comes with the following list of programs:

* ``sat2json`` converts ACIS .sat files to geomdl JSON format
* ``satgen`` generates sample geometries

Use Cases
=========
Expand All @@ -18,6 +19,7 @@ Installation
============

Please refer to the `rwsat repository <https://github.com/orbingol/rwsat>`_ for installation options.
Due to ACIS licensing, no binary files are distributed within the repository.

Using with geomdl
=================
Expand Down Expand Up @@ -46,3 +48,4 @@ References
==========

* **Development**: https://github.com/orbingol/rwsat
* **Documentation**: https://github.com/orbingol/rwsat
2 changes: 2 additions & 0 deletions docs/modules_rhino.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Installation
============

Please refer to the `rw3dm repository <https://github.com/orbingol/rw3dm>`_ for installation options.
The binary files can be downloaded under `Releases <https://github.com/orbingol/rw3dm/releases>`_
section of the GitHub repository.

Using with geomdl
=================
Expand Down

0 comments on commit aecd01d

Please sign in to comment.