Skip to content

Commit 0c2f7fd

Browse files
committed
Start the update of the documentation
- Update the installation instructions to mention Composer only. The phar is not provided anymore (it is not really suited for libraries anyway) - reorder the drivers to display the ones being fully compatible with Mink 1.6 first. - wrap the doc properly after the first word crossing 72 chars
1 parent e470185 commit 0c2f7fd

3 files changed

Lines changed: 220 additions & 309 deletions

File tree

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
11
build
2-
root/api
3-
root/[a-z][a-z]
4-
*/bundle
5-
theme

conf.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@
4545

4646
# General information about the project.
4747
project = u'Mink'
48-
copyright = u'2011, Konstantin Kudryashov (everzet)'
48+
copyright = u'2011-2015, Konstantin Kudryashov (everzet)'
4949

5050
# The version info for the project you're documenting, acts as replacement for
5151
# |version| and |release|, also used in various other places throughout the
5252
# built documents.
5353
#
5454
# The short X.Y version.
55-
version = '1.3'
55+
version = '1.6'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '1.3'
57+
release = '1.6'
5858

5959
# The language for content autogenerated by Sphinx. Refer to documentation
6060
# for a list of supported languages.
61-
language = 'php'
61+
language = 'en'
6262

6363
highlight_language = 'php'
6464

@@ -87,7 +87,7 @@
8787
#show_authors = False
8888

8989
# The name of the Pygments (syntax highlighting) style to use.
90-
pygments_style = 'monokai'
90+
pygments_style = 'sphinx'
9191

9292
# A list of ignored prefixes for module index sorting.
9393
#modindex_common_prefix = []
@@ -97,7 +97,7 @@
9797

9898
# The theme to use for HTML and HTML Help pages. See the documentation for
9999
# a list of builtin themes.
100-
html_theme = 'scrolls'
100+
html_theme = 'sphinxdoc'
101101

102102
# Theme options are theme-specific and customize the look and feel of a theme
103103
# further. For a list of options available for each theme, see the
@@ -233,7 +233,7 @@
233233
epub_title = u'Mink'
234234
epub_author = u'Konstantin Kudryashov (everzet)'
235235
epub_publisher = u'Konstantin Kudryashov (everzet)'
236-
epub_copyright = u'2011, Konstantin Kudryashov (everzet)'
236+
epub_copyright = u'2011-2015, Konstantin Kudryashov (everzet)'
237237

238238
# The language of the text. It defaults to the language option
239239
# or en if the language is not set.

0 commit comments

Comments
 (0)