Skip to content

Latest commit

 

History

History
 
 

h2o-docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

h2o-docs

src/product

This folder includes the main product documentation. The documentation is built using Sphinx with the Read The Docs theme.

Note that there are also some directories under the /product folder from the original h2o-3 pre-sphinx docs build system.

Requirements

Run the following to install Sphinx and the RTD theme.

python3 -m pip install sphinx==2.1.1
python3 -m pip install sphinx_rtd_theme==0.2.4

Run the following to install the additional required extensions:

python3 -m pip install recommonmark
python3 -m pip install sphinx_prompt==1.1.0
python3 -m pip install sphinx-tabs==1.1.12
python3 -m pip install sphinx_substitution_extensions==2019.6.15.0
python3 -m pip install docutils==0.16
python3 -m pip install future
python3 -m pip install "jinja2<3.1"

The makefile for building the docs is in the /src/product folder. Run the following to build the H2O-3 User Guide.

cd src/product
make html

The output will be available in:

src/product/_build/html/index.html

src/booklets/v2_2015

This folder contains latex source code for H2O-3 booklets. The booklets can be built from the /h2o-3 folder.

cd ..
./gradlew booklets

The output PDFs are available in:

src/booklets/v2_2015/source

src/api

This folder provides an overview of the H2O-3 REST API and includes an example. The REST API docs are available on the docs site.

src/cheatsheets

This folder includes parity information between R and Python functions and a conversion table for H2ODataFrame to Pandas DataFrame.

src/dev

This folder contains information about the H2OApp and about custom functions.

src/front

This folder is deprecated and is no longer maintained. It will be removed at a later date.