We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa7807 commit 17f23b7Copy full SHA for 17f23b7
1 file changed
wiki/Building_a_release.md
@@ -164,6 +164,9 @@ Checking the compiled documentation
164
165
``` bash
166
$ cd ~/repositories/DIST/docs/tutorial/
167
+ $ git fetch origin
168
+ $ git checkout gh-pages # should only be this one branch
169
+ $ git rebase origin/gh-pages # get any changes
170
$ cp ../../../biopython/Doc/biopdb_faq.pdf .
171
$ cp ../../../biopython/Doc/Tutorial.html Tutorial-1.80.html
172
$ cp ../../../biopython/Doc/Tutorial.pdf Tutorial-1.80.pdf
0 commit comments