Skip to content

Commit

Permalink
Final updates
Browse files Browse the repository at this point in the history
  • Loading branch information
misdoro committed Aug 29, 2012
1 parent 357c3c7 commit f94b166
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 19 deletions.
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
*~
*.pyc
*.db
*.db-journal
dummy*
/.pydevproject
/.project
/.settings
\#*
.#*
*_c.xml
*.swp
*.swo
.DS_Store
build/*
*.json
*.dat
*.log
*.aux
pdf*

4 changes: 2 additions & 2 deletions source/_templates/documentTemplate.tex
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
\textbf{Distribution:} & public \\ %\hline
\textbf{Work package:} & WP6 \\ %\hline
\textbf{Version:} & 12.07 \\ %\hline
\textbf{Date:} & 24/08/2012 \\ %\hline
\textbf{Date:} & 29/08/2012 \\ %\hline
\textbf{Document code:} & \\ %\hline
\textbf{Document URL:} & \url{http://www.vamdc.org/documents/software/JavaNodeSwDoc_12.07.pdf} \\ %\hline

Expand All @@ -59,7 +59,7 @@
\hline
\textbf{Version} & \textbf{Date} & \textbf{Modified By} & \textbf{Description of Change} \\ \hline
V0.1 & 31/10/2011 & M.Doronin & first draft \\ \hline
V12.07 & 24/08/2012 & M.Doronin & Release documentation for 12.07 Java node software \\ \hline
V12.07 & 29/08/2012 & M.Doronin & Release documentation for 12.07 Java node software \\ \hline
& & & \\ \hline
& & & \\ \hline
\end{tabular}
Expand Down
4 changes: 2 additions & 2 deletions source/biblio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
.. [CAYJAVADOC] http://cayenne.apache.org/doc30/api/index.html
.. [QueryMapper] http://svn.ntl.nnov.ru/misdoro/cayenneutil/trunk/src/main/java/org/vamdc/tapservice/query/QueryMapper.java
.. [XSAMSJavaDoc] http://dev.vamdc.org/nexus/content/repositories/releases/org/vamdc/xml/
.. [XSAMSJavaDoc] insert URL here
.. [JavaNodeSoftware] http://www.vamdc.org/software/
.. [VAMDC-TAP] http://www.vamdc.org/documents/standards/dataAccessProtocol/vamdctap.html#http-header-information
Expand Down
1 change: 0 additions & 1 deletion source/concepts.rst

This file was deleted.

17 changes: 4 additions & 13 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@

# General information about the project.
project = u'Java VAMDC-TAP node software'
copyright = u'2011, Misha Doronin'
copyright = u'2012, VAMDC'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '11.10'
version = '12.07'
# The full version, including alpha/beta/rc tags.
release = '11.10'
release = '12.07'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -179,7 +179,7 @@
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'JavaVAMDC-TAPnodesoftwaredocumentation.tex', u'Java VAMDC-TAP node software documentation',
u'Misha Doronin', 'manual'),
u'VAMDC consortium', 'manual'),
]

f = open('_templates/documentTemplate.tex', 'r+')
Expand Down Expand Up @@ -218,12 +218,3 @@
# If false, no module index is generated.
#latex_domain_indices = True


# -- Options for manual page output --------------------------------------------

# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'javavamdc-tapnodesoftwaredocumentation', u'Java VAMDC-TAP node software documentation',
[u'Misha Doronin'], 1)
]
2 changes: 1 addition & 1 deletion source/plugin-test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Open the project properties of your database plugin.
.. _buildpath:

Adding VAMDC-TAP Validator to the build path
+++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++


.. image:: img/validator/buildpath.png
Expand Down

0 comments on commit f94b166

Please sign in to comment.