-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Refactor]: purge deprecated configuration option data_path
#472
Comments
This could be accomplished in stages:
Probably gitbook items first (@TimothyWillard hotfix? since its already deprecated), but then the rest in any order (probably non-hotfix). |
Quick question for anyone to answer: ![]() Not sure what weight ss from this page on the gitbook. |
Hmm - I think those are explicitly labelled "OLD" at the moment, so we can ignore them for now. At some point we'll want to support flepimop-versioned-user guide that people can select the version they're working from. I think sphinx may "just work" to provide that kind of support, if we approach the general user guide as part of the API. That's a longer term effort, I'd guess. |
which R is that from? the scripts or one of the packages? If those params are still used in the corresponding function args, that param documentation can remain until we also revise those function signatures (in later stages of resolving this deprecation issue). |
it's from yaml_utils.R It's in the |
Got it - I'm actively working on the refactor for it, so don't worry about anything in flepiconfig. |
The
data_path
configuration option is no longer supported and has not been for some time.As such, we should now purge all specific deprecation-related code (e.g. warnings specifically about the presence of this argument), fix all documentation to remove it, and ensure vestigal code concerning it goes away.
The text was updated successfully, but these errors were encountered: