Skip to content

Fixed two typos. #1778

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 20, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you are already using Sphinx or Markdown for your docs, skip ahead to
Write Your Docs
---------------

You have two options for format for your documentation:
You have two options for formatting your documentation:

* :ref:`in-rst`
* :ref:`in-markdown`
Expand All @@ -38,7 +38,7 @@ Run ``sphinx-quickstart`` in there::
$ cd docs
$ sphinx-quickstart

This will walk you through creating the basic configuration; in most cases, you
This quick start will walk you through creating the basic configuration; in most cases, you
can just accept the defaults. When it's done, you'll have an ``index.rst``, a
``conf.py`` and some other files. Add these to revision control.

Expand Down