diff options
| -rw-r--r-- | README.md | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -6,10 +6,6 @@ extract information, query and set symbol values, and read and write utilities in the kernel, usually invoked via make targets such as <i>menuconfig</i> and <i>defconfig</i>. -The (extensive) documentation is generated with - -> $ pydoc [-w] kconfiglib - ## Installation ## Installation instructions for the Linux kernel (in the kernel root): @@ -27,6 +23,17 @@ Linux 3.7.0). Please tell me if the patch does not apply. It should be trivial to apply manually. +## Documentation ## + +The (extensive) documentation is generated by running + +> $ pydoc kconfiglib + +in the <i>Kconfiglib/</i> directory. For HTML output, +use + +> $ pydoc -w kconfiglib + ## Test suite ## The test suite is run with |
