Skip to content

Commit 1967d52

Browse files
committed
Merge from 3.x: PR #29
2 parents fdefeeb + 076ddb0 commit 1967d52

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ your support of the project!
6060

6161
[Download Spyder (with Anaconda)](https://www.anaconda.com/download/)
6262

63+
[Online Documentation](http://docs.spyder-ide.org/)
64+
6365
[Spyder Github](https://github.com/spyder-ide/spyder)
6466

6567
[Troubleshooting Guide and FAQ](
@@ -69,6 +71,10 @@ https://github.com/spyder-ide/spyder/wiki/Troubleshooting-Guide-and-FAQ)
6971

7072
[Gitter Chatroom](https://gitter.im/spyder-ide/public)
7173

72-
[Google Group](http://groups.google.com/group/spyderlib)
74+
[Google Group](https://groups.google.com/group/spyderlib)
75+
76+
[@Spyder_IDE on Twitter](https://twitter.com/spyder_ide)
77+
78+
[@SpyderIDE on Facebook](https://www.facebook.com/SpyderIDE/)
7379

7480
[Support Spyder on OpenCollective](https://opencollective.com/spyder/)

doc/_static/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ div .line-block {
3434
margin-bottom: 0px;
3535
}
3636

37-
ul.simple {
38-
margin-bottom: 24px;
37+
ul.simple, div .toctree-wrapper, ol.arabic {
38+
margin-bottom: 1.57em;
3939
}
4040

4141
div.body p, div.body dd, div.body li {

doc/_templates/layout.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
<div class="js-sticky">
2424
<div class="fh5co-main-nav navbar fixed-top">
2525
<div class="container">
26-
<div class="fh5co-menu-1">
26+
<div class="fh5co-menu-1">
2727
<div class="pull-left">
2828
<ul class="dropdown menu" data-dropdown-menu>
2929
<li id="menu-logo">
3030
<p></p>
3131
<a href="./index.html">
3232
<img src="https://www.spyder-ide.org/static/images/spyder-logo.svg">
3333
<span>
34-
<span id="logo-text"><big>S</big>pyder | Docs</span>
34+
<span id="logo-text"><big>S</big>pyder | Docs</span>
3535
</span>
3636
</a>
3737
<p></p>
@@ -42,12 +42,12 @@
4242
<a class="pull-right" href="https://www.spyder-ide.org">Home</a>
4343
</div>
4444
</div>
45-
</div>
45+
</div>
4646
</div>
4747
<div id="doc-content" data-section="Docs">
4848
{{super()}}
4949
</div>
50-
</div>
50+
</div>
5151
</div>
5252
{% endblock %}
5353
{% block footer %}

doc/conf.py

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,9 @@
126126
'travis_button': False,
127127
'codecov_button': False,
128128
'extra_nav_links': {
129-
'Main Website': 'https://www.spyder-ide.org/',
130-
'Download (Anaconda)': 'https://www.anaconda.com/download/',
131-
'Spyder Github': 'https://github.com/spyder-ide/spyder',
132129
'Troubleshooting': ('https://github.com/spyder-ide/spyder/wiki/'
133130
+ 'Troubleshooting-Guide-and-FAQ'),
134-
'Dev Wiki': 'https://github.com/spyder-ide/spyder/wiki/Dev:-Index',
135-
'Gitter Chatroom': 'https://gitter.im/spyder-ide/public',
136-
'Google Group': 'http://groups.google.com/group/spyderlib',
137-
'Donate': 'https://opencollective.com/spyder/'
131+
'Spyder Wiki': 'https://github.com/spyder-ide/spyder/wiki',
138132
},
139133
'sidebar_collapse': True,
140134
'show_related': True,
@@ -195,7 +189,7 @@
195189
'**': [
196190
'about.html',
197191
'navigation.html',
198-
'relations.html',
192+
#'relations.html',
199193
'searchbox.html',
200194
'donate.html',
201195
]

0 commit comments

Comments
 (0)