Skip to content
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

Merging Sequential and Service API #416

Merged
merged 3 commits into from
Jul 2, 2020
Merged

Merging Sequential and Service API #416

merged 3 commits into from
Jul 2, 2020

Conversation

Thomsch
Copy link
Contributor

@Thomsch Thomsch commented Jun 29, 2020

Description

The documentation showcases three different levels of API: sequential, service, and framework. However, sequential and service APIs are accessible from the same module and have a similar usage making it confusing for the user. Additionally, these two APIs are fundamentally the same, except sequential is a in-memory optimization helper method, thus making its sovereignty as its own module questionable.

Changes

We merge the documentation of the two APIs. There is no need to merge the APIs' source code since this separation exists only in the doc.

Checklist

Quality

  • I have read the CONTRIBUTING doc
  • My commits messages follow this format
  • My code follows the style guidelines ($ tox -e lint)

@Thomsch Thomsch added the documentation Regarding description, documentation, tutorials, etc label Jun 29, 2020
@Thomsch Thomsch added this to the v0.1.9 milestone Jun 29, 2020
@Thomsch
Copy link
Contributor Author

Thomsch commented Jun 29, 2020

docs/src/user/api.rst Outdated Show resolved Hide resolved
Co-authored-by: Xavier Bouthillier <[email protected]>
@bouthilx bouthilx merged commit 016cbcb into Epistimio:develop Jul 2, 2020
@Thomsch Thomsch deleted the doc/two-apis branch July 2, 2020 18:39
This was referenced Nov 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Regarding description, documentation, tutorials, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants