A semantic search engine for source code https://bitshift.benkurtovic.com/
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

vor 10 Jahren
vor 10 Jahren
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.