Skip to content
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

changes headers to sentence case #285

Merged
merged 2 commits into from Jun 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/appendices/compatibility.txt
Expand Up @@ -11,7 +11,7 @@ Compatibility

.. _versions:

Version Notes
Version notes
=============

.. _python-versions:
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started.txt
Expand Up @@ -16,7 +16,7 @@ Installation

Consult the :ref:`compatibility` appendix for prerequisites information.

Python Package
Python package
--------------

Crash is available as a `pip`_ package.
Expand Down Expand Up @@ -67,7 +67,7 @@ Now, run it:
If you would like to run ``crash`` from any directory, and without the leading
``./``, the file has to be in a directory that is on your `PATH`_.

Legacy Versions
Legacy versions
...............

For Python 2.7 and 3.3 please download version 0.23.0 from the CDN:
Expand Down
8 changes: 4 additions & 4 deletions docs/run.txt
Expand Up @@ -17,7 +17,7 @@ This document covers the basics of running Crash from the `command-line`_.
.. contents::
:local:

Command-Line Options
Command-line options
====================

The ``crash`` executable supports multiple command-line options:
Expand Down Expand Up @@ -156,7 +156,7 @@ Here, we're using:

.. _user-conf-dir:

User Configuration Directory
User configuration directory
============================

The ``crash`` executable looks for its configuration file and history file in
Expand All @@ -176,7 +176,7 @@ And for Microsoft Windows, it is::

.. _env-vars:

Environment Variables
Environment variables
=====================

The ``crash`` executable will take configuration from the environment.
Expand Down Expand Up @@ -204,7 +204,7 @@ password when needed (unless you force a password prompt with ``--password`` or

.. _status-messages:

Status Messages
Status messages
===============

When used interactively, Crash will print a status message after every
Expand Down