JasonKessler / scattertext

Beautiful visualizations of how language differs among document types.
Apache License 2.0
2.23k stars 289 forks source link

Where to get documentation of the functions? #22

Open jennxf opened 6 years ago

jennxf commented 6 years ago

Is there any where with documentation about the various scattertext functions? Something like a readthedocs? I went to search scattertext at the link below but its not populated yet. http://scattertext.readthedocs.io/en/latest/#

Looking for documentation about functions like: CorpusFromParsedDocuments get_corner_scores produce_scattertext_explorer

JasonKessler commented 6 years ago

Right now, I've just been updating the docs along with the code. If use the help function in the REPL or a notebook, you should have access to the docs using help(<function or class name>). Of course, they could be much better, and having them Sphinxed and released would be ideal.

I'll go ahead and make sure the internal docs for those are readable for 0.0.2.13.