Browse code

add frontend web skeleton

Joseph Weston authored on 24/02/2018 21:02:14
Showing 1 changed files
... ...
@@ -4,3 +4,5 @@ docs/build
4 4
 dist/
5 5
 build/
6 6
 venv/
7
+node_modules/
8
+nord/web/static/
Browse code

add final packaging information to setup files

Joseph Weston authored on 09/09/2017 19:42:34
Showing 1 changed files
... ...
@@ -1,3 +1,6 @@
1 1
 __pycache__
2 2
 *.egg-info
3 3
 docs/build
4
+dist/
5
+build/
6
+venv/
Browse code

set up sphinx documentation

Closes #13

Joseph Weston authored on 09/09/2017 19:26:18
Showing 1 changed files
... ...
@@ -1,2 +1,3 @@
1 1
 __pycache__
2 2
 *.egg-info
3
+docs/build
Browse code

add common files

Joseph Weston authored on 05/09/2017 13:26:06
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,2 @@
1
+__pycache__
2
+*.egg-info