-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Refactor the documentation #71
Comments
As I worked, the question partly answered itself. Yes, the user needs to know about the |
I did some work, available at my fork and compiled at a temporary place online. So far I've only worked on |
Hi @aptiko, this looks great. The docs definitely need some love. You can certwinly ioen a PR for this, and I'd be happy to merge it. Just make sure code you write is tested. |
Oh, and HEADER_TAG definitely isn't something the user should change. In the best case, the user should use the subclass of AbstractSegmentsContainer. So it could be named _HEADER_TAG, but this would look a bit uglier IMHO. |
Hey @aptiko! How's your work going on? |
@nerdoc Thanks for reminding me. Unfortunately it seems I won't work much on EDI, at least not at the moment. So I submitted my half-finished job. |
Partially refactor the documentation (partial fix for #71)
closed by #74 |
Hello,
I want to work on this project, and the first thing I'd like to do is improve the documentation. Is this OK? I have a question already, and as I read the existing documentation (and code) carefully, I'm sure I'll have lots more questions, so I'll be asking them here.
First question: Is
AbstractSegmentsContainer
meant to be used by the user (i.e. the developer that usespydifact
), or only by the developer (i.e. the developer that developspydifact
itself)? My opinion (and standard practice in projects such as Django) is that if it's an internal, we should not bother the user.The text was updated successfully, but these errors were encountered: