vllm
Add full API docs and improve the UX of navigating them
#17485
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
64
Changes
View On
GitHub
Commits
Add config page to index
hmellor
committed
1 year ago
Configure `autodoc2`
hmellor
committed
1 year ago
Add `config.md`
hmellor
committed
1 year ago
Add missing requirement
hmellor
committed
1 year ago
Typo
hmellor
committed
1 year ago
Replace links for offline
hmellor
committed
1 year ago
Generate full API docs
hmellor
committed
1 year ago
Replace tiny API ref files with one index of all important stuff
hmellor
committed
1 year ago
Fix some links
hmellor
committed
1 year ago
Fix some sphinx errors
hmellor
committed
1 year ago
Remove old `autodoc` and `autosummary`
hmellor
committed
1 year ago
`linkcode_resolve` without importing vllm
hmellor
committed
1 year ago
Improve navigation of API docs
hmellor
committed
1 year ago
Don't include undocumented or private objects
hmellor
committed
1 year ago
Exclude auto generated files we don't use
hmellor
committed
1 year ago
Make pre-commit happy
hmellor
committed
1 year ago
Fix PR linkcode?
hmellor
committed
1 year ago
Fix pre-commit one last time
hmellor
committed
1 year ago
Review comment
hmellor
committed
1 year ago
`VLLM_ROOT` is the `pr_number` dir?
hmellor
committed
1 year ago
`index.md` -> `summary.md`
hmellor
committed
1 year ago
rst -> myst (:x:`y` -> {x}`y`)
hmellor
committed
1 year ago
Merge branch 'main' into add-config-docs
hmellor
committed
1 year ago
3 erroneous find and replaces
hmellor
committed
1 year ago
Fix `.. code-block`s
hmellor
committed
1 year ago
Support autodoc with indented attrs
hmellor
committed
1 year ago
Fix Google style docstrings
hmellor
committed
1 year ago
Fix doc build errors
hmellor
committed
1 year ago
pre-commit
hmellor
committed
1 year ago
Update API ref that gets checked
hmellor
committed
1 year ago
Merge branch 'main' into add-config-docs
hmellor
committed
1 year ago
Fix indentation in regex
hmellor
committed
1 year ago
Add vllm._C mock
hmellor
committed
1 year ago
Fix whitespace errpr
hmellor
committed
1 year ago
Merge branch 'main' into add-config-docs
hmellor
committed
1 year ago
Fix linkcode_resolve for class members
hmellor
committed
1 year ago
Update admonitions in LLM docstrings
hmellor
committed
1 year ago
Convert math and admonitions
hmellor
committed
1 year ago
Remove whitespace
hmellor
committed
1 year ago
Fix line number detection final
hmellor
committed
1 year ago
Replace `See also:`
hmellor
committed
1 year ago
Find all public interfaces
hmellor
committed
1 year ago
fix
hmellor
committed
1 year ago
Add skip for bad `__init__` files
hmellor
committed
1 year ago
Fix some Sphinx warnings
hmellor
committed
1 year ago
Remove warning
hmellor
committed
1 year ago
Merge branch 'main' into add-config-docs
hmellor
committed
1 year ago
pre-commit
hmellor
committed
1 year ago
pre-commit
hmellor
committed
1 year ago
Revert change to platforms/__init__.py (we're not documenting that yet)
hmellor
committed
1 year ago
Don't ignore any generated API docs
hmellor
committed
1 year ago
Auto document the full API, not just `__all__`
hmellor
committed
1 year ago
Sort alphabetically for ease of navigation
hmellor
committed
1 year ago
Improve `AsyncLLM` docstring
hmellor
committed
1 year ago
Improve `LLMEngine` docstirng
hmellor
committed
1 year ago
Don't skip undocumented objects
hmellor
committed
1 year ago
Use code block for ASCII diagram
hmellor
committed
1 year ago
Dis ambiguous references in docstrings
hmellor
committed
1 year ago
Remove unnecessary newline
hmellor
committed
1 year ago
pre-commit
hmellor
committed
1 year ago
Make build leaner
hmellor
committed
1 year ago
Fix buildkite docs build test
hmellor
committed
1 year ago
Merge branch 'main' into add-config-docs
hmellor
committed
1 year ago
Fix import error in example
hmellor
committed
1 year ago
Loading