diff options
author | Saúl Ibarra Corretgé <saghul@gmail.com> | 2017-03-12 22:24:05 +0100 |
---|---|---|
committer | Saúl Ibarra Corretgé <saghul@gmail.com> | 2017-04-28 11:13:39 +0200 |
commit | 93415e662befe8b692021c440d148272bd6e6b0e (patch) | |
tree | 4d22723bc884f0fd225570f226a21defbbdaa8ce /docs/src | |
parent | 710989b08737c6cccfdd8e33d6ceeba0e295ddec (diff) | |
download | libuv-93415e662befe8b692021c440d148272bd6e6b0e.tar.gz libuv-93415e662befe8b692021c440d148272bd6e6b0e.zip |
doc: rename docs to "libuv documentation"
PR-URL: https://github.com/libuv/libuv/pull/1246
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/conf.py | 14 | ||||
-rw-r--r-- | docs/src/index.rst | 4 |
2 files changed, 9 insertions, 9 deletions
diff --git a/docs/src/conf.py b/docs/src/conf.py index 3f8689d2..4f6eae64 100644 --- a/docs/src/conf.py +++ b/docs/src/conf.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# libuv API documentation documentation build configuration file, created by +# libuv documentation documentation build configuration file, created by # sphinx-quickstart on Sun Jul 27 11:47:51 2014. # # This file is execfile()d with the current directory set to its @@ -130,10 +130,10 @@ html_theme = 'nature' # The name for this set of Sphinx documents. If None, it defaults to # "<project> v<release> documentation". -html_title = 'libuv API documentation' +html_title = 'libuv documentation' # A shorter title for the navigation bar. Default is the same as html_title. -html_short_title = 'libuv %s API documentation' % version +html_short_title = 'libuv %s documentation' % version # The name of an image file (relative to this directory) to place at the top # of the sidebar. @@ -216,7 +216,7 @@ latex_elements = { # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - ('index', 'libuv.tex', u'libuv API documentation', + ('index', 'libuv.tex', u'libuv documentation', u'libuv contributors', 'manual'), ] @@ -246,7 +246,7 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'libuv', u'libuv API documentation', + ('index', 'libuv', u'libuv documentation', [u'libuv contributors'], 1) ] @@ -260,7 +260,7 @@ man_pages = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - ('index', 'libuv', u'libuv API documentation', + ('index', 'libuv', u'libuv documentation', u'libuv contributors', 'libuv', 'Cross-platform asynchronous I/O', 'Miscellaneous'), ] @@ -281,7 +281,7 @@ texinfo_documents = [ # -- Options for Epub output ---------------------------------------------- # Bibliographic Dublin Core info. -epub_title = u'libuv API documentation' +epub_title = u'libuv documentation' epub_author = u'libuv contributors' epub_publisher = u'libuv contributors' epub_copyright = u'2014, libuv contributors' diff --git a/docs/src/index.rst b/docs/src/index.rst index 4ccb3392..84531713 100644 --- a/docs/src/index.rst +++ b/docs/src/index.rst @@ -1,6 +1,6 @@ -Welcome to the libuv API documentation -====================================== +Welcome to the libuv documentation +================================== Overview -------- |