Commit Graph

12 Commits

Author SHA1 Message Date
Hailee Kenney 1f2d9a2d8a (PDOC-17) Clean up code and update README
Do a bit of renaming and add some comments to make the processing
of parameter details a bit more clear. Additionally, update the
example in the README so that it will actually be parsed properly
by YARD (since YARD does not expect the one line title before the
description).
2014-12-18 13:34:43 -08:00
Hailee Kenney eafe3eaa32 (maint) Exclude files that cause YARD errors
Running `puppet strings server` generates documentation for all
modules in your modulepath, meaning that it also generates HTML
for strings itself. Since there are parts of strings that are not
meant to be documented with YARD, exclude the files that cause
error messages so that `puppet strings server` is not needlessly
noisy.

Additionally, make a few suggested changes to the README to make
it clearer and easier to read.
2014-10-20 17:37:49 -07:00
Hailee Kenney 408d875986 (PDOC-13) Add documentation examples to README
In order to make it easier for users, give some basic examples
in the README of how write documentation that is compatible with
strings. Also provide a few resources for getting started.
2014-10-20 11:35:14 -07:00
Hailee Kenney cbda14f093 (maint) Add build status to README.md
In order to make it easy to quickly tell if the Travis CI build is currently green,
add a badge to the README.
2014-10-16 13:37:47 -07:00
Hailee Kenney 62f080a589 (maint) Fix ironic misspelling of intelligence
intelligance -> intelligence in README.md
2014-10-15 15:53:27 -07:00
Sebastien Badia 81887932cf readme: Fix puppet server typo
Fix server typo and remove whitespaces.
2014-10-07 20:51:27 +02:00
Hailee Kenney e9ee2c39a9 (maint) Add forge link to README
To make it easier for users to find the strings module on the forge,
add a link to the module's forge page in the README.
2014-10-07 11:44:39 -07:00
Andrew Parker 92a3bd902c (PDOC-10) Try to simplify the installation
The instructions for installation provided a lot of different
alternatives. In order to quickly answer the question of "how do I use
this" we can just give the most common ways of getting it installed.
2014-10-03 14:59:55 -07:00
Hailee Kenney 2ed04c616f (PDOC-10) Update README.md to be more detailed
Since puppet strings will soon release a 0.1.0 version, update the
README.md file to include the necessary details about the project.
2014-10-01 14:37:13 -07:00
Hailee Kenney ec0e26e339 (PDOC-3) Rename face to strings instead of yardoc
Since we don't want the name of the tool to reflect the fact that
it is using yard internally (this is an implementation detail), rename
the face to `strings`. Now when one wishes to generate documentation,
`puppet strings` will be used rather than `puppet yardoc`.
2014-09-11 09:57:19 -07:00
Charlie Sharpsteen 6e1e9b3e24 Require Puppet >= 3.6.0
Mostly due to breaking changes in how the `puppet module list` Face works.
2014-06-09 21:20:56 -07:00
Charlie Sharpsteen 353b48bb1a Add README.md 2014-05-30 12:23:10 -07:00