Skip to content

Commit e1e535b

Browse files
authored
Merge pull request sass#235 from GloverDonovan/fix/docs
Various documentation improvements
2 parents fce952f + ddaffb8 commit e1e535b

File tree

14 files changed

+96
-96
lines changed

14 files changed

+96
-96
lines changed

CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Coding style
1414
(``:raise:`` if it may raise an error) in their docstring.
1515

1616
.. _flake8: https://gitlab.com/pycqa/flake8
17-
.. _PEP 8: www.python.org/dev/peps/pep-0008
17+
.. _PEP 8: https://www.python.org/dev/peps/pep-0008
1818

1919

2020
Tests
@@ -26,8 +26,8 @@ Tests
2626
- All commits will be tested by Travis_ (Linux) and
2727
AppVeyor_ (Windows).
2828

29-
.. _tox: http://tox.testrun.org/
30-
.. _Travis: http://travis-ci.org/sass/libsass-python
29+
.. _tox: https://tox.readthedocs.io/
30+
.. _Travis: https://travis-ci.org/sass/libsass-python
3131
.. _AppVeyor: https://ci.appveyor.com/project/asottile/libsass-python
3232

3333

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015 Hong Minhee <http://hongminhee.org/>
1+
Copyright (c) 2015 Hong Minhee <https://hongminhee.org/>
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,24 @@ libsass-python: Sass_/SCSS for Python
1818
:alt: Coverage Status
1919

2020
This package provides a simple Python extension module ``sass`` which is
21-
binding Libsass_ (written in C/C++ by Hampton Catlin and Aaron Leung).
21+
binding LibSass_ (written in C/C++ by Hampton Catlin and Aaron Leung).
2222
It's very straightforward and there isn't any headache related Python
2323
distribution/deployment. That means you can add just ``libsass`` into
2424
your ``setup.py``'s ``install_requires`` list or ``requirements.txt`` file.
2525
Need no Ruby nor Node.js.
2626

2727
It currently supports CPython 2.7, 3.4--3.6, and PyPy 2.3+!
2828

29-
.. _Sass: http://sass-lang.com/
30-
.. _Libsass: https://github.com/sass/libsass
29+
.. _Sass: https://sass-lang.com/
30+
.. _LibSass: https://github.com/sass/libsass
3131

3232

3333
Features
3434
--------
3535

3636
- You don't need any Ruby/Node.js stack at all, for development or deployment
3737
either.
38-
- Fast. (Libsass_ is written in C++.)
38+
- Fast. (LibSass_ is written in C++.)
3939
- Simple API. See the below example code for details.
4040
- Custom functions.
4141
- ``@import`` callbacks.
@@ -104,14 +104,14 @@ The built docs will go to ``docs/_build/html/`` directory.
104104
Credit
105105
------
106106

107-
Hong Minhee wrote this Python binding of Libsass_.
107+
Hong Minhee wrote this Python binding of LibSass_.
108108

109-
Hampton Catlin and Aaron Leung wrote Libsass_, which is portable C/C++
110-
implementation of SASS_.
109+
Hampton Catlin and Aaron Leung wrote LibSass_, which is portable C/C++
110+
implementation of Sass_.
111111

112-
Hampton Catlin originally designed SASS_ language and wrote the first
112+
Hampton Catlin originally designed Sass_ language and wrote the first
113113
reference implementation of it in Ruby.
114114

115115
The above three softwares are all distributed under `MIT license`_.
116116

117-
.. _MIT license: http://mit-license.org/
117+
.. _MIT license: https://mit-license.org/

docs/changes.rst

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Version 0.13.7
77

88
Released on February 5, 2018.
99

10-
- Follow up the libsass upstream: 3.4.9 --- See the release notes of Libsass
10+
- Follow up the libsass upstream: 3.4.9 --- See the release notes of LibSass
1111
3.4.9__. [:issue:`232` by Anthony Sottile]
1212

1313
__ https://github.com/sass/libsass/releases/tag/3.4.9
@@ -26,7 +26,7 @@ Version 0.13.5
2626

2727
Released on January 11, 2018.
2828

29-
- Follow up the libsass upstream: 3.4.8 --- See the release notes of Libsass
29+
- Follow up the libsass upstream: 3.4.8 --- See the release notes of LibSass
3030
3.4.8__. [:issue:`228` by Anthony Sottile]
3131

3232
__ https://github.com/sass/libsass/releases/tag/3.4.8
@@ -37,7 +37,7 @@ Version 0.13.4
3737

3838
Released on November 14, 2017.
3939

40-
- Follow up the libsass upstream: 3.4.7 --- See the release notes of Libsass
40+
- Follow up the libsass upstream: 3.4.7 --- See the release notes of LibSass
4141
3.4.7__. [:issue:`226` by Anthony Sottile]
4242

4343
__ https://github.com/sass/libsass/releases/tag/3.4.7
@@ -53,7 +53,7 @@ Released on October 11, 2017.
5353
- Add a ``pysassc`` entry to replace ``sassc`` [:issue:`218` by
5454
Anthony Sottile]
5555
- Enable building with dynamic linking [:issue:`219` by Marcel Plch]
56-
- Follow up the libsass upstream: 3.4.6 --- See the release notes of Libsass
56+
- Follow up the libsass upstream: 3.4.6 --- See the release notes of LibSass
5757
3.4.6__. [:issue:`221` by Anthony Sottile]
5858

5959
__ https://github.com/sass/libsass/releases/tag/3.4.6
@@ -72,7 +72,7 @@ Version 0.13.1
7272

7373
Released on June 8, 2017.
7474

75-
- Follow up the libsass upstream: 3.4.5 --- See the release notes of Libsass
75+
- Follow up the libsass upstream: 3.4.5 --- See the release notes of LibSass
7676
3.4.5__. [:issue:`207` by Anthony Sottile]
7777

7878
__ https://github.com/sass/libsass/releases/tag/3.4.5
@@ -91,7 +91,7 @@ Released on June 7, 2017.
9191
:issue:`197` by Anthony Sottile]
9292
- Correct source map url [:issue:`201` :issue:`202` by Anthony Sottile]
9393
- Remove ``--watch`` [:issue:`203` by Anthony Sottile]
94-
- Follow up the libsass upstream: 3.4.4 --- See the release notes of Libsass
94+
- Follow up the libsass upstream: 3.4.4 --- See the release notes of LibSass
9595
3.4.4__. [:issue:`205` by Anthony Sottile]
9696

9797
__ https://github.com/sass/libsass/releases/tag/3.4.4
@@ -102,7 +102,7 @@ Version 0.12.3
102102

103103
Released on January 7, 2017.
104104

105-
- Follow up the libsass upstream: 3.4.3 --- See the release notes of Libsass
105+
- Follow up the libsass upstream: 3.4.3 --- See the release notes of LibSass
106106
3.4.3__. [:issue:`178` by Anthony Sottile]
107107

108108
__ https://github.com/sass/libsass/releases/tag/3.4.3
@@ -113,7 +113,7 @@ Version 0.12.2
113113

114114
Released on January 5, 2017.
115115

116-
- Follow up the libsass upstream: 3.4.2 --- See the release notes of Libsass
116+
- Follow up the libsass upstream: 3.4.2 --- See the release notes of LibSass
117117
3.4.2__. [:issue:`176` by Anthony Sottile]
118118

119119
__ https://github.com/sass/libsass/releases/tag/3.4.2
@@ -124,7 +124,7 @@ Version 0.12.1
124124

125125
Released on December 20, 2016.
126126

127-
- Follow up the libsass upstream: 3.4.1 --- See the release notes of Libsass
127+
- Follow up the libsass upstream: 3.4.1 --- See the release notes of LibSass
128128
3.4.1__. [:issue:`175` by Anthony Sottile]
129129

130130
__ https://github.com/sass/libsass/releases/tag/3.4.1
@@ -135,7 +135,7 @@ Version 0.12.0
135135

136136
Released on December 10, 2016.
137137

138-
- Follow up the libsass upstream: 3.4.0 --- See the release notes of Libsass
138+
- Follow up the libsass upstream: 3.4.0 --- See the release notes of LibSass
139139
3.4.0__. [:issue:`173` by Anthony Sottile]
140140

141141
__ https://github.com/sass/libsass/releases/tag/3.4.0
@@ -149,7 +149,7 @@ Released on October 24, 2016.
149149
- Drop support for python2.6 [:issue:`158` by Anthony Sottile]
150150
- Deprecate ``--watch`` [:issue:`156` by Anthony Sottile]
151151
- Preserve line endings [:issue:`160` by Anthony Sottile]
152-
- Follow up the libsass upstream: 3.3.6 --- See the release notes of Libsass
152+
- Follow up the libsass upstream: 3.3.6 --- See the release notes of LibSass
153153
3.3.6__. [:issue:`167` by Anthony Sottile]
154154

155155
__ https://github.com/sass/libsass/releases/tag/3.3.6
@@ -161,7 +161,7 @@ Version 0.11.1
161161

162162
Released on April 22, 2016.
163163

164-
- Follow up the libsass upstream: 3.3.5 --- See the release notes of Libsass
164+
- Follow up the libsass upstream: 3.3.5 --- See the release notes of LibSass
165165
3.3.5__. [:issue:`148` by Anthony Sottile]
166166

167167
__ https://github.com/sass/libsass/releases/tag/3.3.5
@@ -171,7 +171,7 @@ Version 0.11.0
171171

172172
Released on March 23, 2016.
173173

174-
- Follow up the libsass upstream: 3.3.4 --- See the release notes of Libsass
174+
- Follow up the libsass upstream: 3.3.4 --- See the release notes of LibSass
175175
3.3.4__. [:issue:`144` by Anthony Sottile]
176176
- Expose libsass version in ``sassc --version`` and ``sass.libsass_version``
177177
[:issue:`142` :issue:`141` :issue:`140` by Anthony Sottile]
@@ -193,7 +193,7 @@ Version 0.10.1
193193

194194
Released on January 29, 2016.
195195

196-
- Follow up the libsass upstream: 3.3.3 --- See the release notes of Libsass
196+
- Follow up the libsass upstream: 3.3.3 --- See the release notes of LibSass
197197
3.3.3__. [by Anthony Sottile]
198198
- Allow -t for style like sassc [:issue:`98` by Anthony Sottile]
199199

@@ -213,15 +213,15 @@ Version 0.9.3
213213

214214
Released on December 03, 2015.
215215

216-
- Support "indented" SASS compilation [:issue:`41` by Alice Zoë Bevan–McGregor]
216+
- Support "indented" Sass compilation [:issue:`41` by Alice Zoë Bevan–McGregor]
217217
- Fix wheels on windows [:issue:`28` :issue:`49` by Anthony Sottile]
218218

219219
Version 0.9.2
220220
-------------
221221

222222
Released on November 12, 2015.
223223

224-
- Follow up the libsass upstream: 3.3.2 --- See the release notes of Libsass
224+
- Follow up the libsass upstream: 3.3.2 --- See the release notes of LibSass
225225
3.3.2__. [by Anthony Sottile]
226226
- Require VS 2015 to build on windows [:issue:`99` by Anthony Sottile]
227227

@@ -232,7 +232,7 @@ Version 0.9.1
232232

233233
Released on October 29, 2015.
234234

235-
- Follow up the libsass upstream: 3.3.1 --- See the release notes of Libsass
235+
- Follow up the libsass upstream: 3.3.1 --- See the release notes of LibSass
236236
3.3.1__. [by Anthony Sottile]
237237

238238
__ https://github.com/sass/libsass/releases/tag/3.3.1
@@ -245,7 +245,7 @@ Released on October 28, 2015.
245245

246246
- Fix a bug with writing UTF-8 to a file [:issue:`72` by Caleb Ely]
247247
- Fix a segmentation fault on ^C [:issue:`87` by Anthony Sottile]
248-
- Follow up the libsass upstream: 3.3.0 --- See the release notes of Libsass
248+
- Follow up the libsass upstream: 3.3.0 --- See the release notes of LibSass
249249
3.3.0__. [:issue:`96` by Anthony Sottile]
250250

251251
__ https://github.com/sass/libsass/releases/tag/3.3.0
@@ -256,7 +256,7 @@ Version 0.8.3
256256

257257
Released on August 2, 2015.
258258

259-
- Follow up the libsass upstream: 3.2.5 --- See the release notes of Libsass
259+
- Follow up the libsass upstream: 3.2.5 --- See the release notes of LibSass
260260
3.2.5__. [:issue:`79`, :issue:`80` by Anthony Sottile]
261261
- Fixed a bug that :file:`*.sass` files were ignored.
262262
[:issue:`78` by Guilhem MAS-PAITRAULT]
@@ -269,7 +269,7 @@ Version 0.8.2
269269

270270
Released on May 19, 2015.
271271

272-
- Follow up the libsass upstream: 3.2.4 --- See the release notes of Libsass
272+
- Follow up the libsass upstream: 3.2.4 --- See the release notes of LibSass
273273
3.2.3__, and 3.2.4__. [:issue:`69` by Anthony Sottile]
274274
- The default value of :class:`~sassutils.wsgi.SassMiddleware`'s
275275
``error_status`` parameter was changed from ``'500 Internal Server Error'``
@@ -295,7 +295,7 @@ Version 0.8.0
295295

296296
Released on May 3, 2015.
297297

298-
- Follow up the libsass upstream: 3.2.2 --- See the release notes of Libsass
298+
- Follow up the libsass upstream: 3.2.2 --- See the release notes of LibSass
299299
3.2.0__, 3.2.1__, and 3.2.2__.
300300
[:issue:`61`, :issue:`52`, :issue:`56`, :issue:`58`, :issue:`62`, :issue:`64`
301301
by Anthony Sottile]
@@ -326,7 +326,7 @@ Released on March 6, 2015.
326326

327327
Anthony Sottile contributed to the most of this release. Huge thanks to him!
328328

329-
- Follow up the libsass upstream: 3.1.0 --- See the `release note`__ of Libsass.
329+
- Follow up the libsass upstream: 3.1.0 --- See the `release note`__ of LibSass.
330330
[:issue:`38`, :issue:`43` by Anthony Sottile]
331331

332332
- Custom functions and imports
@@ -383,7 +383,7 @@ Version 0.6.1
383383

384384
Released on November 6, 2014.
385385

386-
- Follow up the libsass upstream: 3.0.1 --- See the `release note`__ of Libsass.
386+
- Follow up the libsass upstream: 3.0.1 --- See the `release note`__ of LibSass.
387387
- Fixed a bug that :class:`~sassutils.wsgi.SassMiddleware` never closes
388388
the socket on some WSGI servers e.g. ``eventlet.wsgi``.
389389

@@ -400,7 +400,7 @@ to compile. Although 0.6.2 became back to only need GCC (G++) 4.6+,
400400
LLVM Clang 2.9+, from 0.6.0 to 0.6.1 you need GCC (G++) 4.8+, LLVM Clang 3.3+,
401401
or Visual Studio 2013 Update 4+.
402402

403-
- Follow up the libsass upstream: 3.0 --- See the `release note`__ of Libsass.
403+
- Follow up the libsass upstream: 3.0 --- See the `release note`__ of LibSass.
404404

405405
- Decent extends support
406406
- Basic Sass Maps Support
@@ -423,7 +423,7 @@ or Visual Studio 2013 Update 4+.
423423
:class:`~sassutils.distutils.build_sass` command. [:issue:`25`]
424424

425425
__ https://github.com/sass/libsass/releases/tag/3.0
426-
.. _partial import: http://sass-lang.com/documentation/file.SASS_REFERENCE.html#partials
426+
.. _partial import: https://sass-lang.com/documentation/file.SASS_REFERENCE.html#partials
427427

428428

429429
Version 0.5.1
@@ -445,7 +445,7 @@ Version 0.5.0
445445

446446
Released on June 6, 2014.
447447

448-
- Follow up the libsass upstream: 2.0 --- See the `release note`__ of Libsass.
448+
- Follow up the libsass upstream: 2.0 --- See the `release note`__ of LibSass.
449449

450450
- Added indented syntax support (:file:`*.sass` files).
451451
- Added expanded selector support (BEM).
@@ -539,7 +539,7 @@ Released on February 21, 2014.
539539
- Supports sourcemaps.
540540

541541
.. _57a2f62--v1.0.1: https://github.com/sass/libsass/compare/57a2f627b4d2fbd3cf1913b241f1d5aa31e35580...v1.0.1
542-
.. _variable arguments: http://sass-lang.com/docs/yardoc/file.SASS_CHANGELOG.html#variable_arguments
542+
.. _variable arguments: https://sass-lang.com/docs/yardoc/file.SASS_CHANGELOG.html#variable_arguments
543543

544544

545545
Version 0.2.4

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@
250250

251251
# Example configuration for intersphinx: refer to the Python standard library.
252252
intersphinx_mapping = {
253-
'python': ('http://docs.python.org/', None),
254-
'setuptools': ('http://pythonhosted.org/setuptools/', None),
253+
'python': ('https://docs.python.org/', None),
254+
'setuptools': ('https://setuptools.readthedocs.io/', None),
255255
'flask': ('http://flask.pocoo.org/docs/', None)
256256
}
257257

0 commit comments

Comments
 (0)