Skip to content

Commit dcc100a

Browse files
authored
No longer putting Tutorial up onder DICT/docs/tutorial
We last did this for Biopython 1.83 from LaTeX source. We did not do this for Biopython 1.84 from RST source.
1 parent b57ae92 commit dcc100a

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

wiki/Building_a_release.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -160,36 +160,6 @@ Checking the compiled documentation
160160
$ git push origin gh-pages
161161
```
162162
163-
16. Update Tutorial and PDB FAQ on the website manually.
164-
165-
- Update the Tutorial and PDB FAQ:
166-
167-
``` bash
168-
$ cd ~/repositories/DIST/docs/tutorial/
169-
$ git fetch origin
170-
$ git checkout gh-pages # should only be this one branch
171-
$ git rebase origin/gh-pages # get any changes
172-
$ cp ../../../biopython/Doc/biopdb_faq.pdf .
173-
$ cp ../../../biopython/Doc/Tutorial.html Tutorial-1.80.html
174-
$ cp ../../../biopython/Doc/Tutorial.pdf Tutorial-1.80.pdf
175-
$ rm Tutorial.html Tutorial.pdf
176-
$ ln -s Tutorial-1.80.html Tutorial.html
177-
$ ln -s Tutorial-1.80.pdf Tutorial.pdf
178-
$ git add Tutorial-1.80.html Tutorial-1.80.pdf
179-
$ git commit Tutorial-1.80.html Tutorial-1.80.pdf Tutorial.html Tutorial.pdf biopdb_faq.pdf -m "Tutorial and FAQ for Biopython 1.80"
180-
```
181-
182-
- Push this to GitHub Pages to update the website:
183-
184-
``` bash
185-
$ git push origin gh-pages
186-
```
187-
188-
- Check this is live at <http://biopython.org/DIST/docs/api/Bio-module.html>,
189-
<http://biopython.org/DIST/docs/tutorial/Tutorial.html>,
190-
<http://biopython.org/DIST/docs/tutorial/Tutorial.pdf>, and
191-
<http://biopython.org/DIST/docs/tutorial/biopdb_faq.pdf>
192-
193163
Making wheels
194164
-------------
195165

0 commit comments

Comments
 (0)