Commit fe12e97
committed
Commit changes to fix broken logo links in tutorial pages
Change src relative location to fix logo broken link
Update astropy_logo.png relative location to show logo image
Change logo and banner paths to fix broken links
Fixed missing space in L44 of navbar.html
Change spacing in navbar code block
Comment out button class in navbar code block to test
Change bootstrap syntax in navbar code block
Get rid of size specification to test navbar code block
Fix the img src path for templating
Change href to "#" to test navbar code block
Add size specifications and empty alt to test navbar
Change width and height specifications to test navbar code
Change logo size to fit navbar
Use "style" to specify height to test navbar code block
Add html_logo assignment to theme.conf file
Remove quotation marks for logo file name in theme.conf
Make further changes to theme.conf file to test theme code
Remove quotation marks around nav for source_link_position
Change navBar to navbar to test theme code
Revert changes from navbar to nav_bar for macro to test
Add html_logo = "astropy_logo.png" to conf.py
Remove logo portion that has been misplaced
Change True back to true in theme.conf
Revert to original syntax used with "style"
Add missing space in code to test
Change img src formatting to test navbar code
Comment out astropy html favicon and logo files in conf.py
Restore favicon definition statement in conf.py
Clean up conf.py file
Comment out button class in navbar code block to test
Comment out nav-brand class to test navbar code block
Rewrite navbar code snippets in navbar.html to test
Change navbar code snippets back to test navbar.html
Clean up navbar.html
Polishing up on navbar.html to test code
Clean up navbar.html further by getting rid of spaces
Change width and height properties to fit logo in navbar
Change html_favicon location to try and pick it up
Change navbar properties to try to show logo
Get rid of redundant "navbar" term in navbar.html
Revert back to previous navbar.html settings
Change height of logo to unhide image
Change relative path of img src to try and pick up logo
Change CSS attributes in navbar.html to test code
Continue changing CSS attributes to test navbar code
Uncomment html_logo path in conf.py file
Correct logo path redirect to rst-tutorials behavior
Change width of logo by implicit ratio-aspect lock
Correct logo link redirection behavior
To [http://www.astropy.org/astropy-tutorials/](http://www.astropy.org/astropy-tutorials/).
Using HTML onerror attribute to correct remaining broken error link
Fix syntax error in navbar.html file
Add missing space and forward slash in L44 of navbar.html
Change syntax to try and debug navbar.html
Update coordinates.ipynb to debug NameResolveError
NameResolveError: All Sesame queries failed. Unable to retrieve coordinates.
Update Coordinates-Intro to debug NameResolveError
Change data.conf.remote_timeout location and value in coordinates.ipynb
Further update Coordinates-Intro.ipynb to debug
Change name used in Sesame query to debug
Revise syntax of img src for logo
Remove html_logo from conf.py
Change href for navbar-brand from html to relative path
Revert Coordinates-Intro changes
Get rid of redundant spaces in L93
Revert changes made to coordinates.ipynb tutorial
Undo explicit print statement
Remove unnecessary comments regarding html_logo1 parent d3789d7 commit fe12e97
File tree
4 files changed
+9
-8
lines changed- tutorials
- themes/tutorials-theme
4 files changed
+9
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments