Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adnidor committed Jan 18, 2017
1 parent 6cd1f21 commit 85dff5a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
Binary file modified doc/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified doc/_build/doctrees/index.doctree
Binary file not shown.
4 changes: 3 additions & 1 deletion doc/_build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Welcome to basicmathasaservice.de!

basicmathasaservice.de is a service that helps your applications to do basic mathematic operations!

It is very easy to use, for example if you want to add two numbers:
It has a very simple JSON API, for example if you want to add two numbers:

.. code-block:: bash
Expand All @@ -15,6 +15,8 @@ It is very easy to use, for example if you want to add two numbers:
For a complete API documentation, please refer to :doc:`api`

The code is Free Software and available on `GitHub <https://github.com/adnidor/basicmathasaservice>`_

.. toctree::
:hidden:
:glob:
Expand Down
3 changes: 2 additions & 1 deletion doc/_build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,14 @@
<div class="section" id="welcome-to-basicmathasaservice-de">
<h1>Welcome to basicmathasaservice.de!<a class="headerlink" href="#welcome-to-basicmathasaservice-de" title="Permalink to this headline"></a></h1>
<p>basicmathasaservice.de is a service that helps your applications to do basic mathematic operations!</p>
<p>It is very easy to use, for example if you want to add two numbers:</p>
<p>It has a very simple JSON API, for example if you want to add two numbers:</p>
<div class="highlight-bash"><div class="highlight"><pre><span></span>$ curl https://basicmathasaservice.de/api/add?augend<span class="o">=</span>1<span class="p">&amp;</span><span class="nv">addend</span><span class="o">=</span>2

<span class="o">{</span><span class="s2">&quot;augend&quot;</span>:1,<span class="s2">&quot;addend&quot;</span>:2,<span class="s2">&quot;result&quot;</span>:3,<span class="s2">&quot;status&quot;</span>:<span class="s2">&quot;OK&quot;</span><span class="o">}</span>
</pre></div>
</div>
<p>For a complete API documentation, please refer to <a class="reference internal" href="api.html"><span class="doc">API</span></a></p>
<p>The code is Free Software and available on <a class="reference external" href="https://github.com/adnidor/basicmathasaservice">GitHub</a></p>
<div class="toctree-wrapper compound">
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/_build/html/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Welcome to basicmathasaservice.de!

basicmathasaservice.de is a service that helps your applications to do basic mathematic operations!

It is very easy to use, for example if you want to add two numbers:
It has a very simple JSON API, for example if you want to add two numbers:

.. code-block:: bash
Expand All @@ -15,6 +15,8 @@ It is very easy to use, for example if you want to add two numbers:
For a complete API documentation, please refer to :doc:`api`

The code is Free Software and available on `GitHub <https://github.com/adnidor/basicmathasaservice>`_

.. toctree::
:hidden:
:glob:
Expand Down

0 comments on commit 85dff5a

Please sign in to comment.