.. _popy_view:

popy_view
#########

For convenient access to |popy|'s html output, :ref:`open_a_popy_command_prompt` and type:-

.. code-block:: console

    $ popy_view my_tut.pyml.html
 
This opens a html page in your browser.

It is a fast way of viewing local .html files output by |popy|.

Examples
---------

You can use the \* symbol to display a html file too:-

.. code-block:: console

    $ popy_view *.html
  
Here the first |html| file that is found in local directory opens in your default browser.

Command line options
--------------------
    
.. literalinclude:: /_autogen/tool_help/popy_view_help.inc
    :language: console 
