-
Notifications
You must be signed in to change notification settings - Fork 6
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
More-on-Documentation #64
base: master
Are you sure you want to change the base?
Conversation
This file contains how and why to read the documentations of any library you are using in your program or code.
Hey @VarunK21, before I take a look at this can you move it into either a markdown file or a Jupiter notebook (since there is no code the markdown should suffice). I will try and find time to read it today. |
Additionally the file should be in the appropriate folder in the content directory, see https://github.com/pythoninchemistry/intro_python_chemists/blob/master/content/contributing.md |
Also it has been brought to my attention that the descriptions of the libraries are copy and pasted from https://www.ubuntupit.com/best-python-libraries-and-packages-for-beginners/ or wikipedia, is it possible that you can use your own words to describe the function of the package? We are trying to create original content. Not copy from others, or indeed paraphrase. |
@VarunK21 please note the copyright policy of ubuntupit (https://www.ubuntupit.com/copyright-policy/). |
@arm61 I will rewrite the descriptions in my own words and will put the file in the correct directory. And will get back to you soon |
This file includes why and how to read the documentation of various libraries that are used for various computations and data handling and visualization
Please have a look at this @arm61 and suggest me the changes if any . |
I am crazy busy this whole week, then off on Monday. So if @j-m-dean or @alexsquires have a chance to look at this feel free. If not I can deal with it next week. |
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.
I appreciate the wide range of packages discussed explicitly. While some are currently not used in the book (such as sympy and pandas), the 'commonly used packages' section is a nice touch, and is easily modified to include whatever packages we deem of interest as the project evolves.
Before compiling a list of suggested changes, I'd like to make two points about this document as it stands, and see if the other contributors agree (@arm61 @j-m-dean ):
- I do not like the use of gendered pronouns (i.e. him), this should not be an issue if adhering to the style guide but perhaps worth stating there explicitly?
- I don't feel comfortable promoting the use of devdocs as it seems much of the documentation contained within is outdated, or key packages are not included (i.e. there most up-to-date entries for
matplotlib
andnumpy
are ~1 year old, and scipy is not covered.). I think, for our target audience, the official package documentation should suffice.
I agree with @alexsquires . With regards to the two points raised:
|
@alexsquires and @j-m-dean thanks for your valuable suggestions. I would perform the mentioned changes in the documentation and will get back to you soon. |
@arm61 @j-m-dean @alexsquires I need some suggestions regarding the documentation |
Yes I think so. Also remember the focus of the section is to introduce students how to understand the docs. These contain technical writing that those new to programming may not be familiar with. |
This file contains the guide towards how to use the documentation of various libraries you are working on .
Please have a look at the latest documentation i have uploaded I have tried my best and kept all the points mentioned by you all while writing this . But still if there are any changes required the do tell me . |
Hi @VarunK21, Sorry this took so long! A couple of technical points: A reminder of @arm61 's point:
Secondly, could your include your images in Corrections:
|
@alexsquires I am extremely sorry as it took me a little longer to reply. I will soon correct the above mentioned points and upload the required file for review. Could you also please elaborate what you want me to do with the images in the documentation. |
So, as opposed to including the images within the notebook, they should be added to |
This file contains how and why to read the documentations of any library you are using in your program or code.