fixed all malformed todos (#314)

This commit is contained in:
Ruth Grace Wong 2016-08-10 05:19:37 -07:00 committed by Mike Fiedler
parent 18bd10a143
commit fca88a4bc2
5 changed files with 6 additions and 6 deletions

View File

@ -320,7 +320,7 @@ management tool for data centers.
Getty Getty
===== =====
.. todo: Check this section. I think i've got it down, but I'm not super .. todo:: Check this section. I think i've got it down, but I'm not super
familiar with this part. familiar with this part.
After all the system initialization scripts have run, we're ready to present the After all the system initialization scripts have run, we're ready to present the

View File

@ -2,7 +2,7 @@
Introduction Introduction
############ ############
.. todo: Explain "What is Ops School?" .. todo:: Explain "What is Ops School?"
*************** ***************

View File

@ -162,8 +162,8 @@ want to known which package it belongs to:
Creating packages Creating packages
----------------- -----------------
.. todo: Mention spec files and roughly how RPMs are put together. .. todo:: Mention spec files and roughly how RPMs are put together.
.. todo: Then introduce FPM and tell them not to bother with spec files yet. .. todo:: Then introduce FPM and tell them not to bother with spec files yet.
There are two todos here. There are two todos here.

View File

@ -315,7 +315,7 @@ An instance variable in Ruby is prepended by ``@`` symbol.
Rubygems Rubygems
-------- --------
.. todo: Explain more about what rubygems are as well as http://rubygems.org .. todo:: Explain more about what rubygems are as well as http://rubygems.org
Databases Databases
--------- ---------

View File

@ -42,7 +42,7 @@ The following commands are very common while using the ``emacs`` mode.
- ``Ctrl-u``: Delete from the cursor backward - ``Ctrl-u``: Delete from the cursor backward
- ``Ctrl-r``: Search the command history - ``Ctrl-r``: Search the command history
.. todo: Add vi examples. I haven't used that mode in years and will need to look up the mirror version of the above commands. .. todo:: Add vi examples. I haven't used that mode in years and will need to look up the mirror version of the above commands.
Setting the Mode Setting the Mode
~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~