Skip to content

Commit 36efc09

Browse files
committed
Fix documentation related things
1 parent 68e14ad commit 36efc09

9 files changed

Lines changed: 7 additions & 23 deletions

File tree

.pyspelling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ matrix:
4646
ignores:
4747
- 'code, pre, a.magiclink, span.keys'
4848
- '.MathJax_Preview, .md-nav__link, .md-footer-custom-text, .md-source__repository, .headerlink, .md-icon'
49-
- '.md-footer-social__link'
49+
- '.md-social__link'
5050
- pyspelling.filters.url:
5151

5252
- name: markdown

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- **FIX**: Add `.babelrc` and `.stylelintrc` to JSON rule.
77
- **FIX**: Reduce dependencies as they are all not required anymore.
88
- **FIX**: Support dialog did not show all relevant dependencies.
9+
- **FIX**: New location for Ruby syntax files in later Sublime versions.
910

1011
## 4.0.2
1112

File renamed without changes.
File renamed without changes.

docs/src/markdown/about/license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Raw Line Edit is released under the MIT license.
44

55
Copyright (c) phillipkoebbe.
66

7-
Changes: Copyright (c) 2013 - 2019 Isaac Muse <isaacmuse@gmail.com>
7+
Changes: Copyright (c) 2013 - 2022 Isaac Muse <isaacmuse@gmail.com>
88

99
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1010
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

docs/src/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mkdocs_pymdownx_material_extras>=1.4
1+
mkdocs_pymdownx_material_extras>=2.0
22
mkdocs-git-revision-date-localized-plugin
33
mkdocs-minify-plugin
44
pyspelling

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ markdown_extensions:
7373
- pymdownx.striphtml:
7474
- pymdownx.snippets:
7575
base_path:
76-
- docs/src/markdown/_snippets
76+
- docs/src/markdown/.snippets
7777
- CHANGES.md
7878

7979
- pymdownx.keys:

readme.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,11 @@ DetectSyntax was originally created by phillipkoebbe. In his words, these are h
1919

2020
# Documentation
2121

22-
http://facelessuser.github.io/ApplySyntax/
22+
https://facelessuser.github.io/ApplySyntax/
2323

2424
# License
2525

26-
Raw Line Edit is released under the MIT license.
27-
28-
Copyright (c) phillipkoebbe.
29-
30-
Changes: Copyright (c) 2013 - 2021 Isaac Muse <isaacmuse@gmail.com>
31-
32-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
33-
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
34-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
35-
persons to whom the Software is furnished to do so, subject to the following conditions:
36-
37-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
38-
Software.
39-
40-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
41-
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
42-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
43-
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26+
ApplySyntax is released under the MIT license.
4427

4528
[github-ci-image]: https://github.com/facelessuser/ApplySyntax/workflows/build/badge.svg?branch=master&event=push
4629
[github-ci-link]: https://github.com/facelessuser/ApplySyntax/actions?query=workflow%3Abuild+branch%3Amaster

0 commit comments

Comments
 (0)