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

Documentation: Where is System.ActorOf() introduced? #3433

Closed
jtaylor100 opened this issue May 4, 2018 · 4 comments
Closed

Documentation: Where is System.ActorOf() introduced? #3433

jtaylor100 opened this issue May 4, 2018 · 4 comments

Comments

@jtaylor100
Copy link
Contributor

jtaylor100 commented May 4, 2018

As Part 1: Top-level Architecture reads:

As we have seen in the previous chapters, to create a top-level actor one must call System.ActorOf().

This method doesn't seem to be mentioned in any of the previous chapters of the doucmentation as visible on https://getakka.net (e.g. 'What is Akka.NET?', 'What are actors?' or 'Akka.NET Libraries and Modules').

I had to browse the API docs to learn how to create an instance of ActorSystem with ActorSystem.Create. These tutorials should cover this step.

@Danthar
Copy link
Member

Danthar commented May 4, 2018

Have you tried learnakka.net for tutorials ?

@jtaylor100
Copy link
Contributor Author

This issue isn't that I can't find how to do something. It's something that can be improved in the tutorials on https://getakka.net .

@sean-gilliam
Copy link
Member

In that section of the akka.io documentation, they reference a QuickStart guide that has the System.ActorOf() bits included.

It looks like a simple oversight when porting the docs over to our site. Should be a relatively easy fix to explain what it is especially
with the diagram just a few sentences away.

You're welcome to send a PR if you want =)

@jtaylor100
Copy link
Contributor Author

jtaylor100 commented May 4, 2018

Sure thing! I'll submit it when I have some more time.

Feel free to assign the issue to me if you wish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants