
Data in the file system consists of fixed-length disk blocks. The size of the blocks (also known as file system sector size) affects disk space usage and performance. The value of blocks can be 4 KB, 8 KB, 16 KB, 32 KB, or 64 KB. Change-Id: I95a9aa7e071c470c21dc0fa009ba96a7c7439ce6 Implements: blueprint huawei-driver-block-size-config
Building the docs
Dependencies
- Sphinx
-
You'll need sphinx (the python one) and if you are using the virtualenv you'll need to install it in the virtualenv specifically so that it can load the manila modules.
pip install Sphinx
- Graphviz
-
Some of the diagrams are generated using the
dot
language from Graphviz.sudo apt-get install graphviz
Use make
Just type make:
% make
Look in the Makefile for more targets.
Manually
Generate the code.rst file so that Sphinx will pull in our docstrings:
% ./generate_autodoc_index.sh > source/code.rst
Run `sphinx_build`:
% sphinx-build -b html source build/html
The docs have been built
Check out the build directory to find them. Yay!