Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Add help for building the devguide documentation #206
Conversation
|
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Unfortunately we couldn't find an account corresponding to your GitHub username on bugs.python.org (b.p.o) to verify you have signed the CLA. This is necessary for legal reasons before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. Thanks again to your contribution and we look forward to looking at it! |
|
Maybe we could add a |
|
Don't answer to my comment about the |
|
Thanks @cjrh |
| (env) $ pip install -r requirements.txt | ||
| (env) $ make html | ||
| After the processing completes, the new HTML documents will be available in the ``_build/html`` |
cjrh
May 22, 2017
Author
Contributor
Thanks! I'll move these notes to the page you mentioned, and change the wording.
willingc
May 22, 2017
Collaborator
Thanks @cjrh. I like the more explicit directions that you have for working with the devguide code. It will be a nice addition to the page Mariatta references.
|
@Mariatta I've moved the instructions for virtualenv and using |
|
To mirror cpython, we could have a |
|
@zware Good idea! I've found the venv entry in the cpython/Doc Makefile, and I'm learning how to set up dependencies inside makefiles. |
|
LGTM. Could wrap the changed paragraph in docquality.rst to 80 columns, but that's not a big deal. |
|
As part of local testing this PR, I created a new virtual environment called |
|
Ok, I checked that section again, it doesn't mention that a venv needs to be created. So the user can ignore that a venv is even being used, because from now on @zware I also wrapped to 80. |
|
@Mariatta What was the error you got? Was it due to already having a venv activated? |
|
I think it was because I have an existing virtual environment called |
|
Hmm, that shouldn't be; can you reproduce it? As is, it should probably just use any venv named |
|
Ok I cleaned up my venv and tried this again. |
|
Thanks everyone! |
No description provided.