Skip to content

Commit 53f6aa5

Browse files
committed
Merge #358 (jbudynk) - Update docs for Iris 3.0
2 parents b16d243 + c32168c commit 53f6aa5

File tree

8 files changed

+26
-3
lines changed

8 files changed

+26
-3
lines changed

iris-common/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
<packaging>jar</packaging>
2424
<name>iris-common</name>
2525

26+
<description>
27+
Contains common classes and functions used in the other modules,
28+
as well as the Iris software development kit (SDK).
29+
</description>
30+
2631
<parent>
2732
<groupId>cfa.vo</groupId>
2833
<artifactId>iris2</artifactId>

iris-docs

Submodule iris-docs updated 364 files

iris-visualizer/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
<packaging>jar</packaging>
2424
<name>iris-visualizer</name>
2525

26+
<description>
27+
The visualization and fitting components in Iris.
28+
</description>
29+
2630
<parent>
2731
<groupId>cfa.vo</groupId>
2832
<artifactId>iris2</artifactId>

samp-factory/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
<name>samp-factory</name>
2525
<url>http://maven.apache.org</url>
2626

27+
<description>
28+
SAMP (Simple Application Messaging Protocol) factory methods.
29+
</description>
30+
2731
<parent>
2832
<groupId>cfa.vo</groupId>
2933
<artifactId>iris2</artifactId>

sed-builder/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
<packaging>jar</packaging>
2424
<name>sed-builder</name>
2525

26+
<description>
27+
The package containing SED building, I/O, and science tools
28+
(redshifting, interpolating, integration, coadding).
29+
</description>
30+
2631
<parent>
2732
<groupId>cfa.vo</groupId>
2833
<artifactId>iris2</artifactId>

test-components/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
<packaging>jar</packaging>
2424
<name>test-components</name>
2525

26+
<description>
27+
Various prototype components. We do not support
28+
these components in the documentation and do not guarentee they work.
29+
</description>
30+
2631
<parent>
2732
<groupId>cfa.vo</groupId>
2833
<artifactId>iris2</artifactId>

0 commit comments

Comments
 (0)