Skip to content

Commit

Permalink
Change usage doc header style
Browse files Browse the repository at this point in the history
  • Loading branch information
btorresgil committed Mar 21, 2016
1 parent 15db4b4 commit e2b2eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ instance represents a single context firewall, or 'vsys1' on a multi-vsys firewa

When working with a firewall with multi-vsys mode enabled, there are two methods to work with vsys:

**Method 1**: A different Firewall instance for each vsys
**Method 1: A different Firewall instance for each vsys**

Each Firewall object has a 'vsys' attribute which is assigned the vsys id. For example::

Expand All @@ -265,7 +265,7 @@ To create or delete an entire vsys, use the create_vsys() and delete_vsys() meth
fw_vsys2.create_vsys()
fw_vsys3.delete_vsys()

**Method 2**: A single Firewall instance with Vsys child instances
**Method 2: A single Firewall instance with Vsys child instances**

Create Vsys instances and add them to a 'shared' PanDevice::

Expand Down

0 comments on commit e2b2eff

Please sign in to comment.