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

Having a "fast path" for documentation contributions #13

Open
pradyunsg opened this issue Oct 14, 2021 · 3 comments
Open

Having a "fast path" for documentation contributions #13

pradyunsg opened this issue Oct 14, 2021 · 3 comments
Labels
discussion doc:docs-community Related to docs-community.python.org

Comments

@pradyunsg
Copy link
Member

This came up in the Python 3.10 release stream -- https://youtu.be/AHT2l3hcIJg?t=5700 for the exact timestamp of when this was proposed in the stream and discussed briefly -- and I noticed that no issue has been filed for this yet so... I'm doing it myself. 😅

I wasn't the person who proposed this, so... there's no bullet list items of what exactly this would be. :)

@pradyunsg
Copy link
Member Author

Looking at the contribution process, which took me ~10 minutes to figure out as someone familiar with where things are in the CPython codebase and Python's devguide.

The two main things that I see can be improved:

  • Having an overview of the process for personas. Like bullet list of "what do I need to do as a content contributor" "what do I need to do as a content/PR reviewer".
  • Document make serve and use https://github.com/executablebooks/sphinx-autobuild/ in it. (full disclosure: I'm the primary maintainer of that)

@JulienPalard
Copy link
Member

When you say « fast path » do you mean for new contributors with a good knowledge about git and rst, and using Linux, so it would look like:

  • clone that repo
  • edit the file, (telling how to find it)
  • build locally (telling how)
  • look what it look like locally
  • pull request

?

I don't know how to properly do that, there's so many different paths, the one for those understanding git but not rst, those understanding rst but not git, those not understanding git nor rst, Windows / macOS / Linux, ..., ....

The one for those not understanding git nor rst is not a fast path though, it's a "sit down with a cup of tea 4 hour learning new things session".

What about something like:

  • clone that repo [click here if you don't know git]
  • edit the file [click here if you don't know rst]
  • build locally [click here if you don't know make or venvs]
  • look what it look like locally
  • pull request [click here if you don't know github]

?

@pradyunsg
Copy link
Member Author

pradyunsg commented Dec 30, 2021

Yea, that sounds about right.

It's basically a overview for folks who know roughly how the various tools works, and only need the overview + easy copy paste for figuring out how CPython does things.

This doesn't need to be a bullet list -- a doc with somewhat sequential headings like https://pip.pypa.io/en/stable/development/getting-started/ would work well, if you want to have explanation for new-comers referenced or even have them inline (headings make the page skimmable).

@willingc willingc added doc:devguide Related to devguide.python.org doc:docs-community Related to docs-community.python.org and removed doc:devguide Related to devguide.python.org labels May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion doc:docs-community Related to docs-community.python.org
Projects
None yet
Development

No branches or pull requests

4 participants