mozilla-ai / lm-buddy

Your buddy in the (L)LM space.
Apache License 2.0
64 stars 3 forks source link

Initial pass at Sphinx-based docs #35

Closed veekaybee closed 8 months ago

veekaybee commented 8 months ago

We'd like the library to follow other open-source releases and include auto-generated docs that showcase in Sphinx. This PR moves all the READMEs out of their code-related folders into a single buildable dir, adding additional READMEs for evaluation and fine-tuning specifically.

This is the placeholder for building the docs, not all of the content itself.

Screenshot 2024-02-09 at 2 16 51 PM

The docs are built from the index.rst file, with one pointer pointing to the README at the level above docs in readme_link.md

To test:

  1. Pull branch
  2. cd into docs
  3. run make clean and make html
  4. Check out the generated html file in the build directory on your local browser.

Next steps would be to clean up the actual content and enable building of gitpages via the docs dir in Actions.

cc @mozilla-ai/ml-group