Skip to content

Commit 25662f4

Browse files
Kevin Tartaelveskevtar
authored andcommitted
Fix sphinx build warnings
Signed-off-by: Kevin Tarta <[email protected]>
1 parent de036e5 commit 25662f4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/source/commands.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ stop
6969

7070
Sets the Auto Scaling Group parameters to :code:`min/max/desired = 0/0/0`
7171

72-
.. note:: A stopped cluster will only terminate the compute-fleet.
72+
.. note:: A stopped cluster will only terminate the compute-fleet.
73+
7374
Previous versions of CfnCluster stopped the master node after terminating
7475
the compute fleet. Due to a number of challenges with the implementation
7576
of that feature, the current version only terminates the compute fleet.

docs/source/development.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _development:
22

33
Development
4-
#########
4+
###########
55

66
Here you can find guides for getting started with the development of CfnCluster.
77

@@ -14,4 +14,4 @@ Here you can find guides for getting started with the development of CfnCluster.
1414

1515
ami_development
1616
custom_cookbook
17-
custom_node_package
17+
custom_node_package

0 commit comments

Comments
 (0)