-
Notifications
You must be signed in to change notification settings - Fork 29
Docs #24
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
Docs #24
Conversation
Also updated Makefile to remove modules.rst after running sphinx-apidoc. The modules.rst file is usually used in projects with a complex module hierarchy, and is generated automatically with sphinx-apidoc. In this project it is not used, which causes a sphinx warning during the build process. (The warning is harmless, but still.)
This fixes the final Sphinx build warning (due to the file not actually being used anywhere in the docs).
- Expanded docstring of fuzzyfinder function. - Updated type hints to allow for iterables of non-strings.
|
Hi! I have another PR prepared (for the highlight feature) which is based off of these changes, so it would be nice to merge this first to not make a mess out of the commit history. Hope I'm not being too pushy. 😅 |
amjith
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for going through this and updating it. I appreciate it.
Updated
README.mdwith some new usage examples, but mostly updated Sphinx docs.toxusage example to reflect recent(-ish) changes.Resolves #12
NOTE: The docs on readthedocs are not up-to-date. I'd set up a publishing pipeline myself, but I'm not sure I can actually do that (I assume the project is already connected to your RTD account, or something like that). Do you think this is something you could tackle at some point? At the very least it would be nice to update the RTD docs page just to reflect the new changes.