-
Notifications
You must be signed in to change notification settings - Fork 36
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
Docs/SK-924 | Update quickstart guide #648
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have some thoughts:
- I think the "Getting started with FEDn" section should be under "Introduction".
- I think using the Studio interface should be present in the "Getting started with FEDn" guide. Then, of course we can include a short line on how to achieve the same result using the cli.
- Running the client in the "Getting started with FEDn" example is still done via docker.
- I would prefer if the "Getting started with FEDn" guide did not make use of the mnist-pytorch example but instead took the reader through creating their own FEDn project. (perhaps could be done later)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is an improvement!
A suggestion for the later is to use tabs to display how to do things using the UI or APIClient. This is of course not for now...
docs/quickstart.rst
Outdated
|
||
.. code:: python | ||
|
||
>>> ... | ||
>>> client.download_model("<model-id>", path="model.npz") | ||
|
||
|
||
**Connecting clients using Docker** | ||
Connecting clients using Docker |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we sure this is needed in the "Getting started" section?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
docs/quickstart.rst
Outdated
|
||
git clone https://github.com/scaleoutsystems/fedn.git | ||
|
||
Locate into ``examples/mnist-pytorch`` folder. The compute package is located in the folder ``client``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be "fedn/examples/mnist-pytorch"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
Description
https://fedn.readthedocs.io/en/docs-sk-924/quickstart.html
Starts implementing the Docs updates we discussed: