Directory structure refactoring

This commit is contained in:
jpk 2019-10-19 14:53:45 +02:00
parent f5882933ab
commit 2f653b31ac
8 changed files with 8 additions and 5 deletions

3
.gitignore vendored
View File

@ -1,6 +1,9 @@
*.pyc
*.egg-info
.python-version
doc/
build/
dist/
venv/

View File

@ -5,8 +5,8 @@
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SOURCEDIR = source
BUILDDIR = build
SOURCEDIR = doc/source
BUILDDIR = doc
# Put it first so that "make" without argument is like "make help".
help:

View File

@ -12,7 +12,7 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('../src'))
sys.path.insert(0, os.path.abspath('../../src'))
# -- Project information -----------------------------------------------------

View File

@ -7,8 +7,8 @@ REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=source
set BUILDDIR=build
set SOURCEDIR=doc\source
set BUILDDIR=doc
if "%1" == "" goto help