A semantic search engine for source code https://bitshift.benkurtovic.com/
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README.md 598 B

il y a 10 ans
il y a 10 ans
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.