A semantic search engine for source code https://bitshift.benkurtovic.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 598 B

10 years ago
10 years ago
12345678910111213141516
  1. bitshift
  2. ========
  3. bitshift is a semantic search engine for source code.
  4. Documentation
  5. -------------
  6. To build documentation, run `make html` from the `docs` subdirectory. You can
  7. then browse from `docs/build/html/index.html`.
  8. To automatically update the API documentation structure (necessary when adding
  9. new modules or packages, but *not* when adding functions or changing
  10. docstrings), run `sphinx-apidoc -fo docs/source/api bitshift` from the project
  11. root. Note that this will revert any custom changes made to the files in
  12. `docs/source/api`, so you might want to update them by hand instead.