pandas-datareader
                                
                                 pandas-datareader copied to clipboard
                                
                                    pandas-datareader copied to clipboard
                            
                            
                            
                        DOCS: Create Developer Documentation for contributors
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 Of course this is welcome.
@addisonlynch Can you share your implementation? I would love to contribute to this.
Should I start from ground up?
You could write up the steps you went through to add a new module.
@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.