Skip to content

Commit 8b2d0aa

Browse files
author
Daniel Townsend
committed
tidying up directory structure - docs self contained
1 parent 95366fb commit 8b2d0aa

19 files changed

+7
-4
lines changed

Makefile renamed to docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# You can set these variables from the command line.
55
SPHINXOPTS =
66
SPHINXBUILD = sphinx-build
7-
SOURCEDIR = docs
7+
SOURCEDIR = src
88
BUILDDIR = build
99

1010
# Put it first so that "make" without argument is like "make help".

serve_docs.py renamed to docs/serve_docs.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
server = Server()
66
server.watch(
7-
'docs/**/*.rst',
8-
shell('make html')
7+
'**/*.rst',
8+
shell('cd .. && make html')
99
)
10-
server.serve(root='build/html')
10+
server.serve(root='../build/html')
File renamed without changes.
File renamed without changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22
Getting started
33
===============
44

5+
Installation
6+
============
7+
58
...
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)