From d456f7d36b864c543627b6e14465701f6f13c302 Mon Sep 17 00:00:00 2001 From: Hannah Tillman Date: Fri, 26 Apr 2024 12:42:42 -0500 Subject: [PATCH] ht/link & spacing fixes --- h2o-docs/src/product/getting-started/hadoop-users.rst | 4 ++-- h2o-docs/src/product/getting-started/java-users.rst | 2 +- h2o-docs/src/product/getting-started/kubernetes-users.rst | 4 ++-- h2o-docs/src/product/welcome.rst | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/h2o-docs/src/product/getting-started/hadoop-users.rst b/h2o-docs/src/product/getting-started/hadoop-users.rst index f73713c787b2..a2f76f15efe0 100644 --- a/h2o-docs/src/product/getting-started/hadoop-users.rst +++ b/h2o-docs/src/product/getting-started/hadoop-users.rst @@ -269,8 +269,8 @@ For Hortonworks, configure the settings in Ambari. See more on `Hortonworks conf 4. In the **Scheduler** section, enter the amount of memory (in MB) to allocate in the **yarn.scheduler.maximum-allocation-mb** entry field. -.. figure:: ../images/TroubleshootingHadoopAmbariyarnscheduler.png - :alt: Ambari configuration scheduler section with the yarn.scheduler.maximum-allocation-mb section highlighted in red. + .. figure:: ../images/TroubleshootingHadoopAmbariyarnscheduler.png + :alt: Ambari configuration scheduler section with the yarn.scheduler.maximum-allocation-mb section highlighted in red. 5. Click **Save** and redeploy the cluster. diff --git a/h2o-docs/src/product/getting-started/java-users.rst b/h2o-docs/src/product/getting-started/java-users.rst index d555c2595dac..75fab287a3cc 100644 --- a/h2o-docs/src/product/getting-started/java-users.rst +++ b/h2o-docs/src/product/getting-started/java-users.rst @@ -1,7 +1,7 @@ Java users ========== -The following resources will help you create your own custom app that uses H2O. See `H2O's Java requirements `__for more information. +The following resources will help you create your own custom app that uses H2O. See `H2O's Java requirements `__ for more information. Java developer documentation ---------------------------- diff --git a/h2o-docs/src/product/getting-started/kubernetes-users.rst b/h2o-docs/src/product/getting-started/kubernetes-users.rst index 21a12dfd4e50..7e3dc7369437 100644 --- a/h2o-docs/src/product/getting-started/kubernetes-users.rst +++ b/h2o-docs/src/product/getting-started/kubernetes-users.rst @@ -5,8 +5,8 @@ H2O nodes must be treated as stateful by the Kubernetes environment because H2O H2O pods deployed on a Kubernetes cluster require a `headless service `__ for H2O node discovery. The headless service returns a set of addresses to all the underlying pods instead of load-balancing incoming requests to the underlying H2O pods. -.. figure:: images/h2o-k8s-clustering.png -:alt: Kubernetes headless service enclosing an underlying H2O cluster made of a StatefulSet. +.. figure:: ../images/h2o-k8s-clustering.png + :alt: Kubernetes headless service enclosing an underlying H2O cluster made of a StatefulSet. Kubernetes integration ---------------------- diff --git a/h2o-docs/src/product/welcome.rst b/h2o-docs/src/product/welcome.rst index 59871df66441..ba72c832c972 100644 --- a/h2o-docs/src/product/welcome.rst +++ b/h2o-docs/src/product/welcome.rst @@ -29,7 +29,7 @@ We recommend the following at minimum for compatibility with H2O: - Ubuntu 12.04 - RHEL/CentOS 6+ -- **Languages**: R and Python are not required to use H2O (unless you want to use H2O in those environments), but Java is always required (see `Java requirements ,http://docs.h2o.ai/h2o/latest-stable/h2o-docs/welcome.html#java-requirements>`__). +- **Languages**: R and Python are not required to use H2O (unless you want to use H2O in those environments), but Java is always required (see `Java requirements `__). - R version 3+ - Python 3.6.x, 3.7.x, 3.8.x, 3.9.x, 3.10.x, 3.11.x