-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
David Erb
committed
Jun 7, 2023
1 parent
c4a2c8e
commit c40e828
Showing
21 changed files
with
96 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
primary: | ||
repository_name: dls-normsql | ||
package_name: dls_normsql | ||
one_line_description: "Normalized API over various sql libraries." | ||
one_line_description: "Normalized API over various sql libraries for consistency across multiple projects." | ||
author: | ||
name: David Erb | ||
email: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
dls-normsql | ||
======================================================================= | ||
|
||
Normalized API over various sql libraries for consistency across multiple projects. | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.. | ||
Use the file automatically generated by dae-devops. | ||
.. include:: ../../.dae-devops/docs/conventions.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.. | ||
Use the file automatically generated by dae-devops. | ||
.. include:: ../../.dae-devops/docs/docs_structure.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
:orphan: | ||
|
||
Explanations | ||
============ | ||
|
||
Explanation, or discussions, clarify and illuminate a particular topic. They broaden the documentation's coverage of a topic. | ||
|
||
.. toctree:: | ||
|
||
docs_structure | ||
conventions | ||
todo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
TODO | ||
======================================================================= | ||
|
||
- Remove matplotlib from imports done by mib2hdfConvert package to decrease load time and debug volume. | ||
- Make sure we can collect and process mib files which are not in a material subdirectory. | ||
- Add unit tests for the mib_convert task. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.. | ||
Use the file automatically generated by dae-devops. | ||
.. include:: ../../.dae-devops/docs/developing.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.. | ||
Use the file automatically generated by dae-devops. | ||
.. include:: ../../.dae-devops/docs/devops.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.. | ||
Use the file automatically generated by dae-devops. | ||
.. include:: ../../.dae-devops/docs/documenting.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
:orphan: | ||
|
||
How-to Guides | ||
============= | ||
|
||
How-to guides take the reader through the steps required to solve a real-world problem. | ||
Practical step-by-step guides for the more experienced user. | ||
|
||
.. toctree:: | ||
|
||
installing | ||
developing | ||
testing | ||
documenting | ||
devops | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.. | ||
Use the file automatically generated by dae-devops. | ||
.. include:: ../../.dae-devops/docs/installing.rst | ||
|
||
Since this package is just a library, the command line doesn't do anything else besides print the version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.. | ||
Use the file automatically generated by dae-devops. | ||
.. include:: ../../.dae-devops/docs/testing.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
dls-normsql | ||
======================================================================= | ||
|
||
.. include:: ../README.rst | ||
:end-before: when included in index.rst | ||
Normalized API over various sql libraries for consistency across multiple projects. | ||
|
||
.. toctree:: | ||
:caption: API-caption | ||
:hidden: | ||
:titlesonly: | ||
|
||
api/index | ||
tutorials/index | ||
how-to/index | ||
explanations/index | ||
reference/index |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
:orphan: | ||
|
||
Tutorials | ||
========= | ||
|
||
Tutorials are lessons that take the reader by the hand through a series of steps to complete a project of some kind. | ||
They are what your project needs in order to show a beginner that they can achieve something with it. | ||
|
||
.. toctree:: | ||
|
||
tbd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
TBD Tutorial | ||
======================================================================= | ||
|
||
TBD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters