Skip to content

Commit

Permalink
Add Sphinx documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TaurusOlson committed Apr 15, 2019
1 parent 5035de6 commit 84c19a1
Show file tree
Hide file tree
Showing 41 changed files with 15,053 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.. _changelog:


Change log
==========

All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog`_ and this project adheres to
`Semantic Versioning`_.


19 changes: 19 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Minimal makefile for Sphinx documentation
#

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SOURCEDIR = .
BUILDDIR = _build

# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

.PHONY: help Makefile

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
Binary file added docs/_build/doctrees/CHANGELOG.doctree
Binary file not shown.
Binary file added docs/_build/doctrees/api.doctree
Binary file not shown.
Binary file added docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file added docs/_build/doctrees/index.doctree
Binary file not shown.
Binary file added docs/_build/doctrees/quickstart.doctree
Binary file not shown.
4 changes: 4 additions & 0 deletions docs/_build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 96235e649cc49b5f32d9f84e85c39feb
tags: 645f666f9bcd5a90fca523b33c5a78b7
111 changes: 111 additions & 0 deletions docs/_build/html/CHANGELOG.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Change log &#8212; CdiscountAPI documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/language_data.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="prev" title="API" href="api.html" />

<link rel="stylesheet" href="_static/custom.css" type="text/css" />


<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />

</head><body>


<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">


<div class="body" role="main">

<div class="section" id="change-log">
<span id="changelog"></span><h1>Change log<a class="headerlink" href="#change-log" title="Permalink to this headline"></a></h1>
<p>All notable changes to this project will be documented in this file.
The format is based on <a href="#id1"><span class="problematic" id="id2">`Keep a Changelog`_</span></a> and this project adheres to
<a href="#id3"><span class="problematic" id="id4">`Semantic Versioning`_</span></a>.</p>
</div>


</div>

</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h1 class="logo"><a href="index.html">CdiscountAPI</a></h1>








<h3>Navigation</h3>
<p class="caption"><span class="caption-text">Contents:</span></p>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="quickstart.html">Quickstart</a></li>
<li class="toctree-l1"><a class="reference internal" href="api.html">API</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Change log</a></li>
</ul>

<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
<li>Previous: <a href="api.html" title="previous chapter">API</a></li>
</ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
</form>
</div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>








</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2019, ZIBOURA Mathilde, RABOIS Damien.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.0.1</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
<a href="_sources/CHANGELOG.rst.txt"
rel="nofollow">Page source</a>
</div>




</body>
</html>
11 changes: 11 additions & 0 deletions docs/_build/html/_sources/CHANGELOG.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.. _changelog:


Change log
==========

All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog`_ and this project adheres to
`Semantic Versioning`_.


19 changes: 19 additions & 0 deletions docs/_build/html/_sources/api.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.. _api:

API
===

.. toctree::
:maxdepth: 2


.. module:: cdiscountapi

Connection
----------

.. autoclass:: Connection
:members:
:inherited-members:

.. module:: cdiscountapi
23 changes: 23 additions & 0 deletions docs/_build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.. CdiscountAPI documentation master file, created by
sphinx-quickstart on Fri Apr 12 18:01:06 2019.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to CdiscountAPI's documentation!
========================================

.. toctree::
:maxdepth: 2
:caption: Contents:

quickstart
api
CHANGELOG


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
21 changes: 21 additions & 0 deletions docs/_build/html/_sources/quickstart.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.. _quickstart:

Quickstart
==========

Create a connection to the server
---------------------------------

::

>>> api = Connection(login, password)


Retrieve information about your seller account
----------------------------------------------

::
>>> seller_info = api.seller.get_seller_info()



Loading

0 comments on commit 84c19a1

Please sign in to comment.