This week, I successfully used this project to set up driverless printing to my HP LaserJet P1005 from a Raspberry Pi 2. 🙌
I'd love to be able to contribute to documentation to make this easier for others.
But there doesn't seem to be a documentation system in place yet...
- some projects store documentation in the project wiki (see Documenting your project with wikis)
- advantages: easy for to add/edit documentation without submitting pull requests
- disadvantages: when a new major version is released, it's hard to tell v1 docs from v2, etc.
- some projects store documentation in a
docs/ folder (see About GitHub Pages and Configuring a publishing source for your GitHub Pages site)
- advantages: v1 documentation is in the v1 branch; v2 documentation is the v2 branch
- disadvantages: have to submit PRs to update docs
- note: this way also works well with ReadTheDocs versioned documentation if you prefer that over GitHub Pages
(I personally like option 2)
Maintainers, do you have a preference for where I should start submitting documentation?
This week, I successfully used this project to set up driverless printing to my HP LaserJet P1005 from a Raspberry Pi 2. 🙌
I'd love to be able to contribute to documentation to make this easier for others.
But there doesn't seem to be a documentation system in place yet...
docs/folder (see About GitHub Pages and Configuring a publishing source for your GitHub Pages site)(I personally like option 2)
Maintainers, do you have a preference for where I should start submitting documentation?