-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Help with contributing to the documentation? #327
Comments
(Right now, I'm specifically looking for how to contribute to the Videotools/Subtitles section.) |
Ping! Could it be that parts of the reference manual are missing from the repo? Like, entire folders? I tried to compare the online documentation with the contents in I wanna help improve the docs, and ideally while Hacktober is still going on. ^^ |
@mbeacom I saw you merged stuff and added labels to new issues, are you helping maintain the project now? I've been checking back every couple of months and was sad to never see it getting updated or issues receiving replies etc. I'd still love to help make moviepy better because I myself want to use an improved version. (: |
I also wouldn't mind contributing to the documentation here. I'm not good enough at python to contribute to the actual codebase, but I understand most of it. |
@Zulko Ohhh, I'd love to!! Though I guess it also depends on how much of a responsibility it is (: or what the workload would be (I'm not always "around" myself). Then again, I imagine there's no master plan for the project ^^ and any help is better than none, so yeah, I'm up for it!! |
@Zulko As I said, I'm not good enough currently to contribute to the actual code, but it would be something for me to aim towards (I have a few ideas for things to add). I've also never used GitHub before either. I can certainly work on updating the docs though; there is much to be desired there. I can't guarantee any commitment, but if you are happy with that, so am I. |
@Gloin1313 Have you used git before? If not, I think it can be a little overwhelming at first, but there are lots of resources out there and a little practice can go a long way. Documentation is also really important, so I would not worry about not being able to contribute much or any code at this point! |
@kerstin Only a tiny bit, but it is such a useful thing to learn anyway I don't mind! |
@kerstin @Gloin1313 @Earney @mbeacom Thanks for caring about the library, I have granted all of you push access to the repo, that'll be more fun that way. Please use it wisely ! All docs improvements are welcome, but avoid drastic code/api changes without previous discussion. Also, please keep Github conversations concise, and use r/moviepy for broader discussions. Thanks again ! |
@Zulko Thank you. If I want to edit the documentation, do I have to do it by editing the html files in the gh-pages branch, or is there an easier way? Thanks |
The HTML is autogenerated from the files that are in the |
@Zulko Thanks so much!! I don't really use Reddit – would it perhaps make sense to discuss something like workflow via e-mail? (I'm really only talking about "meta" stuff that is not so relevant to other people interested in contributing to the project/perusing the repo.) |
Regarding your reply to @Gloin1313 about the I originally assumed it to host the documentation because GitHub's .io pages usually mirror that. Is it just an old, outdated branch now which we should ignore? |
The docs directory contains the "code" that will generate the docs. These docs need to be compiled into HTML and the HTML is then pushed to the gh-pages branch. It's well explained online. This is the standard way of documenting a python package with Sphinx, see here for instance: |
Okay, thank you, I knew GitLab could do that but have never used Sphinx with GitHub (and only the tiniest bit on GL so far). I only ever manually pushed to |
Hey @Zulko your back! Could I possibly also become a contributor as im using moviepy in a rather large project at the moment and would like to contribute to the further maintenance of moviepy. Either way I'm glad your back the repo has been revived! |
@Reuben-Thorpe Hey there, please join the new MoviePy Gitter (linked from the README, badge at the top) – it's open to everyone and was created specifically for chatting about the project/"meta" discussions so as to keep the GitHub issues free of them. |
Heya @Zulko, could you possibly add some basic info on how to contribute to the documentation to the project's
README
(the main one in the master branch)? I was going to make some edits and actually already started but now realised I should probably not edit the html files because... they get generated?Which files would I need to edit and how would I test they look alright? Thanks!
The text was updated successfully, but these errors were encountered: