-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: split Contributing page #39367 #39441
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
see the docs build
IOW you are renaming but you have to change the referencing pages themselves. |
@David-dmh , this reference #39367, right? You should specify that on your PR message. This is the template to be used https://github.com/pandas-dev/pandas/blob/master/.github/PULL_REQUEST_TEMPLATE.md About the changes you've made, I'd like to point a few things I've noticed:
|
Thank you for the guidelines, I'm working on making the changes. |
~~~~~~~~~~~~ | ||
|
||
First, you need to have a development environment to be able to build pandas | ||
(see the docs on :ref:`creating a development environment above <contributing.dev_env>`). |
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.
Can you delete above
? This link will lead to a different page now.
(see the docs on :ref:`creating a development environment above <contributing.dev_env>`). | |
(see the docs on :ref:`creating a development environment <contributing.dev_env>`). |
|
||
If your code is an enhancement, it is most likely necessary to add usage | ||
examples to the existing documentation. This can be done following the section | ||
regarding documentation :ref:`above <contributing.documentation>`. |
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.
Now the link text should be documentation
instead of above
.
regarding documentation :ref:`above <contributing.documentation>`. | |
regarding :ref:`documentation <contributing.documentation>`. |
About the checks, it also failed the docs build. You have to fix these problems too:
|
Co-authored-by: Gustavo C. Maciel <[email protected]>
Currently I'm working on being able to build the docs. Three dependencies are not installing (bottleneck, fastparquet, python-snappy). I have made changes in an attempt to rectify the doc build errors mentioned above. |
Hi @David-dmh - how are you trying to create your local development environment? IMO using miniconda is the most straightforward way. Anyway, if show your output, we can help debug |
Thanks for getting back to me @MarcoGorelli . Firstly, as you can see the 'CI / Web and docs' test is failing. It has an output of: I am still having an issue regarding environment setup. I now tried with Miniconda and it still throws the following error: (this is after activating pandas-dev and calling
|
Did you install Build Tools for Visual Studio 2017? |
Perhaps that is the issue, I installed the 2019 version. Will message via Gitter . |
Hi @MarcoGorelli , still busy chipping away at this one. I have been trying to use docker and it successfully builds pandas after executing |
I think If you use VSCode or PyCharm (pro edition), they have their own ways for developing in remote containers, it might be easier like that https://code.visualstudio.com/docs/remote/containers |
@gcmaciel I created a fresh PR #40130 with regards to this issue. Could you take a look at that code rather when reviewing and let me know of any fixes needed? |
Thanks @David-dmh - OK, I'll close this one in favour of #40130 (in the future, you can just add a new commit, you don't need to open a new PR), I'll aim to review it next week |
Splited original contributing.rst into 3 separate pages: