doc-builder
doc-builder copied to clipboard
The package used to build the documentation of our Hugging Face repos
Too much spacing 
Files 1, 2, & 4 are built based on the same repo but give different shas / sizes:  Maybe related to https://github.com/sveltejs/kit/issues/2456 This is annoying because it uploads extra...
The `inspect` package uses `is`/`is not` (instead of `==`/`!=`) with `inspect._empty`: - This is useful because the user might override `__eq__`/`__ne__` (with unexpected behavior). - For singletons, `is`/`is not` guarantees...
When generating documentation for a class, it would be good to be able to list on the right menu all of its methods. For context, in `huggingface_hub` we have a...
Copy-pasting idea from Discord user > INSPIRATION: I was going through the "Deep RL Course" and for as much as I love huggingface and its courses it seemed ironic that...
### Is your feature request related to a problem? Please describe. When using the ` (...) ` syntax, links are generated but not displayed properly in the UI. Here is...
When hovering over the arguments of the `TrainingArguments`, the docstrings aren't showing up here: https://huggingface.co/docs/transformers/main_classes/trainer It works for the arguments of `Trainer`, but not for `TrainingArguments`.
I noticed that if you use the backticks for code format in a header, you can still see them in the right nav bar. Should I avoid using code format...
I'm trying to do inference on multiple gpu's and came accross this link: [https://huggingface.co/docs/transformers/main/en/perf_infer_gpu_many](https://huggingface.co/docs/transformers/main/en/perf_infer_gpu_many). As you can see a 'note' is shown but nothing more, is this expected behaviour or...