Skip to content

Commit

Permalink
docs: convert github issue references to links
Browse files Browse the repository at this point in the history
  • Loading branch information
jtriley committed Apr 9, 2014
1 parent da73d95 commit d2b583f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Features

Bug Fixes
---------
* users: pass -n to echo to avoid trailing newlines (gh-375)
* cluster: do not use public IPs with VPC by default (gh-372)
* users: pass -n to echo to avoid trailing newlines (#375)
* cluster: do not use public IPs with VPC by default (#372)
* cluster: fix VPC public IPs validation

.. _version-0.95.2:
Expand All @@ -68,8 +68,8 @@ StarCluster. Please terminate all clusters before upgrading to 0.95.2.

Bug Fixes
---------
* cluster: sort chunked cluster tags before loading (gh-371)
* config: set public_ip setting type to boolean (gh-366)
* cluster: sort chunked cluster tags before loading (#371)
* config: set public_ip setting type to boolean (#366)

.. _version-0.95.1:

Expand All @@ -88,9 +88,9 @@ StarCluster. Please terminate all clusters before upgrading to 0.95.1.

Bug Fixes
---------
* cluster: fix max length error when applying cluster tags (gh-348)
* start: fix default value for ``--no-public-ips`` option (gh-366)
* cluster: fix for custom security group permissions (gh-356)
* cluster: fix max length error when applying cluster tags (#348)
* start: fix default value for ``--no-public-ips`` option (#366)
* cluster: fix for custom security group permissions (#356)

.. _version-0.95:

Expand Down
8 changes: 6 additions & 2 deletions docs/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys, os
import os

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand All @@ -22,7 +22,11 @@

# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.pngmath']
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.coverage',
'sphinx.ext.pngmath', 'sphinxcontrib.issuetracker']

issuetracker = 'github'
issuetracker_project = 'jtriley/StarCluster'

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ pytest-cov==1.6
pytest-pep8==1.0.5
pytest-flakes==0.2
sphinx==1.2.1
sphinxcontrib-issuetracker==0.11
pudb==2013.5.1

0 comments on commit d2b583f

Please sign in to comment.