diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-16 09:39:16 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-16 09:39:16 +0100 |
| commit | 8259bc4367c67466b3db4a163c2947321cbf09eb (patch) | |
| tree | 61a01b1267a1aabdd20eaa1a685438081e4f7ba6 | |
| parent | 334b16962adfd036650156a18edf9847ae5f33d9 (diff) | |
README polishing.
| -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 |
