Skip to content

Commit c40e828

Browse files
author
David Erb
committed
docs in standard layout
1 parent c4a2c8e commit c40e828

File tree

21 files changed

+96
-51
lines changed

21 files changed

+96
-51
lines changed

.dae-devops/project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
primary:
33
repository_name: dls-normsql
44
package_name: dls_normsql
5-
one_line_description: "Normalized API over various sql libraries."
5+
one_line_description: "Normalized API over various sql libraries for consistency across multiple projects."
66
author:
77
name: David Erb
88

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
dls-normsql
2+
=======================================================================
3+
4+
Normalized API over various sql libraries for consistency across multiple projects.
5+

README.rst

Lines changed: 0 additions & 43 deletions
This file was deleted.

docs/explanations/conventions.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
..
2+
Use the file automatically generated by dae-devops.
3+
4+
.. include:: ../../.dae-devops/docs/conventions.rst
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
..
2+
Use the file automatically generated by dae-devops.
3+
4+
.. include:: ../../.dae-devops/docs/docs_structure.rst

docs/explanations/index.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
:orphan:
2+
3+
Explanations
4+
============
5+
6+
Explanation, or discussions, clarify and illuminate a particular topic. They broaden the documentation's coverage of a topic.
7+
8+
.. toctree::
9+
10+
docs_structure
11+
conventions
12+
todo

docs/explanations/todo.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
TODO
2+
=======================================================================
3+
4+
- Remove matplotlib from imports done by mib2hdfConvert package to decrease load time and debug volume.
5+
- Make sure we can collect and process mib files which are not in a material subdirectory.
6+
- Add unit tests for the mib_convert task.
7+

docs/how-to/developing.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
..
2+
Use the file automatically generated by dae-devops.
3+
4+
.. include:: ../../.dae-devops/docs/developing.rst

docs/how-to/devops.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
..
2+
Use the file automatically generated by dae-devops.
3+
4+
.. include:: ../../.dae-devops/docs/devops.rst

docs/how-to/documenting.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
..
2+
Use the file automatically generated by dae-devops.
3+
4+
.. include:: ../../.dae-devops/docs/documenting.rst

0 commit comments

Comments
 (0)