Fix .rst markup, accidentally used .md

This commit is contained in:
Garret Wassermann 2017-09-13 00:58:00 -04:00
parent 1a3579ece0
commit 11902cc9c8
2 changed files with 11 additions and 4 deletions

View File

@ -27,6 +27,7 @@ Ways to Contribute
------------------ ------------------
We're happy to include any type of contribution! This can be: We're happy to include any type of contribution! This can be:
* back-end python/django code development * back-end python/django code development
* front-end web development (HTML/Javascript, especially jQuery) * front-end web development (HTML/Javascript, especially jQuery)
* language translations * language translations
@ -46,10 +47,12 @@ pull request back into the appropriate branch of the
django-helpdesk repository. django-helpdesk repository.
In general, we use the following git branching scheme: In general, we use the following git branching scheme:
* `master` always refers to development for the next major release * `master` always refers to development for the next major release
* major releases are found in their own branches * major releases are found in their own branches:
** `0.2.x` is the branch for the 0.2 release and any bugfix releases
** `0.1` is the branch for the legacy code; it is no longer supported * `0.2.x` is the branch for the 0.2 release and any bugfix releases
* `0.1` is the branch for the legacy code; it is no longer supported
If you are submitting a patch for a 0.2 release, apply your pull request If you are submitting a patch for a 0.2 release, apply your pull request
to the `0.2.x` branch. If you are helping develop the next release, to the `0.2.x` branch. If you are helping develop the next release,

View File

@ -52,7 +52,7 @@ The demo project uses `sqlite` as its database. Sqlite does not allow
case-insensitive searches and so the search function may not work as case-insensitive searches and so the search function may not work as
effectively as it would on other database such as PostgreSQL or MySQL effectively as it would on other database such as PostgreSQL or MySQL
that does support case-insensitive searches. that does support case-insensitive searches.
For more information, see [this note in the Django documentation](http://docs.djangoproject.com/en/dev/ref/databases/#sqlite-string-matching). For more information, see this note_ in the Django documentation.
When you try to do a keyword search using `sqlite`, a message will be displayed When you try to do a keyword search using `sqlite`, a message will be displayed
to alert you to this shortcoming. There is no way around it, sorry. to alert you to this shortcoming. There is no way around it, sorry.
@ -61,6 +61,7 @@ Installation
------------ ------------
`django-helpdesk` requires: `django-helpdesk` requires:
* Django 1.11.x *only* * Django 1.11.x *only*
* either Python 2.7 or 3.4+ * either Python 2.7 or 3.4+
@ -108,9 +109,12 @@ Contributing
------------ ------------
We're happy to include any type of contribution! This can be: We're happy to include any type of contribution! This can be:
* back-end python/django code development * back-end python/django code development
* front-end web development (HTML/Javascript, especially jQuery) * front-end web development (HTML/Javascript, especially jQuery)
* language translations * language translations
* writing improved documentation and demos * writing improved documentation and demos
For more information on contributing, please see the `CONTRIBUTING.rst` file. For more information on contributing, please see the `CONTRIBUTING.rst` file.
.. _note: http://docs.djangoproject.com/en/dev/ref/databases/#sqlite-string-matching