matthew wall <
mwall...@gmail.com> writes:
> DEV_NOTES.txt still contains a *lot* more than just the release process, including baseline dependencies, gpg-specific stuff, packaging quirks for different operating systems, requirements for building docs.
>
> DEV_NOTES.txt (how to release, pre-reqs, packaging, code stats, etc) is completely different content than devnotes.md (stuff you should know if you want to write weewx code), so the file naming is unfortunate.
>
> agree that TODO and ROADMAP should be consolidated. issues really
> track the TODO items. tom tends to move on those at a much faster pace
> than i am able, so i sometimes go to do weewx stuff only to find the
> TODO items or issues are gone/closed.
I am guessing that you or Tom would feel comfortable doing these
rototills without a lot of effort; for others the effort would be mostly
making sure not to say anything wrong without the benefit of having it
all paged in.
> i am inclined to keep developer notes (DEV_NOTES.txt content) separate
> from the docs, but that is just my old-skool notion that i should be
> able to read everything i need to build/develop without having to
> install a toolchain to build the docs i am supposed to read.
My own view is that
- release process steps should really be scripted, but if not the docs
belong in the git repo as nerd-readable text
- in the git repo, easily discoverable from top-level, as
nerd-readable text, there should be an explanation of branches,
building instructions including prereqs, and information about
contributing changes. I don't much care how that's organized as
long as someone who checks out the repo and starts to look at it
finds it all quickly.
- I expected docs_src to be documentation about the program, rather
than the meta-level docs about branches, how to contribute, etc.
Sort of the man page that goes with the program built from the
source in the repo, for some value of "man page".
But indeed, I'm old-school too. I had to get an extra big backpack to
bring my RK05 back and forth :-) But seriously, I did walk to school
with a DECtape in my pocket.