Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Zulko committed Mar 29, 2018
1 parent 8700730 commit 3e534ab
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.rst
Expand Up @@ -8,7 +8,9 @@ Vapory

Vapory is a Python library to render photo-realistic 3D scenes with the free ray-tracing engine `POV-Ray <http://en.wikipedia.org/wiki/POV-Ray>`_.

Here is how you would draw a purple sphere: ::
Here is how you would draw a purple sphere:

.. code:: python
from vapory import *
Expand Down Expand Up @@ -48,7 +50,9 @@ Vapory can also be installed manually by unzipping the source code in one direct
Getting started
----------------

In Vapory you create a scene, and then render it: ::
In Vapory you create a scene, and then render it:

.. code:: python
from vapory import *
Expand Down

0 comments on commit 3e534ab

Please sign in to comment.