forked from OERV-BSP/u-boot
doc: pytest: Document the test_net_boot test
Add the test_net_boot.py test to the generated documentation. While most of this was already commented correctly for inclusion the biggest problem was examples of code without a code-block notation. This in turn broke parsing. Add the missing notations. We also must have the comment prior to any import lines or it will not be seen as a comment on the overall file and thus not included. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Heinrich Schuchardt
parent
a865d1d254
commit
8f8f0f0ed9
8
doc/develop/pytest/test_net_boot.rst
Normal file
8
doc/develop/pytest/test_net_boot.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
test_net_boot
|
||||
=============
|
||||
|
||||
.. automodule:: test_net_boot
|
||||
:synopsis:
|
||||
:member-order: bysource
|
||||
:members:
|
||||
:undoc-members:
|
||||
Reference in New Issue
Block a user