doctree icon indicating copy to clipboard operation
doctree copied to clipboard

First-class library documentation for every language (based on tree-sitter), with symbol search & more. Lightweight single binary, run locally or self-host. Surfaces usage examples via Sourcegraph.

Results 24 doctree issues
Sort by recently updated
recently updated
newest added

Comment(s) that is not written directly above a particular function should be omitted. Case in point: https://github.com/gorilla/mux/blob/3cf0d013e53d62a96c096366d300c84489c26dd5/mux.go#L406-L410 At doctree: ![image](https://user-images.githubusercontent.com/7043511/170808825-b3a195a4-c3d6-460b-aad5-7abd33958f07.png) At godoc: ![image](https://user-images.githubusercontent.com/7043511/170808837-2dc65738-b628-4860-8294-974398948c1d.png) This is just my assumption, feel free...

I just tried doctree for the first time on a Python project. It's a [serverless.com](https://serverless.com) deployed project and I noticed that when I run `doctree index .`, files in my...

The way doctree ties back to Sourcegraph is that you can opt-in to connecting it to a Sourcegraph server if you like. Running locally or self-hosting, you can opt-in to...

Hey! Would be fantastic if `doctree serve` could use s3 as filesystem backend - would allow me to use `doctree index` in CI and upload the files to s3 where...

- [x] By selecting this checkbox, I agree to license my contributions to this project under the license(s) described in the LICENSE file, and I have the right to do...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | New value | Sourcegraph | |---|---|---|---|---| | alpine | final | minor | 3.20 |...

bot

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | New value | Sourcegraph | |---|---|---|---|---| | alpine | final | digest | 3.16 |...

bot

`save-state` and `set-output` commands used in GitHub Actions are deprecated and [GitHub recommends using environment files](https://github.blog/changelog/2023-07-24-github-actions-update-on-save-state-and-set-output-commands/). This PR updates the usage of `::set-output` to `"$GITHUB_OUTPUT"` Instructions for envvar usage from...