From fca88a4bc25b380be1214f4f80e562ef98a588b9 Mon Sep 17 00:00:00 2001 From: Ruth Grace Wong Date: Wed, 10 Aug 2016 05:19:37 -0700 Subject: [PATCH] fixed all malformed todos (#314) --- boot_process_101.rst | 2 +- introduction.rst | 2 +- package_management_101.rst | 4 ++-- programming_201.rst | 2 +- shells_101.rst | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/boot_process_101.rst b/boot_process_101.rst index c35231c..60e0f7d 100644 --- a/boot_process_101.rst +++ b/boot_process_101.rst @@ -320,7 +320,7 @@ management tool for data centers. 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. After all the system initialization scripts have run, we're ready to present the diff --git a/introduction.rst b/introduction.rst index 2ce7376..d1bcce6 100644 --- a/introduction.rst +++ b/introduction.rst @@ -2,7 +2,7 @@ Introduction ############ -.. todo: Explain "What is Ops School?" +.. todo:: Explain "What is Ops School?" *************** diff --git a/package_management_101.rst b/package_management_101.rst index 6054501..b406aeb 100644 --- a/package_management_101.rst +++ b/package_management_101.rst @@ -162,8 +162,8 @@ want to known which package it belongs to: Creating packages ----------------- -.. 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:: Mention spec files and roughly how RPMs are put together. +.. todo:: Then introduce FPM and tell them not to bother with spec files yet. There are two todos here. diff --git a/programming_201.rst b/programming_201.rst index b7cd85d..7fccce9 100644 --- a/programming_201.rst +++ b/programming_201.rst @@ -315,7 +315,7 @@ An instance variable in Ruby is prepended by ``@`` symbol. 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 --------- diff --git a/shells_101.rst b/shells_101.rst index 9743723..e77c306 100644 --- a/shells_101.rst +++ b/shells_101.rst @@ -42,7 +42,7 @@ The following commands are very common while using the ``emacs`` mode. - ``Ctrl-u``: Delete from the cursor backward - ``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 ~~~~~~~~~~~~~~~~