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

Move tutorial to something like ReadTheDocs so anyone can contribute #349

Closed
GabLeRoux opened this Issue Nov 2, 2016 · 6 comments

Comments

Projects
None yet
4 participants
@GabLeRoux

GabLeRoux commented Nov 2, 2016

For more details see the generic tutorial: https://sites.google.com/site/kmmbvnr/home/django-jenkins-tutorial

I'd like to edit this as I found a typo:

add django_jenins to INSTALLED_APPS in settings.py

Would be

add django_jenkins to INSTALLED_APPS in settings.py

Add to you project file named requirements.pip with all project dependencies list

Would be

Add to your project requirements.txt with all project dependencies list

etc.

If you add me to contributors, I could find the time to set this up in Read The Docs and convert the google document.

I'd be really happy to give a hand as this project is very handy :)

I've created https://readthedocs.org/projects/django-jenkins/ and added kmmbvnr as a maintainer.

This repository doesn't have a valid webhook set up. That means it won't be rebuilt on commits to the repository.
You can resync your webhook to fix this.

@GabLeRoux

This comment has been minimized.

Show comment
Hide comment
@GabLeRoux

GabLeRoux commented Nov 22, 2016

@kmmbvnr bump 🍦

@kmmbvnr

This comment has been minimized.

Show comment
Hide comment
@kmmbvnr

kmmbvnr Feb 16, 2017

Owner

Sorry, I don't think that the ReadTheDocs website is well suited for the things like tutorials.

Thanks for notes. I made few changes in the google docs.

Owner

kmmbvnr commented Feb 16, 2017

Sorry, I don't think that the ReadTheDocs website is well suited for the things like tutorials.

Thanks for notes. I made few changes in the google docs.

@kmmbvnr kmmbvnr closed this Feb 16, 2017

@GabLeRoux

This comment has been minimized.

Show comment
Hide comment
@GabLeRoux

GabLeRoux Feb 16, 2017

Our opinions differ here.
I think it's not possible to collaborate on the google docs easily unless you provide specific access to some people directly. I consider that a tutorial is only a section of the documentation. I personally didn't see the link to the google docs at first so I was very confused and I find read the docs more convenient and clean.

  • Easier to collaborate, everybody can suggest a PR
  • We can keep track of the modifications
  • There's a table of content! :)
  • We can add more documentation (easily)

It could also be some markdown in a folder in the project or a wiki on Github. I recommended read the docs based on the fact that many python projects use it.
My main concern was collaboration here

GabLeRoux commented Feb 16, 2017

Our opinions differ here.
I think it's not possible to collaborate on the google docs easily unless you provide specific access to some people directly. I consider that a tutorial is only a section of the documentation. I personally didn't see the link to the google docs at first so I was very confused and I find read the docs more convenient and clean.

  • Easier to collaborate, everybody can suggest a PR
  • We can keep track of the modifications
  • There's a table of content! :)
  • We can add more documentation (easily)

It could also be some markdown in a folder in the project or a wiki on Github. I recommended read the docs based on the fact that many python projects use it.
My main concern was collaboration here

@SalahAdDin

This comment has been minimized.

Show comment
Hide comment
@SalahAdDin

SalahAdDin Feb 25, 2017

Please, more documentation!

SalahAdDin commented Feb 25, 2017

Please, more documentation!

@GabLeRoux

This comment has been minimized.

Show comment
Hide comment
@GabLeRoux

GabLeRoux May 28, 2017

@kmmbvnr can you reconsider this with #351 ? I still think this would be a good improvement to the project and it would make it more accessible for anyone.

If you think rtfd is not the right solution here, let me know why and what we could do to get this merged. I'm always looking for ways to improve myself as a developer and I'd like to know what went wrong here.
I know it's been a while, but I really like this project and I feel like more documentation can't hurt.
Thanks for your time

GabLeRoux commented May 28, 2017

@kmmbvnr can you reconsider this with #351 ? I still think this would be a good improvement to the project and it would make it more accessible for anyone.

If you think rtfd is not the right solution here, let me know why and what we could do to get this merged. I'm always looking for ways to improve myself as a developer and I'd like to know what went wrong here.
I know it's been a while, but I really like this project and I feel like more documentation can't hurt.
Thanks for your time

nikolas added a commit to nikolas/github-drama that referenced this issue May 30, 2017

@nikolas

This comment has been minimized.

Show comment
Hide comment
@nikolas

nikolas May 30, 2017

Contributor

I agree, django-jenkins should use Sphinx / readthedocs for all documentation as it's standard for python projects. It allows for collaboration and keeps the documentation close to the code.

Contributor

nikolas commented May 30, 2017

I agree, django-jenkins should use Sphinx / readthedocs for all documentation as it's standard for python projects. It allows for collaboration and keeps the documentation close to the code.

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