Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file removed api/__init__.py
Empty file.
251 changes: 0 additions & 251 deletions api/api.py

This file was deleted.

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

# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SOURCEDIR = source
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/CompartmentLocation.doctree
Binary file not shown.
Binary file added docs/build/doctrees/CompartmentProperties.doctree
Binary file not shown.
Binary file added docs/build/doctrees/EventLog.doctree
Binary file not shown.
Binary file added docs/build/doctrees/MultiCompartment.doctree
Binary file not shown.
Binary file added docs/build/doctrees/Operations.doctree
Binary file not shown.
Binary file added docs/build/doctrees/Parcel.doctree
Binary file not shown.
Binary file added docs/build/doctrees/PickupPoint.doctree
Binary file not shown.
Binary file added docs/build/doctrees/QRCode.doctree
Binary file not shown.
Binary file added docs/build/doctrees/Receiver.doctree
Binary file not shown.
Binary file added docs/build/doctrees/Sender.doctree
Binary file not shown.
Binary file added docs/build/doctrees/SharedTo.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/exceptions.doctree
Binary file not shown.
Binary file not shown.
Binary file added docs/build/doctrees/generated/inpost.api.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added docs/build/doctrees/index.doctree
Binary file not shown.
Binary file added docs/build/doctrees/parcels.doctree
Binary file not shown.
Binary file added docs/build/doctrees/static.doctree
Binary file not shown.
Binary file added docs/build/doctrees/usage.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: db4b46b5f1af7ec605f548c5cd3b2349
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added docs/build/html/.doctrees/environment.pickle
Binary file not shown.
Binary file added docs/build/html/.doctrees/index.doctree
Binary file not shown.
Loading