Skip to content

Commit f2e24d7

Browse files
committed
Docs updates and workaround for readthedocs/readthedocs.org#152.
1 parent 537f023 commit f2e24d7

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

docs/source/_templates/layout.html renamed to docs/source/_templates/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{%- extends "!layout.html" %}
1+
{%- extends "!page.html" %}
22

33
{%- block nav_links %}
44
<li><a href="{{ pathto(master_doc) }}">Home</a></li>

docs/source/configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ Defaults to 10 in default template. ::
274274
master_root_volume_size = 10
275275

276276
compute_root_volume_size
277-
"""""""""""""""""""""""
277+
""""""""""""""""""""""""
278278
ComputeFleet root volume size in GB. (AMI must support growroot)
279279

280280
Defaults to 10 in default template. ::
@@ -386,7 +386,7 @@ Defaults to NONE in the default template. ::
386386
additional_sg = sg-xxxxxx
387387

388388
compute_subnet_id
389-
""""""""""""""""
389+
"""""""""""""""""
390390
ID of an existing subnet you want to provision the compute nodes into. ::
391391

392392
compute_subnet_id = subnet-xxxxxx

docs/source/functional.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _functional
1+
.. _functional:
22

33
How CfnCluster Works
44
####################

docs/source/hello_world.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Once logged in, run the command "qhost" to ensure that your compute nodes are se
6161
As you can see, we have two compute nodes in our cluster, both with 2 threads available to them.
6262

6363
Running your first job
64-
=====================
64+
======================
6565
Now we'll create a simple job which sleeps for a little while and then outputs it's own hostname.
6666

6767
Create a file called "hellojob.sh" with the following contents. ::

docs/source/processes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _processes
1+
.. _processes:
22

33
CfnCluster Processes
44
====================

docs/source/tutorials.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _tutorials
1+
.. _tutorials:
22

33
Tutorials
44
#########

docs/source/working.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _working
1+
.. _working:
22

33
Working with CfnCluster
44
#######################

0 commit comments

Comments
 (0)