Skip to content

Commit

Permalink
Merge pull request #37 from dylan-lang/v1.0.0
Browse files Browse the repository at this point in the history
Prepare to v1.0.0
  • Loading branch information
fraya authored Jan 28, 2025
2 parents 46c9dc2 + 5de6734 commit 61d941f
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 5 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2025 Dylan Hackers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
6 changes: 4 additions & 2 deletions dylan-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "sphinx-extensions",
"description": "Dylan extensions to the Sphinx documentation tools",
"version": "0.2.0",
"version": "1.0.0",
"dependencies": [],
"dev-dependencies": [],
"url": "https://github.com/dylan-lang/sphinx-extensions"
"url": "https://github.com/dylan-lang/sphinx-extensions",
"contact": "dylan-lang@googlegroups.com",
"keywords": ["documentation", "docs", "sphinx", "rst"]
}
2 changes: 1 addition & 1 deletion sphinxcontrib/dylan/domain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
A domain package for Sphinx.
Created by Dustin Voss on 2011-11-10.
Copyright (c) 2011-2016 Open Dylan Maintainers. All rights reserved.
Copyright (c) 2011-2025 Dylan Hackers. All rights reserved.
"""

from .dylandomain import DylanDomain
Expand Down
2 changes: 1 addition & 1 deletion sphinxcontrib/dylan/domain/drmindex.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
"""
Copyright (c) 2011-2019 Open Dylan Maintainers. All rights reserved.
Copyright (c) 2011-2025 Dylan Hackers. All rights reserved.
"""

index = {
Expand Down
2 changes: 1 addition & 1 deletion sphinxcontrib/dylan/domain/dylandomain.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
dylandomain.py
Created by Dustin Voss on 2011-11-10.
Copyright (c) 2011-2016 Open Dylan Maintainers. All rights reserved.
Copyright (c) 2011-2025 Dylan Hackers. All rights reserved.
"""

import re
Expand Down

0 comments on commit 61d941f

Please sign in to comment.