Changeset 1109
- Timestamp:
- Sep 9, 2012 1:25:22 PM (10 years ago)
- Location:
- specdomain
- Files:
-
- 1 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
specdomain/tags/src/v1.02/CHANGES
r1107 r1109 6 6 7 7 8 Version 1.02 ( not released)8 Version 1.02 (2012-09-09) 9 9 ----------------------------------- 10 10 -
specdomain/tags/src/v1.02/doc/downloads.rst
r1076 r1109 7 7 =========== 8 8 9 home:10 9 :home: 10 http://subversion.xray.aps.anl.gov/admin_bcdaext/specdomain 11 11 12 svn trunk:13 12 :svn trunk: 13 https://subversion.xray.aps.anl.gov/bcdaext/specdomain/trunk/src/specdomain/ 14 14 15 svn releases:15 :svn releases: 16 16 17 - https://subversion.xray.aps.anl.gov/bcdaext/specdomain/tags/src/v1.01/ 18 - https://subversion.xray.aps.anl.gov/bcdaext/specdomain/tags/src/v1.0/ 17 - https://subversion.xray.aps.anl.gov/bcdaext/specdomain/tags/src/v1.02/ 18 - https://subversion.xray.aps.anl.gov/bcdaext/specdomain/tags/src/v1.01/ 19 - https://subversion.xray.aps.anl.gov/bcdaext/specdomain/tags/src/v1.0/ 19 20 20 21 Source Distributions 21 22 --------------------------- 22 23 23 version 1.01 (2012-08-15) 24 https://subversion.xray.aps.anl.gov/bcdaext/specdomain/tags/sphinxcontrib-specdomain-1.01.tar.gz (495kB)24 :version 1.02 (2012-09-09): 25 https://subversion.xray.aps.anl.gov/bcdaext/specdomain/tags/sphinxcontrib-specdomain-1.02.tar.gz (498 kB) 25 26 26 version 1.0 (2012-07-16) 27 https://subversion.xray.aps.anl.gov/bcdaext/specdomain/tags/sphinxcontrib-specdomain-1.0.tar.gz (486 kB) 27 :version 1.01 (2012-08-15): 28 https://subversion.xray.aps.anl.gov/bcdaext/specdomain/tags/sphinxcontrib-specdomain-1.01.tar.gz (495 kB) 29 30 :version 1.0 (2012-07-16): 31 https://subversion.xray.aps.anl.gov/bcdaext/specdomain/tags/sphinxcontrib-specdomain-1.0.tar.gz (486 kB) -
specdomain/tags/src/v1.02/doc/style_guide.rst
r1091 r1109 182 182 subsections. 183 183 184 The following items should be included, preferrably in this order: 185 186 *AUTHOR(S):187 *CREATION DATE:188 *COPYRIGHT:189 *LICENSE::190 *VERSION::191 *CHANGE LOG:192 *TO DO:193 *KNOWN BUGS:184 The following items should be included, preferrably in this order:: 185 186 AUTHOR(S): 187 CREATION DATE: 188 COPYRIGHT: 189 LICENSE:: 190 VERSION:: 191 CHANGE LOG: 192 TO DO: 193 KNOWN BUGS: 194 194 195 195 See the below example for more details on each of these items. … … 563 563 564 564 The documentation for such a collection should be in the form of normal ReST 565 files ( *.rst), residing in the same directory with the macro collection. There565 files (``*.rst``), residing in the same directory with the macro collection. There 566 566 is no way of automatically including this information in the global documents 567 567 yet, so it will need to be added manually somewhere in the documentation tree -
specdomain/tags/src/v1.02/setup.cfg
r1036 r1109 1 1 [egg_info] 2 tag_build = dev3 tag_date = true4 tag_svn_revision = true2 #tag_build = dev 3 #tag_date = true 4 #tag_svn_revision = true 5 5 6 6 [aliases] -
specdomain/trunk/src/specdomain/doc/downloads.rst
r1076 r1109 7 7 =========== 8 8 9 home:10 9 :home: 10 http://subversion.xray.aps.anl.gov/admin_bcdaext/specdomain 11 11 12 svn trunk:13 12 :svn trunk: 13 https://subversion.xray.aps.anl.gov/bcdaext/specdomain/trunk/src/specdomain/ 14 14 15 svn releases:15 :svn releases: 16 16 17 - https://subversion.xray.aps.anl.gov/bcdaext/specdomain/tags/src/v1.01/ 18 - https://subversion.xray.aps.anl.gov/bcdaext/specdomain/tags/src/v1.0/ 17 - https://subversion.xray.aps.anl.gov/bcdaext/specdomain/tags/src/v1.02/ 18 - https://subversion.xray.aps.anl.gov/bcdaext/specdomain/tags/src/v1.01/ 19 - https://subversion.xray.aps.anl.gov/bcdaext/specdomain/tags/src/v1.0/ 19 20 20 21 Source Distributions 21 22 --------------------------- 22 23 23 version 1.01 (2012-08-15) 24 https://subversion.xray.aps.anl.gov/bcdaext/specdomain/tags/sphinxcontrib-specdomain-1.01.tar.gz (495kB)24 :version 1.02 (2012-09-09): 25 https://subversion.xray.aps.anl.gov/bcdaext/specdomain/tags/sphinxcontrib-specdomain-1.02.tar.gz (498 kB) 25 26 26 version 1.0 (2012-07-16) 27 https://subversion.xray.aps.anl.gov/bcdaext/specdomain/tags/sphinxcontrib-specdomain-1.0.tar.gz (486 kB) 27 :version 1.01 (2012-08-15): 28 https://subversion.xray.aps.anl.gov/bcdaext/specdomain/tags/sphinxcontrib-specdomain-1.01.tar.gz (495 kB) 29 30 :version 1.0 (2012-07-16): 31 https://subversion.xray.aps.anl.gov/bcdaext/specdomain/tags/sphinxcontrib-specdomain-1.0.tar.gz (486 kB) -
specdomain/trunk/src/specdomain/doc/style_guide.rst
r1091 r1109 184 184 The following items should be included, preferrably in this order: 185 185 186 *AUTHOR(S):187 *CREATION DATE:188 *COPYRIGHT:189 *LICENSE::190 *VERSION::191 *CHANGE LOG:192 *TO DO:193 *KNOWN BUGS:186 AUTHOR(S): 187 CREATION DATE: 188 COPYRIGHT: 189 LICENSE:: 190 VERSION:: 191 CHANGE LOG: 192 TO DO: 193 KNOWN BUGS: 194 194 195 195 See the below example for more details on each of these items. … … 563 563 564 564 The documentation for such a collection should be in the form of normal ReST 565 files ( *.rst), residing in the same directory with the macro collection. There565 files (``*.rst``), residing in the same directory with the macro collection. There 566 566 is no way of automatically including this information in the global documents 567 567 yet, so it will need to be added manually somewhere in the documentation tree
Note: See TracChangeset
for help on using the changeset viewer.