Skip to content

Commit bb482fb

Browse files
maedhrozCaleb Rackliffe
authored andcommitted
Fixed a couple little formatting things pointed out by the inspector...
1 parent fc405a1 commit bb482fb

3 files changed

Lines changed: 8 additions & 10 deletions

File tree

docs/conf.py

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# All configuration values have a default; values that are commented out
1212
# serve to show the default.
1313

14-
import sys, os
14+
import os
1515

1616
# If extensions (or modules to document with autodoc) are in another directory,
1717
# add these directories to sys.path here. If the directory is relative to the
@@ -54,7 +54,6 @@
5454
release = version
5555

5656

57-
5857
# The language for content autogenerated by Sphinx. Refer to documentation
5958
# for a list of supported languages.
6059
#language = None
@@ -186,8 +185,7 @@
186185
# Grouping the document tree into LaTeX files. List of tuples
187186
# (source start file, target name, title, author, documentclass [howto/manual]).
188187
latex_documents = [
189-
('index', 'cqlengine.tex', u'cqlengine Documentation',
190-
u'Blake Eggleston', 'manual'),
188+
('index', 'cqlengine.tex', u'cqlengine Documentation', u'Blake Eggleston', 'manual'),
191189
]
192190

193191
# The name of an image file (relative to this directory) to place at the top of
@@ -230,9 +228,9 @@
230228
# (source start file, target name, title, author,
231229
# dir menu entry, description, category)
232230
texinfo_documents = [
233-
('index', 'cqlengine', u'cqlengine Documentation',
234-
u'Blake Eggleston', 'cqlengine', 'One line description of project.',
235-
'Miscellaneous'),
231+
('index', 'cqlengine', u'cqlengine Documentation',
232+
u'Blake Eggleston', 'cqlengine', 'One line description of project.',
233+
'Miscellaneous'),
236234
]
237235

238236
# Documents to append as an appendix to all manuals.

docs/topics/connection.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
==============
1+
==========
22
Connection
3-
==============
3+
==========
44

55
**Users of versions < 0.4, please read this post before upgrading:** `Breaking Changes`_
66

docs/topics/models.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ Extending Model Validation
263263

264264

265265
Compaction Options
266-
====================
266+
==================
267267

268268
As of cqlengine 0.7 we've added support for specifying compaction options. cqlengine will only use your compaction options if you have a strategy set. When a table is synced, it will be altered to match the compaction options set on your table. This means that if you are changing settings manually they will be changed back on resync. Do not use the compaction settings of cqlengine if you want to manage your compaction settings manually.
269269

0 commit comments

Comments
 (0)