-
Notifications
You must be signed in to change notification settings - Fork 106
Add Quickstart Section to Improve Beginner Onboarding in libpysal Documentation #877
Description
Hi all,
While going through the libpysal documentation, I was exploring how a new user might get started with the package. Although the documentation is comprehensive and well-structured, I found that it is largely API-driven, and it may not immediately highlight a minimal end-to-end example for first-time users.
I would like to propose adding a small “Quickstart” section near the top of the documentation that could include:
- A short conceptual overview of what libpysal provides
- A minimal working example (e.g., loading a dataset and constructing spatial weights)
- A brief note on how libpysal connects to other PySAL subpackages
The goal would be to provide a clear entry point for new users before they move into the detailed API reference.
If this seems like a useful addition, I would be happy to draft a PR implementing it. I would also appreciate any guidance on where such a section would best fit within the current documentation structure.
Best,
Ananya