Skip to content

Commit ac96d38

Browse files
committed
Use *.md extension for release instructions
This way they will be automatically rendered by GitHub.
1 parent c1c54cd commit ac96d38

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

DBUtils/Docs/UsersGuide.de.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1 class="title">Benutzeranleitung für DBUtils</h1>
1717
<dd class="released"><p>01/31/17</p>
1818
</dd>
1919
<dt class="translations">Translations</dt>
20-
<dd class="translations"><p><a class="reference external" href="UsersGuide.html">English</a> German</p>
20+
<dd class="translations"><p><a class="reference external" href="UsersGuide.html">English</a> | German</p>
2121
</dd>
2222
</dl>
2323
<div class="contents topic" id="inhalt">

DBUtils/Docs/UsersGuide.de.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
:Version: 1.1.1b1
55
:Released: 01/31/17
6-
:Translations: English_ German
6+
:Translations: English_ | German
77

88
.. _English: UsersGuide.html
99

DBUtils/Docs/UsersGuide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1 class="title">DBUtils User's Guide</h1>
1717
<dd class="released"><p>01/31/17</p>
1818
</dd>
1919
<dt class="translations">Translations</dt>
20-
<dd class="translations"><p>English <a class="reference external" href="UsersGuide.de.html">German</a></p>
20+
<dd class="translations"><p>English | <a class="reference external" href="UsersGuide.de.html">German</a></p>
2121
</dd>
2222
</dl>
2323
<div class="contents topic" id="contents">

DBUtils/Docs/UsersGuide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
:Version: 1.1.1b1
55
:Released: 01/31/17
6-
:Translations: English German_
6+
:Translations: English | German_
77

88
.. _German: UsersGuide.de.html
99

Release.txt renamed to Release.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,41 +10,41 @@ Create a new DBUtils release:
1010

1111
* Update and check the Release Notes and copyright information.
1212

13-
* Set version number and release date with setversion.py.
13+
* Set version number and release date with `setversion.py`.
1414

1515
* Revert to old version number for translations that have not been updated.
1616

17-
* Build html pages using buildhtml.py.
17+
* Build html pages using `buildhtml.py`.
1818

1919
* Create a tag in the SVN repository.
2020

21-
* Create a source tarball with::
21+
* Create a source tarball with:
2222

23-
python setup.py sdist
23+
python setup.py sdist
2424

2525
You will find the tarball in the "dist" folder.
2626

2727
Under Windows, this will be a .zip file, otherwise a .tar.gz file.
28-
You can force .tar.gz under Windows with --formats=gztar,
28+
You can force .tar.gz under Windows with `--formats=gztar`,
2929
but you need to use Cygwin or have a tar binary installed.
3030
Generally, it is better to create the release under Unix to avoid
3131
problems with DOS linefeeds and missing file permission.
3232

3333
* Upload to the Python Package Index (PyPI, aka "cheese shop"):
3434

35-
In your (Unix/Cygwin) home directory, create a .pypirc file as follows::
35+
In your (Unix/Cygwin) home directory, create a .pypirc file as follows:
3636

37-
echo "[server-login]
38-
username:myusername
39-
password:mypassword" > .pypirc
37+
echo "[server-login]
38+
username:myusername
39+
password:mypassword" > .pypirc
4040

41-
* Register the project with::
41+
* Register the project with:
4242

43-
python setup.py register
43+
python setup.py register
4444

45-
* Upload the source package with::
45+
* Upload the source package with:
4646

47-
python setup.py sdist upload
47+
python setup.py sdist upload
4848

4949
You have to install setuptools to make this work.
5050
Alternatively, you can simply upload using the web interface.

0 commit comments

Comments
 (0)