UBC-MDS / quanteda

Perform exploratory data analysis (EDA) on quantitative financial data.
https://quanteda.readthedocs.io/en/latest/
MIT License
1 stars 1 forks source link

Creating usage examples #40

Closed JohnShiuMK closed 9 months ago

JohnShiuMK commented 9 months ago

Your package-level documentation should be very clear and polished by the end of this milestone. It should include a vignette (i.e., an article/tutorial) demonstrating how to use all your package functions on a more real-life example than the examples in the function documentation. There should be clear and well written narrative to go along with the code examples in the vignette. Essentially, this documentations should enable any user with minimal expertise to be able to run your package functions and play around with them. This documentation should be published to a website, using the tools most appropriate for the programming language you wrote your code in. For Python, all function documentation should be rendered using the napolean Sphinx extension and readable on ReadTheDocs. Your vignette should be a Jupyter notebook in the docs folder.

Reference:

JohnShiuMK commented 9 months ago

Some bullet points about the usage examples we have mentioned

dorisyycai commented 9 months ago

first draft is created via https://github.com/UBC-MDS/quanteda/pull/46 within the draft, we added functionality to download zip file from source url and to clean up raw data.

jbarns14 commented 9 months ago

Okay, I edited the vignette and made a pr for the branch vignette_edit (#53) if someone can review it that would be awesome. Pretty much just removed a couple parts that had already been stated, but didn't have to change much. Again, great work @Doris (Yun Yi) Cai !