Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
annapawlicka committed Mar 29, 2017
1 parent 57cc01e commit dd6abcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'comwalmartlabslacinia.tex', u'com.walmartlabs/lacinia Documentation',
u'eReceipts team at Walmartlabs', 'manual'),
u'Walmartlabs', 'manual'),
]

# The name of an image file (relative to this directory) to place at the top of
Expand Down
3 changes: 1 addition & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ in-browser GraphQL IDE `graphiql`_.
.. warning::

This library is still under active development and should not be considered complete.
If you would like to contribute, please reach out to eReceipts@wal-mart.com
If you would like to contribute, please create a pull request.

Although GraphQL is quite adept at handling requests from client web browsers and
responding with JSON, it is also exceptionally useful for allowing backend systems to communicate.
Expand Down Expand Up @@ -115,4 +115,3 @@ That's great news: it means Lacinia is equally adept at pulling data out of a si
as it is at integrating and organizing data from multiple backend systems.

.. _graphiql: https://github.com/graphql/graphiql

0 comments on commit dd6abcc

Please sign in to comment.