-
-
Notifications
You must be signed in to change notification settings - Fork 867
Clarify "Helping with Do 8000 cumentation" #335
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One tweak to make to new stuff, and if you want to fix up other stuff while you're here I left comments on that as well.
docquality.rst
Outdated
The Developer's Guide (what you're reading now) uses the same process as the | ||
main Python documentation, except for some small differences. The source | ||
lives in a `separate repository`_ and bug reports should be submitted to | ||
the `the GitHub tracker`_. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"its GitHub tracker
_` (basically helping differentiate which GitHub issue tracker you're talking about and dropping the double "the").
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"its"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops. 😄 Updated my comment according to Ned's catch of my grammatical mistake.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
documenting.rst
Outdated
|
||
The toolset used to build the docs is written in Python and is called Sphinx_. | ||
Sphinx is maintained separately and is not included in this tree. Also needed | ||
are docutils_, supplying the base markup that Sphinx uses; Jinja_, a templating |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docutils is a dependency for Sphinx so I don't think it's worth explaining this much detail (especially if Sphinx ever changes what it depends on).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deferred to a separate PR.
documenting.rst
Outdated
engine; and optionally Pygments_, a code highlighter. | ||
|
||
You are expected to have installed the latest stable version of | ||
Sphinx_ and blurb_ on your system or in a virtualenv_ (which can be |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically it's a "virtual environment" because virtualenv
is the name of the project that introduced the concept of virtual environments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deferred to a separate PR.
Note also this conflicts with the changes proposed in PR #327, i.e. to remove the "without make" section. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @csabella, Thanks for the pull request and your ongoing contributions. I appreciate them 👍
Perhaps it would be good to split this PR into two. One for the docquality file and one for the documenting file. I suggest that since the building section has another open PR and there are likely to be multiple opinions on the content. This way we can merge the first PR in a timely manner while we work through the building steps which may take a bit longer to sort out the docs.
If you need any help splitting the PR let me know and I would be happy to do coach you through it.
Thank you all for the reviews and I apologize for the delay in getting back to this. As per Carol's suggestion, I've reverted the changes on Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small edit needed and this looks good to me.
docquality.rst
Outdated
The Developer's Guide (what you're reading now) uses the same process as the | ||
main Python documentation, except for some small differences. The source | ||
lives in a `separate repository`_ and bug reports should be submitted to | ||
the `its GitHub tracker`_. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small correction still needed after the PR split the. Thanks @csabella 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@brettcannon I'm going to merge @csabella's PR. I believe that she addressed your concerns. Thanks @csabella ☀️ |
* Clarify "Helping with Documentation" * Suggested changes. * Suggested changes. * Remove extra "the"
For issue #334 .
I've made a few changes in this PR to maybe make building the Python docs clearer.
I hope these changes don't step on decisions made in the past, but I think they might help a newcomer navigate more easily.