pandas-datareader icon indicating copy to clipboard operation
pandas-datareader copied to clipboard

DOCS: Create Developer Documentation for contributors

Open addisonlynch opened this issue 7 years ago • 5 comments

It would be nice to have some general developer documentation for potential contributors to help in cases such as #510, etc.

What are the best steps to take towards accomplishing this? Maybe something similar (albeit not all details needed) to the Pandas developer docs?

I've begun an implementation of this on my fork, basically copying the above and editing to be compatible with PDR. Much of the standards are the same anyway.

addisonlynch avatar Apr 14 '18 00:04 addisonlynch

@addisonlynch Of course this is welcome.

bashtage avatar Sep 18 '19 08:09 bashtage

@addisonlynch Can you share your implementation? I would love to contribute to this.

rohitjain00 avatar Sep 23 '19 20:09 rohitjain00

Should I start from ground up?

rohitjain00 avatar Oct 05 '19 16:10 rohitjain00

You could write up the steps you went through to add a new module.

bashtage avatar Oct 07 '19 22:10 bashtage

@rohitjain00 I started an implementation but somehow lost it. One option is to start off of the pandas dev documentation: https://pandas.pydata.org/pandas-docs/version/0.25/development/contributing.html though we do not need to be nearly as detailed.

addisonlynch avatar Oct 10 '19 02:10 addisonlynch