Skip to content

Commit

Permalink
doc: move sphinx docs to docs/user
Browse files Browse the repository at this point in the history
Development docs will put under docs/devel

Signed-off-by: Markus Klotzbuecher <mk@mkio.de>
  • Loading branch information
kmarkus committed Nov 1, 2019
1 parent 39008dc commit 280d60d
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SOURCEDIR = source
SOURCEDIR = user
BUILDDIR = build

# Put it first so that "make" without argument is like "make help".
Expand All @@ -16,4 +16,4 @@ help:
# 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)
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Getting started
===============


Overview
--------

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 280d60d

Please sign in to comment.