gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-api] 04/22: Still on splitting


From: gnunet
Subject: [GNUnet-SVN] [taler-api] 04/22: Still on splitting
Date: Fri, 27 Jan 2017 10:52:24 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository api.

commit 0387814723b3c3d055153892e98b9ed6db7a1450
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Dec 26 18:42:18 2016 +0100

    Still on splitting
---
 Makefile                                           |  90 ++++++++++-----------
 api-bank.rst => api/api-bank.rst                   |   0
 api-common.rst => api/api-common.rst               |   0
 api-error.rst => api/api-error.rst                 |   0
 api-exchange.rst => api/api-exchange.rst           |   0
 api-merchant.rst => api/api-merchant.rst           |   0
 conf.py => api/conf.py                             |   0
 api/exts/__pycache__/tsref.cpython-35.pyc          | Bin 0 -> 7457 bytes
 {exts => api/exts}/tsref.py                        |   0
 global_licensing.rst => api/global_licensing.rst   |   0
 index.rst => api/index.rst                         |  40 +--------
 integration-bank.rst => api/integration-bank.rst   |   0
 .../integration-general.rst                        |   0
 .../integration-merchant.rst                       |   0
 wireformats.rst => api/wireformats.rst             |   0
 conf.py => docs/conf.py                            |   0
 .../configuration-basics.rst                       |   0
 deployment.rst => docs/deployment.rst              |   0
 dev-exchange.rst => docs/dev-exchange.rst          |   0
 dev-merchant.rst => docs/dev-merchant.rst          |   0
 dev-wallet-wx.rst => docs/dev-wallet-wx.rst        |   0
 .../example-essay-store.rst                        |   0
 docs/exts/__pycache__/tsref.cpython-35.pyc         | Bin 0 -> 7448 bytes
 {exts => docs/exts}/tsref.py                       |   0
 global_licensing.rst => docs/global_licensing.rst  |   0
 glossary.rst => docs/glossary.rst                  |   0
 index.rst => docs/index.rst                        |  20 -----
 operate-exchange.rst => docs/operate-exchange.rst  |   0
 operate-merchant.rst => docs/operate-merchant.rst  |   0
 29 files changed, 48 insertions(+), 102 deletions(-)

diff --git a/Makefile b/Makefile
index b646137..9155d68 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ endif
 # Internal variables.
 PAPEROPT_a4     = -D latex_paper_size=a4
 PAPEROPT_letter = -D latex_paper_size=letter
-ALLSPHINXOPTS   = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
+ALLSPHINXOPTS   = -d $(PWD)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS)
 # the i18n builder cannot share the environment and doctrees with the others
 I18NSPHINXOPTS  = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
 
@@ -54,41 +54,41 @@ clean:
 # The html-linked builder does not support caching, so we
 # remove all cached state first.
 html:
-       $(SPHINXBUILD) -b html-linked $(ALLSPHINXOPTS) $(DOCSBUILDDIR)/html
-       $(SPHINXBUILD) -b html-linked $(ALLSPHINXOPTS) $(APIBUILDDIR)/html
+       $(SPHINXBUILD) docs/ -b html-linked $(ALLSPHINXOPTS)  $(DOCSBUILDDIR)
+       $(SPHINXBUILD) api/ -b html-linked $(ALLSPHINXOPTS)  $(APIBUILDDIR)
        @echo
        @echo "Build finished. The HTML pages are in $(APIBUILDDIR)/html."
        @echo "Build finished. The HTML pages are in $(DOCSBUILDDIR)/html."
 
 dirhtml:
-       $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(DOCSBUILDDIR)/dirhtml
-       $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(APIBUILDDIR)/dirhtml
+       $(SPHINXBUILD) docs/ -b dirhtml $(ALLSPHINXOPTS)  $(DOCSBUILDDIR)
+       $(SPHINXBUILD) api/ -b dirhtml $(ALLSPHINXOPTS)  $(APIBUILDDIR)
        @echo
        @echo "Build finished. The HTML pages are in $(APIBUILDDIR)/dirhtml."
        @echo "Build finished. The HTML pages are in $(DOCSBUILDDIR)/dirhtml."
 
 singlehtml:
-       $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(DOCSBUILDDIR)/singlehtml
-       $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(APIBUILDDIR)/singlehtml
+       $(SPHINXBUILD) docs/ -b singlehtml $(ALLSPHINXOPTS)  $(DOCSBUILDDIR)
+       $(SPHINXBUILD) api/ -b singlehtml $(ALLSPHINXOPTS)  $(APIBUILDDIR)
        @echo
        @echo "Build finished. The HTML page is in $(DOCSBUILDDIR)/singlehtml."
        @echo "Build finished. The HTML page is in $(APIBUILDDIR)/singlehtml."
 
 pickle:
-       $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(APIBUILDDIR)/pickle
-       $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(DOCSBUILDDIR)/pickle
+       $(SPHINXBUILD) api/ -b pickle $(ALLSPHINXOPTS)  $(APIBUILDDIR)
+       $(SPHINXBUILD) docs/ -b pickle $(ALLSPHINXOPTS)  $(DOCSBUILDDIR)
        @echo
        @echo "Build finished; now you can process the pickle files."
 
 json:
-       $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(DOCSBUILDDIR)/json
-       $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(APIBUILDDIR)/json
+       $(SPHINXBUILD) docs/ -b json $(ALLSPHINXOPTS)  $(DOCSBUILDDIR)
+       $(SPHINXBUILD) api/ -b json $(ALLSPHINXOPTS)  $(APIBUILDDIR)
        @echo
        @echo "Build finished; now you can process the JSON files."
 
 htmlhelp:
-       $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(DOCSBUILDDIR)/htmlhelp
-       $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(APIBUILDDIR)/htmlhelp
+       $(SPHINXBUILD) docs/ -b htmlhelp $(ALLSPHINXOPTS)  $(DOCSBUILDDIR)
+       $(SPHINXBUILD) api/ -b htmlhelp $(ALLSPHINXOPTS)  $(APIBUILDDIR)
        @echo
        @echo "Build finished; now you can run HTML Help Workshop with the" \
              ".hhp project file in $(DOCSBUILDDIR)/htmlhelp."
@@ -96,8 +96,8 @@ htmlhelp:
              ".hhp project file in $(APIBUILDDIR)/htmlhelp."
 
 qthelp:
-       $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(DOCSBUILDDIR)/qthelp
-       $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(APIBUILDDIR)/qthelp
+       $(SPHINXBUILD) docs/ -b qthelp $(ALLSPHINXOPTS)  $(DOCSBUILDDIR)
+       $(SPHINXBUILD) api/ -b qthelp $(ALLSPHINXOPTS)  $(APIBUILDDIR)
        @echo
        @echo "Build finished; now you can run "qcollectiongenerator" with the" 
\
              ".qhcp project file in $(DOCSBUILDDIR)/qthelp, like this:"
@@ -112,8 +112,8 @@ qthelp:
 
 
 devhelp:
-       $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(APIBUILDDIR)/devhelp
-       $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(DOCSBUILDDIR)/devhelp
+       $(SPHINXBUILD) api/ -b devhelp $(ALLSPHINXOPTS)  $(APIBUILDDIR)
+       $(SPHINXBUILD) docs/ -b devhelp $(ALLSPHINXOPTS)  $(DOCSBUILDDIR)
        @echo
        @echo "Build finished."
        @echo "To view the help file:"
@@ -123,15 +123,15 @@ devhelp:
        @echo "# devhelp"
 
 epub:
-       $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(APIBUILDDIR)/epub
-       $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(DOCSBUILDDIR)/epub
+       $(SPHINXBUILD) api/ -b epub $(ALLSPHINXOPTS)  $(APIBUILDDIR)
+       $(SPHINXBUILD) docs/ -b epub $(ALLSPHINXOPTS)  $(DOCSBUILDDIR)
        @echo
        @echo "Build finished. The epub file is in $(APIBUILDDIR)/epub."
        @echo "Build finished. The epub file is in $(DOCSBUILDDIR)/epub."
 
 latex:
-       $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(APIBUILDDIR)/latex
-       $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(DOCSBUILDDIR)/latex
+       $(SPHINXBUILD) api/ -b latex $(ALLSPHINXOPTS)  $(APIBUILDDIR)
+       $(SPHINXBUILD) docs/ -b latex $(ALLSPHINXOPTS)  $(DOCSBUILDDIR)
        @echo
        @echo "Build finished; the LaTeX files are in $(APIBUILDDIR)/latex."
        @echo "Build finished; the LaTeX files are in $(DOCSBUILDDIR)/latex."
@@ -139,8 +139,8 @@ latex:
              "(use \`make latexpdf' here to do that automatically)."
 
 latexpdf:
-       $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(APIBUILDDIR)/latex
-       $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(DOCSBUILDDIR)/latex
+       $(SPHINXBUILD) api/ -b latex $(ALLSPHINXOPTS)  $(APIBUILDDIR)
+       $(SPHINXBUILD) docs/ -b latex $(ALLSPHINXOPTS)  $(DOCSBUILDDIR)
        @echo "Running LaTeX files through pdflatex..."
        $(MAKE) -C $(DOCSBUILDDIR)/latex all-pdf
        $(MAKE) -C $(APIBUILDDIR)/latex all-pdf
@@ -148,8 +148,8 @@ latexpdf:
        @echo "pdflatex finished; the PDF files are in $(DOCSBUILDDIR)/latex."
 
 latexpdfja:
-       $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(DOCSBUILDDIR)/latex
-       $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(APIBUILDDIR)/latex
+       $(SPHINXBUILD) docs/ -b latex $(ALLSPHINXOPTS)  $(DOCSBUILDDIR)
+       $(SPHINXBUILD) api/ -b latex $(ALLSPHINXOPTS)  $(APIBUILDDIR)
        @echo "Running LaTeX files through platex and dvipdfmx..."
        $(MAKE) -C $(APIBUILDDIR)/latex all-pdf-ja
        $(MAKE) -C $(DOCSBUILDDIR)/latex all-pdf-ja
@@ -157,22 +157,22 @@ latexpdfja:
        @echo "pdflatex finished; the PDF files are in $(APIBUILDDIR)/latex."
 
 text:
-       $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(DOCSBUILDDIR)/text
-       $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(APIBUILDDIR)/text
+       $(SPHINXBUILD) docs/ -b text $(ALLSPHINXOPTS)  $(DOCSBUILDDIR)
+       $(SPHINXBUILD) api/ -b text $(ALLSPHINXOPTS)  $(APIBUILDDIR)
        @echo
        @echo "Build finished. The text files are in $(DOCSBUILDDIR)/text."
        @echo "Build finished. The text files are in $(APIBUILDDIR)/text."
 
 man:
-       $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(DOCSBUILDDIR)/man
-       $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(APIBUILDDIR)/man
+       $(SPHINXBUILD) docs/ -b man $(ALLSPHINXOPTS)  $(DOCSBUILDDIR)
+       $(SPHINXBUILD) api/ -b man $(ALLSPHINXOPTS)  $(APIBUILDDIR)
        @echo
        @echo "Build finished. The manual pages are in $(DOCSBUILDDIR)/man."
        @echo "Build finished. The manual pages are in $(APIBUILDDIR)/man."
 
 texinfo:
-       $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(DOCSBUILDDIR)/texinfo
-       $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(APIBUILDDIR)/texinfo
+       $(SPHINXBUILD) docs/ -b texinfo $(ALLSPHINXOPTS)  $(DOCSBUILDDIR)
+       $(SPHINXBUILD) api/ -b texinfo $(ALLSPHINXOPTS)  $(APIBUILDDIR)
        @echo
        @echo "Build finished. The Texinfo files are in 
$(DOCSBUILDDIR)/texinfo."
        @echo "Build finished. The Texinfo files are in $(APIBUILDDIR)/texinfo."
@@ -180,8 +180,8 @@ texinfo:
              "(use \`make info' here to do that automatically)."
 
 info:
-       $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(DOCSBUILDDIR)/texinfo
-       $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(APIBUILDDIR)/texinfo
+       $(SPHINXBUILD) docs/ -b texinfo $(ALLSPHINXOPTS)  $(DOCSBUILDDIR)
+       $(SPHINXBUILD) api/ -b texinfo $(ALLSPHINXOPTS)  $(APIBUILDDIR)
        @echo "Running Texinfo files through makeinfo..."
        make -C $(DOCSBUILDDIR)/texinfo info
        make -C $(APIBUILDDIR)/texinfo info
@@ -189,22 +189,22 @@ info:
        @echo "makeinfo finished; the Info files are in $(APIBUILDDIR)/texinfo."
 
 gettext:
-       $(SPHINXBUILD) -b gettext $(I18NSPHINXOPTS) $(DOCSBUILDDIR)/locale
-       $(SPHINXBUILD) -b gettext $(I18NSPHINXOPTS) $(APIBUILDDIR)/locale
+       $(SPHINXBUILD) docs/ -b gettext $(I18NSPHINXOPTS)  $(DOCSBUILDDIR)
+       $(SPHINXBUILD) api/ -b gettext $(I18NSPHINXOPTS)  $(APIBUILDDIR)
        @echo
        @echo "Build finished. The message catalogs are in 
$(DOCSBUILDDIR)/locale."
        @echo "Build finished. The message catalogs are in 
$(APIBUILDDIR)/locale."
 
 changes:
-       $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(DOCSBUILDDIR)/changes
-       $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(APIBUILDDIR)/changes
+       $(SPHINXBUILD) docs/ -b changes $(ALLSPHINXOPTS)  $(DOCSBUILDDIR)
+       $(SPHINXBUILD) api/ -b changes $(ALLSPHINXOPTS)  $(APIBUILDDIR)
        @echo
        @echo "The overview file is in $(DOCSBUILDDIR)/changes."
        @echo "The overview file is in $(APIBUILDDIR)/changes."
 
 linkcheck:
-       $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(DOCSBUILDDIR)/linkcheck
-       $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(APIBUILDDIR)/linkcheck
+       $(SPHINXBUILD) docs/ -b linkcheck $(ALLSPHINXOPTS)  $(DOCSBUILDDIR)
+       $(SPHINXBUILD) api/ -b linkcheck $(ALLSPHINXOPTS)  $(APIBUILDDIR)
        @echo
        @echo "Link check complete; look for any errors in the above output " \
              "or in $(APIBUILDDIR)/linkcheck/output.txt."
@@ -213,8 +213,8 @@ linkcheck:
 
 
 doctest:
-       $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(DOCSBUILDDIR)/doctest
-       $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(APIBUILDDIR)/doctest
+       $(SPHINXBUILD) docs/ -b doctest $(ALLSPHINXOPTS)  $(DOCSBUILDDIR)
+       $(SPHINXBUILD) api/ -b doctest $(ALLSPHINXOPTS)  $(APIBUILDDIR)
        @echo "Testing of doctests in the sources finished, look at the " \
              "results in $(APIBUILDDIR)/doctest/output.txt."
        @echo "Testing of doctests in the sources finished, look at the " \
@@ -222,15 +222,15 @@ doctest:
 
 
 xml:
-       $(SPHINXBUILD) -b xml $(ALLSPHINXOPTS) $(DOCSBUILDDIR)/xml
-       $(SPHINXBUILD) -b xml $(ALLSPHINXOPTS) $(APIBUILDDIR)/xml
+       $(SPHINXBUILD) docs/ -b xml $(ALLSPHINXOPTS)  $(DOCSBUILDDIR)
+       $(SPHINXBUILD) api/ -b xml $(ALLSPHINXOPTS)  $(APIBUILDDIR)
        @echo
        @echo "Build finished. The XML files are in $(DOCSBUILDDIR)/xml."
        @echo "Build finished. The XML files are in $(APIBUILDDIR)/xml."
 
 pseudoxml:
-       $(SPHINXBUILD) -b pseudoxml $(ALLSPHINXOPTS) $(APIBUILDDIR)/pseudoxml
-       $(SPHINXBUILD) -b pseudoxml $(ALLSPHINXOPTS) $(DOCSBUILDDIR)/pseudoxml
+       $(SPHINXBUILD) api/ -b pseudoxml $(ALLSPHINXOPTS)  $(APIBUILDDIR)
+       $(SPHINXBUILD) docs/ -b pseudoxml $(ALLSPHINXOPTS)  $(DOCSBUILDDIR)
        @echo
        @echo "Build finished. The pseudo-XML files are in 
$(DOCSBUILDDIR)/pseudoxml."
        @echo "Build finished. The pseudo-XML files are in 
$(APIBUILDDIR)/pseudoxml."
diff --git a/api-bank.rst b/api/api-bank.rst
similarity index 100%
rename from api-bank.rst
rename to api/api-bank.rst
diff --git a/api-common.rst b/api/api-common.rst
similarity index 100%
rename from api-common.rst
rename to api/api-common.rst
diff --git a/api-error.rst b/api/api-error.rst
similarity index 100%
rename from api-error.rst
rename to api/api-error.rst
diff --git a/api-exchange.rst b/api/api-exchange.rst
similarity index 100%
rename from api-exchange.rst
rename to api/api-exchange.rst
diff --git a/api-merchant.rst b/api/api-merchant.rst
similarity index 100%
rename from api-merchant.rst
rename to api/api-merchant.rst
diff --git a/conf.py b/api/conf.py
similarity index 100%
copy from conf.py
copy to api/conf.py
diff --git a/api/exts/__pycache__/tsref.cpython-35.pyc 
b/api/exts/__pycache__/tsref.cpython-35.pyc
new file mode 100644
index 0000000..f8474d5
Binary files /dev/null and b/api/exts/__pycache__/tsref.cpython-35.pyc differ
diff --git a/exts/tsref.py b/api/exts/tsref.py
similarity index 100%
copy from exts/tsref.py
copy to api/exts/tsref.py
diff --git a/global_licensing.rst b/api/global_licensing.rst
similarity index 100%
copy from global_licensing.rst
copy to api/global_licensing.rst
diff --git a/index.rst b/api/index.rst
similarity index 83%
copy from index.rst
copy to api/index.rst
index d22c415..01724fd 100644
--- a/index.rst
+++ b/api/index.rst
@@ -41,9 +41,9 @@ In this document, we describe the REST-based APIs between the 
various
 components, internal architecture of key components, and how to get them
 installed.
 
------------------
-Operator Handbook
------------------
+-------
+Preface
+-------
 
 The *Operator Handbook* is for people who want to run a exchange or a merchant.
 It focuses on how to install, configure and run the required software.
@@ -52,9 +52,6 @@ It focuses on how to install, configure and run the required 
software.
   :maxdepth: 2
 
   global_licensing
-  configuration-basics
-  operate-exchange
-  operate-merchant
   versioning
 
 ------------------------
@@ -72,8 +69,6 @@ the material covered in the *Operator Handbook*.
   integration-general
   integration-bank
   integration-merchant
-  example-essay-store
-
 
 --------------------------------------
 Taler HTTP Core Protocol Specification
@@ -92,32 +87,3 @@ interfaces between the core components of Taler.
   api-bank
 
   wireformats
-
-
-------------------
-Developer Handbook
-------------------
-
-The *Developer Handbook* brings developers up to speed who want to hack on the
-core components of the Taler reference implementation.
-
-.. toctree::
-  :maxdepth: 2
-
-  dev-wallet-wx
-  dev-exchange
-  dev-merchant
-  deployment.rst
-  releases.rst
-
-------------------
-Indices and tables
-------------------
-
-.. toctree::
-  :hidden:
-
-  glossary
-
-* :doc:`glossary`
-* :ref:`search`
diff --git a/integration-bank.rst b/api/integration-bank.rst
similarity index 100%
rename from integration-bank.rst
rename to api/integration-bank.rst
diff --git a/integration-general.rst b/api/integration-general.rst
similarity index 100%
rename from integration-general.rst
rename to api/integration-general.rst
diff --git a/integration-merchant.rst b/api/integration-merchant.rst
similarity index 100%
rename from integration-merchant.rst
rename to api/integration-merchant.rst
diff --git a/wireformats.rst b/api/wireformats.rst
similarity index 100%
rename from wireformats.rst
rename to api/wireformats.rst
diff --git a/conf.py b/docs/conf.py
similarity index 100%
rename from conf.py
rename to docs/conf.py
diff --git a/configuration-basics.rst b/docs/configuration-basics.rst
similarity index 100%
rename from configuration-basics.rst
rename to docs/configuration-basics.rst
diff --git a/deployment.rst b/docs/deployment.rst
similarity index 100%
rename from deployment.rst
rename to docs/deployment.rst
diff --git a/dev-exchange.rst b/docs/dev-exchange.rst
similarity index 100%
rename from dev-exchange.rst
rename to docs/dev-exchange.rst
diff --git a/dev-merchant.rst b/docs/dev-merchant.rst
similarity index 100%
rename from dev-merchant.rst
rename to docs/dev-merchant.rst
diff --git a/dev-wallet-wx.rst b/docs/dev-wallet-wx.rst
similarity index 100%
rename from dev-wallet-wx.rst
rename to docs/dev-wallet-wx.rst
diff --git a/example-essay-store.rst b/docs/example-essay-store.rst
similarity index 100%
rename from example-essay-store.rst
rename to docs/example-essay-store.rst
diff --git a/docs/exts/__pycache__/tsref.cpython-35.pyc 
b/docs/exts/__pycache__/tsref.cpython-35.pyc
new file mode 100644
index 0000000..abc92f0
Binary files /dev/null and b/docs/exts/__pycache__/tsref.cpython-35.pyc differ
diff --git a/exts/tsref.py b/docs/exts/tsref.py
similarity index 100%
rename from exts/tsref.py
rename to docs/exts/tsref.py
diff --git a/global_licensing.rst b/docs/global_licensing.rst
similarity index 100%
rename from global_licensing.rst
rename to docs/global_licensing.rst
diff --git a/glossary.rst b/docs/glossary.rst
similarity index 100%
rename from glossary.rst
rename to docs/glossary.rst
diff --git a/index.rst b/docs/index.rst
similarity index 89%
rename from index.rst
rename to docs/index.rst
index d22c415..356811d 100644
--- a/index.rst
+++ b/docs/index.rst
@@ -74,26 +74,6 @@ the material covered in the *Operator Handbook*.
   integration-merchant
   example-essay-store
 
-
---------------------------------------
-Taler HTTP Core Protocol Specification
---------------------------------------
-
-The *Protocol Specification* defines the HTTP-based, predominantly RESTful
-interfaces between the core components of Taler.
-
-.. toctree::
-  :maxdepth: 2
-
-  api-common
-  api-error
-  api-exchange
-  api-merchant
-  api-bank
-
-  wireformats
-
-
 ------------------
 Developer Handbook
 ------------------
diff --git a/operate-exchange.rst b/docs/operate-exchange.rst
similarity index 100%
rename from operate-exchange.rst
rename to docs/operate-exchange.rst
diff --git a/operate-merchant.rst b/docs/operate-merchant.rst
similarity index 100%
rename from operate-merchant.rst
rename to docs/operate-merchant.rst

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]