diff --git a/.gitignore b/.gitignore index 3db6cc5..c4ed954 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ build *.DS_Store #IntelliJ Idea .idea/ +.testrepository/ diff --git a/doc/source/index.rst b/doc/source/index.rst index c93f7b2..e8317c1 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -25,6 +25,7 @@ Here you can find the specs, and spec template, for each release: :glob: :maxdepth: 1 + specs/stein/index specs/rocky/index specs/queens/index specs/pike/index diff --git a/doc/source/specs/stein/approved b/doc/source/specs/stein/approved new file mode 120000 index 0000000..f8eeb42 --- /dev/null +++ b/doc/source/specs/stein/approved @@ -0,0 +1 @@ +../../../../specs/stein/approved/ \ No newline at end of file diff --git a/doc/source/specs/stein/implemented b/doc/source/specs/stein/implemented new file mode 120000 index 0000000..36c9577 --- /dev/null +++ b/doc/source/specs/stein/implemented @@ -0,0 +1 @@ +../../../../specs/stein/implemented/ \ No newline at end of file diff --git a/doc/source/specs/stein/index.rst b/doc/source/specs/stein/index.rst new file mode 100644 index 0000000..1e8f46a --- /dev/null +++ b/doc/source/specs/stein/index.rst @@ -0,0 +1,26 @@ +============================ +Watcher Stein Specifications +============================ + +Template: + +.. toctree:: + :maxdepth: 1 + + Specification Template (Stein release)