File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed
Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff 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-
193163Making wheels
194164-------------
195165
You can’t perform that action at this time.
0 commit comments