.. _popy_view:

popy_view
#########

Opens a html file in a browser from the command line.

.. _popy_view_single_html:

Open a html file
==================

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|.

.. _popy_view_multi_html:

Open multiple html files
==========================

Note you can also open all html files in a directory using:-

.. code-block:: console

    $ popy_view *.html

This opens all files with the '.html' extension in your default browser.

.. _popy_view_command_line_options:

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