StollLab / EasySpin

MATLAB toolbox for Electron Paramagnetic Resonance (EPR) spectroscopy
http://easyspin.org
MIT License
48 stars 26 forks source link

function signatures (#236) #248

Closed redman-a closed 1 year ago

redman-a commented 2 years ago

This is perhaps a good point to share my progress. I have created fuctionSignatures.json inline with issue #236. Currently all documented functions have been included with "description" and "inputs" arguments supplied. There are a few point/issues to discuss:

Before this is ready to merge it is likely that several "name", "purpose" and "description" arguments will change to enhance consistency and simplify.

stestoll commented 2 years ago

Thanks for working on this tedious but important issue!

redman-a commented 1 year ago

All previously reported issues have been addressed. (NB: the current autocomplete behaviour is as MathWorks intends).

The .json has been updated up to commit ed7601a

stestoll commented 1 year ago

This looks good. Thank a lot for this contribution!