0 comments (0 comments)0 reactions (0 reactions)1 assignee (1 assignee)Python915 stars (915 stars)63 forks (63 forks)batch import
help wantedmanual
Description
- Fix issues that sphinx warns about.
- Nix extraneous blank pages.
- Make the indexes actually exist.
- Make the py:obj references to list, str, &c., work right.
- Make references in bayeslite.compiler module description work right.
- Issue type
- documentation
- Research direction
- The issue lists specific tasks: fix Sphinx warnings, remove extraneous blank pages, ensure indexes exist, correct py:obj references to built in types like list and str, and fix references in the bayeslite.compiler module description. Start by setting up the project's documentation build environment (likely using Sphinx) and running 'make html' to see current warnings and errors. The file likely is in a 'docs/' directory with .rst files. Refer to the Sphinx configuration (conf.py) and the project's documentation source files. Since an assignee exists, check if there is any ongoing work or PR; if not, consider asking for clarification on the assignee's status.