diff --git a/Makefile b/Makefile index 5ab48918f05..0fbb81d02eb 100644 --- a/Makefile +++ b/Makefile @@ -26,5 +26,5 @@ clean: .PHONEY: docs clean modules: $(FORMATTER) ../ansible/hacking/templates/rst.j2 - $(FORMATTER) -t rst --template-dir=../ansible/hacking/templates --module-dir=../ansible/library -o rst/modules/ + $(FORMATTER) -t rst --module-dir=../ansible/library -o rst/modules/ diff --git a/README.md b/README.md index b0125f8abc5..73b569c138b 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ do a docs build and push the static files. If you do not want to learn RST format (ReStructured Text), you can also file issues on the documentation project. +Note that module documentation can actually be generated from a DOCUMENTATION docstring +in the modules directory, so corrections to modules written as much need to be made +in the main project in the module source, rather than in the documentation for the module. + Author ====== diff --git a/YAMLSyntax.html b/YAMLSyntax.html index 5cb4c5d4e26..7d6ac783266 100644 --- a/YAMLSyntax.html +++ b/YAMLSyntax.html @@ -7,7 +7,7 @@
-
© Copyright 2012 Michael DeHaan.
- Last updated on Sep 23, 2012.
+ Last updated on Sep 27, 2012.