texthero
texthero copied to clipboard
📝 Documentation next steps: checklist
This document attempt at giving an order of importance of tasks related to improving the documentation of the website.
- [ ] Add the "Edit on Github" button in every Texthero web-page
Getting started
Expected documents:
- Getting Started
- Preprocessing (see #144)
- Representation
- NLP
- Visualization
- HeroSeries
- [ ] Write the "Preprocessing" page under Getting Started
- [ ] Write the "Representation" page under Getting Started
- [ ] Write the "NLP" page under Getting Started
- [ ] Write the "Visualization" page under Getting Started
- [ ] Write the "Kind of Series"/"HeroSeries" under Getting Started #135
Aim
The documentation is probably one of the most important part of the whole project. We want to explain clearly to new users what Texthero is about and let them start using it quickly and effortlessly.
For example, reading the "getting started" should be a smooth and simple lecture. The different doc pages should be linked together and the "getting started" should appear as a story.
Also, it's important to have a unified view: the language and the structure of each page should be clear. Different pages should still share a similar structure.
Each page needs to have a clear and specific goal, clear both to the writer and also shared with the public. The first sentence of the page document should mention that. "The aim of this page is to explain ..."
See the discussion here for some extra comments: #135
Useful resources / Inspiration
- jalajthanaki/NLPython
- Tutorial: Keith Galli - Natural Language Processing (NLP) in Python - From Zero to Hero
This document is a WIP
@jbesomi, as we now have implemented the API-checklist, we will now focus more on the documentation part. There we (@henrifroese and I) will start writing, the visualisation, representation, nlp tutorial and also a developer documentation :octocat: We will link the pull request later on here. 🥇
Perfect!
For the topic modeling tutorial, something similar to this one might be a good start: discovering-hidden-topics-python