@thenomain said in Make Evennia 'more accessible' - ideas?:
@griatch said in Make Evennia 'more accessible' - ideas?:
@sparks said in Make Evennia 'more accessible' - ideas?:
@griatch said in Make Evennia 'more accessible' - ideas?:
@Sparks
As said, I'm not the target audience, but it's a good start I think. Maybe you should (already in your README since that is the front-page of github), add links to the places in your code where people can find the concepts (finger, notifications etc) so they can quickly dive into the bits they are interested in.That's an excellent idea. I've tried to clean it up a bit and add some hints on where to look.
Github even allows you to make clickable links to individual source files or lines of source files, so the opportunities to direct people into the code are many.
.
GriatchYou can also add comments per line, can’t you? It would be a good way to load up the commentary without adding it to the inline comments.
You can link to lines, but I don't think you can add comments to existing code in the GitHub interface - you can only do so on code that is under review. Even if you could I suspect it would be highly unstable way to keep comments since that line number is likely to change rapidly as the code evolves. Linking to a line faces the same problem, which is why we most often links to modules than to lines unless the module is very stable and not likely to change much.
.
Griatch