titipata / pubmed_parser

:clipboard: A Python Parser for PubMed Open-Access XML Subset and MEDLINE XML Dataset
http://titipata.github.io/pubmed_parser/
MIT License
580 stars 166 forks source link

Missing details in API docs #82

Closed tleonardi closed 4 years ago

tleonardi commented 4 years ago

Hi, I've noticed some functions miss the sphinx documentation: parse_pubmed_paragraph(): the parameter all_paragraph is not documented table_to_df(): parameters and return value not documented parse_pubmed_web_tree(): parameters and return value not documented extract_citations(): parameters and return value not documented extract_pmc(): parameters and return value not documented

titipata commented 4 years ago

I've fixed this issue in 7d4ae40. I will further update the documentation and point to this issue later on!