Anyone else running beta 8 yet?
I think there are only 2 or 3 things left to look at before it’s releasable. (There are some other things I’d like to do, but they might need to wait for my next burst of coding energy.)
The thing left are:
- Meadowphysics vs Ansible ops
- Documentation
- (and maybe) Telex aliases
Right, Meadowphysics has the following ops available to use:
MP.PRESET
MP.RESET
MP.SYNC
MP.MUTE
MP.UNMUTE
MP.FREEZE
MP.UNFREEZE
MP.STOP
Whereas Ansible has the following ops (when in Meadowphysics mode):
MP.PRE
MP.RES
MP.OFF
MP.SCALE
MP.PERIOD
This seems a bit confusing to me, especially if you’ve got an Ansible and a Meadowphysics in your rack. But I’m not quite sure what to do about it. My one idea at the moment is to prefix all the Ansible ops with A, e.g. AMP.PRE.
Any other ideas? Or is it just not that important?
Next up documentation. My intention is to try to create some sort of structured data file to hold the documentation (see here for what I’m thinking).
The question is, do we just want the output to be a something akin to a cheatsheet, with a very short description of each op. Or we would we rather have a proper manual with detailed info and maybe some examples for each op (in addition to the cheatsheet).
I should point out, I’m not planning on writing all the content myself! Instead I’m planning on writing some Python code to translate the datafile to Markdown and HTML (and possibly Latex), as well as to check for ops with missing documentation.
Please shout out if you’d like to help with the docs, no coding experience required. I can take care of cutting and pasting into the datafile.
Lastly, @bpcmusic, do you want to create any aliases for the Telex ops? Don’t worry if it’s too much to deal with in the next few weeks, there’s no reason why they can’t be done in 2.1 or later.