diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt index ba71ee8e..d6848acc 100644 --- a/_sources/index.rst.txt +++ b/_sources/index.rst.txt @@ -1,9 +1,9 @@ -.. CHIPSEC 2.0.7 documentation file, created by +.. CHIPSEC 2.0.8 documentation file, created by sphinx-quickstart on Wed Mar 25 13:24:44 2015. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -CHIPSEC 2.0.7 +CHIPSEC 2.0.8 ============= CHIPSEC is a framework for analyzing platform level security of diff --git a/_sources/modules/chipsec.cfg.parsers.hob_parser.rst.txt b/_sources/modules/chipsec.cfg.parsers.hob_parser.rst.txt new file mode 100644 index 00000000..8f9fa2b0 --- /dev/null +++ b/_sources/modules/chipsec.cfg.parsers.hob_parser.rst.txt @@ -0,0 +1,7 @@ +chipsec.cfg.parsers.hob\_parser module +====================================== + +.. automodule:: chipsec.cfg.parsers.hob_parser + + + diff --git a/_sources/modules/chipsec.cfg.parsers.ip.hob.rst.txt b/_sources/modules/chipsec.cfg.parsers.ip.hob.rst.txt new file mode 100644 index 00000000..2538d75f --- /dev/null +++ b/_sources/modules/chipsec.cfg.parsers.ip.hob.rst.txt @@ -0,0 +1,7 @@ +chipsec.cfg.parsers.ip.hob module +================================= + +.. automodule:: chipsec.cfg.parsers.ip.hob + + + diff --git a/_sources/modules/chipsec.cfg.parsers.ip.rst.txt b/_sources/modules/chipsec.cfg.parsers.ip.rst.txt index ad78cd66..9b1faa1c 100644 --- a/_sources/modules/chipsec.cfg.parsers.ip.rst.txt +++ b/_sources/modules/chipsec.cfg.parsers.ip.rst.txt @@ -5,6 +5,7 @@ chipsec.cfg.parsers.ip package :maxdepth: 10 chipsec.cfg.parsers.ip.generic + chipsec.cfg.parsers.ip.hob chipsec.cfg.parsers.ip.io chipsec.cfg.parsers.ip.iobar chipsec.cfg.parsers.ip.memory diff --git a/_sources/modules/chipsec.cfg.parsers.registers.hob.rst.txt b/_sources/modules/chipsec.cfg.parsers.registers.hob.rst.txt new file mode 100644 index 00000000..bb569c2e --- /dev/null +++ b/_sources/modules/chipsec.cfg.parsers.registers.hob.rst.txt @@ -0,0 +1,7 @@ +chipsec.cfg.parsers.registers.hob module +======================================== + +.. automodule:: chipsec.cfg.parsers.registers.hob + + + diff --git a/_sources/modules/chipsec.cfg.parsers.registers.rst.txt b/_sources/modules/chipsec.cfg.parsers.registers.rst.txt index fae24336..11f9173d 100644 --- a/_sources/modules/chipsec.cfg.parsers.registers.rst.txt +++ b/_sources/modules/chipsec.cfg.parsers.registers.rst.txt @@ -5,6 +5,7 @@ chipsec.cfg.parsers.registers package :maxdepth: 10 chipsec.cfg.parsers.registers.controls + chipsec.cfg.parsers.registers.hob chipsec.cfg.parsers.registers.io chipsec.cfg.parsers.registers.iobar chipsec.cfg.parsers.registers.locks diff --git a/_sources/modules/chipsec.hal.common.hob.rst.txt b/_sources/modules/chipsec.hal.common.hob.rst.txt new file mode 100644 index 00000000..35db4d02 --- /dev/null +++ b/_sources/modules/chipsec.hal.common.hob.rst.txt @@ -0,0 +1,7 @@ +chipsec.hal.common.hob module +============================= + +.. automodule:: chipsec.hal.common.hob + + + diff --git a/_sources/modules/chipsec.hal.common.rst.txt b/_sources/modules/chipsec.hal.common.rst.txt index 9be63121..3af11c19 100644 --- a/_sources/modules/chipsec.hal.common.rst.txt +++ b/_sources/modules/chipsec.hal.common.rst.txt @@ -8,6 +8,7 @@ chipsec.hal.common package chipsec.hal.common.cmos chipsec.hal.common.cpuid chipsec.hal.common.ec + chipsec.hal.common.hob chipsec.hal.common.interrupts chipsec.hal.common.io chipsec.hal.common.iobar diff --git a/_sources/modules/chipsec.utilcmd.hob_cmd.rst.txt b/_sources/modules/chipsec.utilcmd.hob_cmd.rst.txt new file mode 100644 index 00000000..e44bd421 --- /dev/null +++ b/_sources/modules/chipsec.utilcmd.hob_cmd.rst.txt @@ -0,0 +1,7 @@ +chipsec.utilcmd.hob\_cmd module +=============================== + +.. automodule:: chipsec.utilcmd.hob_cmd + + + diff --git a/_sources/modules/chipsec.utilcmd.rst.txt b/_sources/modules/chipsec.utilcmd.rst.txt index 869582f3..3ed081ff 100644 --- a/_sources/modules/chipsec.utilcmd.rst.txt +++ b/_sources/modules/chipsec.utilcmd.rst.txt @@ -14,6 +14,7 @@ chipsec.utilcmd package chipsec.utilcmd.desc_cmd chipsec.utilcmd.ec_cmd chipsec.utilcmd.hals_cmd + chipsec.utilcmd.hob_cmd chipsec.utilcmd.igd_cmd chipsec.utilcmd.interrupts_cmd chipsec.utilcmd.io_cmd diff --git a/contribution/code-style-python.html b/contribution/code-style-python.html index a4a4906f..19668ca5 100644 --- a/contribution/code-style-python.html +++ b/contribution/code-style-python.html @@ -86,10 +86,10 @@
'This is a preferred "string".'
-"Also an acceptable 'string'."
+'This is a preferred "string".'
+"Also an acceptable 'string'."
-"Avoid making this \"string\"."
+"Avoid making this \"string\"."
"""String description docstring."""
+"""String description docstring."""