| Add docs/static directory to stop sphinx complaining
| 8 年前 |
| Add sphinx documentation
| 9 年前 |
| Use `importlib.metadata` over `pkg_resources`
This is "The Modern Way" and is requoired for Python 3.12.
https://docs.python.org/3.12/library/importlib.metadata.html
As `importlib.metadata` was added in Python 3.8, and as we still support Python
3.7, we add a fallback import for older versions.
| 2 年前 |
| Fix some doc typos
| 9 年前 |
| Fix documentation to give no sphinx warnings
| 9 年前 |
| fix(doc): Install command missing a parameter
The `--no-binary` option needs a parameter, as indicated in the pip documentation here https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-no-binary | 2 年前 |
| Add documentation for stream module
| 6 年前 |
| Add sphinx documentation
| 9 年前 |
| docs/lz4.block.rst: fix typo | 2 年前 |
| Use autodoc to add docstrings for frame module attributes
| 8 年前 |
| Add documentation for stream module
| 6 年前 |
| Add a warning to the stream module docs
This wwarning highlights that the stream module is considered experimental
and unmaintained.
| 4 年前 |
| Add sphinx documentation
| 9 年前 |
| Add documentation for the stream binding out-of-band block size record feature
| 6 年前 |
| Use sphinx_bootstrap_theme for docs
| 8 年前 |
| Add documentation for stream module
| 6 年前 |