浏览代码

fix formatting typo on list

bradfordcondon 6 年之前
父节点
当前提交
f38e8b8a9e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/dev_guide/rtd.rst

+ 1 - 1
docs/dev_guide/rtd.rst

@@ -28,7 +28,7 @@ Below is a quick overview of steps for integrating your module's documentation w
 - Run the quickstart command: ``sphinx-quickstart``
 - Write your documentation (we're using reStructuredText (RST) format)
   - Create an ``index.rst`` as the home page
-  ` Link other RST documents in your ``index.rst`` 
+  - Link other RST documents in your ``index.rst`` 
 - run ``make html`` in the docs folder to build your site for testing purposes. Sphinx will build you a searchable site with nicely formatted navigation.
 - Push your changes to GitHub