Skip to content

Commit f1040da

Browse files
committed
Merge pull request #2 from CodeIgniter-TW/develop
Update from base
2 parents 36b8746 + 65eb9d1 commit f1040da

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+252
-196
lines changed

README.md

Lines changed: 1 addition & 1 deletion

source/changelog.rst

Lines changed: 159 additions & 103 deletions

source/conf.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@
4141

4242
# General information about the project.
4343
project = u'CodeIgniter'
44-
copyright = u'2014, British Columbia Institute of Technology'
44+
copyright = u'2014 - 2015, British Columbia Institute of Technology'
4545

4646
# The version info for the project you're documenting, acts as replacement for
4747
# |version| and |release|, also used in various other places throughout the
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '3.0'
51+
version = '3.0.1'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '3.0-dev'
53+
release = '3.0.0-dev'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.
@@ -69,11 +69,11 @@
6969
# The reST default role (used for this markup: `text`) to use for all documents.
7070
#default_role = None
7171

72-
# If true, '()' will be appended to :func: etc. cross-reference text.
72+
# If true, '()' will be appended to :php:func: etc. cross-reference text.
7373
#add_function_parentheses = True
7474

7575
# If true, the current module name will be prepended to all description
76-
# unit titles (such as .. function::).
76+
# unit titles (such as .. php:function::).
7777
#add_module_names = True
7878

7979
# If true, sectionauthor and moduleauthor directives will be shown in the
@@ -229,7 +229,7 @@
229229
epub_title = u'CodeIgniter'
230230
epub_author = u'British Columbia Institute of Technology'
231231
epub_publisher = u'British Columbia Institute of Technology'
232-
epub_copyright = u'2014, British Columbia Institute of Technology'
232+
epub_copyright = u'2014 - 2015, British Columbia Institute of Technology'
233233

234234
# The language of the text. It defaults to the language option
235235
# or en if the language is not set.
@@ -260,4 +260,4 @@
260260
#epub_tocdepth = 3
261261

262262
# Allow duplicate toc entries.
263-
#epub_tocdup = True
263+
#epub_tocdup = True

source/database/call_function.rst

Lines changed: 1 addition & 1 deletion

source/database/configuration.rst

Lines changed: 1 addition & 1 deletion

source/database/connecting.rst

Lines changed: 1 addition & 1 deletion

source/database/db_driver_reference.rst

Lines changed: 1 addition & 1 deletion

source/database/helpers.rst

Lines changed: 1 addition & 1 deletion

source/database/index.rst

Lines changed: 1 addition & 1 deletion

source/database/results.rst

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)