You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should improve the documentation towards the 0.8 release.
We should try to split public and private API, explain why things are needed, add some introduction to the top-level package summarizing the functionality so the user knows where to go.
Document the main package
Document the spineio package
Document the import_mapping package
Document the export_mapping package
Document the filters package
Make sure only the public API is documented
Add more examples
Finalize the tutorial
Add more tutorials if needed
Try to collect feedback on the tutorials, improve
The text was updated successfully, but these errors were encountered:
The server stuff needs to be documented as well. Not the API, but how it works within Toolbox Tools. When you get the server URL as a command line argument in a Tool script, it is different from "raw" database URL, e.g. the database has filters applied already and you cannot add more to the URL (or maybe this is unintentional bug?). You can apply filters using DatabaseMapping methods, though.
This is mostly done (although the names refer to some old stuff). What's still missing is something more generic in the beginning (spine-tools/Spine-Toolbox#1991).
And maybe @aporrasc could comment if there is something difficult about the documentation - I think he has been using it in recent weeks.
We should improve the documentation towards the 0.8 release.
We should try to split public and private API, explain why things are needed, add some introduction to the top-level package summarizing the functionality so the user knows where to go.
The text was updated successfully, but these errors were encountered: