Revision 6896
Added by Matt Jones about 11 years ago
docs/user/metacat/source/themes/readable/static/readable.css | ||
---|---|---|
306 | 306 |
margin: 0 0 0.5em 1em; |
307 | 307 |
border: 1px solid #ddb; |
308 | 308 |
padding: 7px 7px 0 7px; |
309 |
background-color: #B3B4C9;
|
|
309 |
background-color: #B5C0C4;
|
|
310 | 310 |
width: 40%; |
311 | 311 |
float: right; |
312 | 312 |
} |
docs/user/metacat/source/development.rst | ||
---|---|---|
4 | 4 |
Metacat is an open source application, and we welcome contributions to the |
5 | 5 |
source from members of the community who are interested in helping out. This |
6 | 6 |
section will contain a series of technical details about Metacat that will help |
7 |
contributors understand and extend Metacat. Much of the detail needed here is |
|
8 |
contained in the Administrator's guide, which we will gradually migrate to this |
|
9 |
format. |
|
7 |
contributors understand and extend Metacat. |
|
10 | 8 |
|
9 |
Detailed `API documentation`_ for Metacat is available with the release. |
|
10 |
|
|
11 |
.. _API documentation: ../api/index.html |
|
12 |
|
|
11 | 13 |
Contents: |
12 | 14 |
|
13 | 15 |
.. toctree:: |
docs/user/metacat/source/index.rst | ||
---|---|---|
24 | 24 |
in other ways. |
25 | 25 |
|
26 | 26 |
- Metacat `Administrators Guide`_ |
27 |
- Metacat `API documentation`_ |
|
27 | 28 |
- Download Metacat |
28 | 29 |
- Binary Distribution (A war file installation) |
29 | 30 |
- GZIP File: metacat-bin-2.0.0.tar.gz_ |
... | ... | |
35 | 36 |
|
36 | 37 |
.. _Administrators Guide: http://knb.ecoinformatics.org/software/metacat/MetacatAdministratorGuide.pdf |
37 | 38 |
|
39 |
.. _API documentation: ../api/index.html |
|
40 |
|
|
38 | 41 |
.. _metacat-bin-2.0.0.tar.gz: http://knb.ecoinformatics.org/software/dist/metacat-bin-2.0.0.tar.gz |
39 | 42 |
|
40 | 43 |
.. _metacat-bin-2.0.0.zip: http://knb.ecoinformatics.org/software/dist/metacat-bin-2.0.0.zip |
docs/user/metacat/Makefile | ||
---|---|---|
5 | 5 |
SPHINXOPTS = |
6 | 6 |
SPHINXBUILD = sphinx-build |
7 | 7 |
PAPER = |
8 |
BUILDDIR = build
|
|
8 |
BUILDDIR = ../../../build/docs
|
|
9 | 9 |
GRAPHVIZ = /opt/local/bin/dot |
10 | 10 |
|
11 | 11 |
# Internal variables. |
Also available in: Unified diff
Added links to Javadoc. Tuned the layout a bit.