Skip to content

Commit

Permalink
* correct error in docstring
Browse files Browse the repository at this point in the history
* remove SVN keywords
* update eclipse editor support
  • Loading branch information
prjemian committed Jul 16, 2014
1 parent f10ceb8 commit f319040
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 9 deletions.
10 changes: 10 additions & 0 deletions .project
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,14 @@
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.python.pydev.PyDevBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.python.pydev.pythonNature</nature>
</natures>
</projectDescription>
5 changes: 5 additions & 0 deletions .pydevproject
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse-pydev version="1.0"?><pydev_project>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property>
</pydev_project>
4 changes: 4 additions & 0 deletions .settings/org.eclipse.core.resources.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
eclipse.preferences.version=1
encoding//manual/source/conf.py=utf-8
encoding//sphinx/db2rst.py=utf-8
encoding//utils/rst_table.py=iso-8859-1
8 changes: 0 additions & 8 deletions utils/types2rst.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@
the NXDL chapter.
'''

########### SVN repository information ###################
# $Date$
# $Author$
# $Revision$
# $URL$
# $Id$
########### SVN repository information ###################


import units2rst

Expand Down
2 changes: 1 addition & 1 deletion utils/units2rst.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

'''
Read the the NeXus NXDL types specification and find
all the valid data types. Write a restructured
all the valid types of units. Write a restructured
text (.rst) document for use in the NeXus manual in
the NXDL chapter.
'''
Expand Down

0 comments on commit f319040

Please sign in to comment.