From 8259bc4367c67466b3db4a163c2947321cbf09eb Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 16 Dec 2012 09:39:16 +0100 Subject: README polishing. --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ef41deb..91a6bb2 100644 --- a/README.md +++ b/README.md @@ -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 menuconfig and defconfig. -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 Kconfiglib/ directory. For HTML output, +use + +> $ pydoc -w kconfiglib + ## Test suite ## The test suite is run with -- cgit v1.2.3