Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganize documentation into Sphinx #1374

Closed
wants to merge 6 commits into from
Closed

Conversation

yimothysu
Copy link
Collaborator

image

Currently, we have all documentation in a docs/ directory. This PR moves the documents into Sphinx to generate a documentation website, which has several advantages:

  1. More structured and clearer organization
  2. More extensible
  3. Better search functionality
  4. Automatic code documentation from docstrings
  5. Easier to navigate on mobile

We can host this on GitHub Pages or ReadTheDocs.

@li-boxuan
Copy link
Collaborator

li-boxuan commented Apr 26, 2024

#1372 seems to overlap with this effort?

C.C. @Sparkier

@yimothysu
Copy link
Collaborator Author

@Sparkier just realized I missed your PR because I started implementing this earlier. Do you have any strong opinions?

I lean towards Sphinx to automatically generate code documentation from Python docstrings, and for integration w/ Python tooling in general.

@Sparkier
Copy link
Collaborator

Hey, I started a slack thread since this is a bigger decision. Hope that's ok with you.

@yimothysu
Copy link
Collaborator Author

Closing in favor of #1372

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants