Skip to content

Commit

Permalink
Update URLs for repo change
Browse files Browse the repository at this point in the history
  • Loading branch information
cbm755 committed Jan 5, 2023
1 parent 018b117 commit 27f2d8a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
doctest 0.8.0+
==============

* Developement repo moved to https://github.com/gnu-octave/octave-doctest



doctest 0.8.0 (2023-01-03)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ Summary:
Doctest also supports Texinfo markup, which is [popular](https://www.gnu.org/software/octave/doc/interpreter/Documentation-Tips.html) in the Octave world, and it provides various toggles and switches for customizing its behavior.
The [Doctest documentation](https://octave.sourceforge.io/doctest/function/doctest.html) contains information on all this.
Quite appropriately, Doctest can test its own documentation.
We also maintain a [list of software](https://github.com/catch22/octave-doctest/wiki/WhoIsUsingDoctest) that is using Doctest.
We also maintain a [list of software](https://github.com/gnu-octave/octave-doctest/wiki/WhoIsUsingDoctest) that is using Doctest.
2 changes: 1 addition & 1 deletion inst/doctest.m
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
warning('Doctest:deprecated', ...
['Support for specifying directives on the command line is deprecated\n' ...
' and will be removed in a future version (for discussion, see\n' ...
' https://github.com/catch22/octave-doctest/issues/127).']);
' https://github.com/gnu-octave/octave-doctest/issues/127).']);
enable = strcmp(varargin{i}(1), '+');
directives = doctest_default_directives(directives, directive, enable);
end
Expand Down
4 changes: 2 additions & 2 deletions inst/private/doctest_collect.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
%%
% Copyright (c) 2010 Thomas Grenfell Smith
% Copyright (c) 2015 Michael Walter
% Copyright (c) 2015-2019, 2022 Colin B. Macdonald
% Copyright (c) 2015-2019, 2022-2023 Colin B. Macdonald
% Copyright (c) 2015 Oliver Heimlich
% Copyright (C) 2018 Mike Miller
% SPDX-License-Identifier: BSD-3-Clause
Expand Down Expand Up @@ -278,7 +278,7 @@
w = w(2:end);
end

% workaround github.com/catch22/octave-doctest/issues/135 by
% workaround github.com/gnu-octave/octave-doctest/issues/135 by
% accessing all non-constructor method help text *before* "help obj"
if (is_octave () && compare_versions (OCTAVE_VERSION, '7.0.0', '<'))
meths = methods (w);
Expand Down
4 changes: 2 additions & 2 deletions inst/private/doctest_datastore.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
% doctest_datastore(action, arg)
% Store variables in a way that survives "clear" and "clear all".
%
% See https://github.com/catch22/octave-doctest/issues/149 for discussion.
% See https://github.com/gnu-octave/octave-doctest/issues/149 for discussion.

%%
% Copyright (c) 2017, 2019 Colin B. Macdonald
% Copyright (c) 2017, 2019, 2023 Colin B. Macdonald
% Copyright (c) 2017 Michael Walter
% SPDX-License-Identifier: BSD-3-Clause

Expand Down
4 changes: 2 additions & 2 deletions octave-doctest.metainfo.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2016, 2019 Colin B. Macdonald
Copyright 2016, 2019, 2023 Colin B. Macdonald
SPDX-License-Identifier: FSFAP
Copying and distribution of this file, with or without modification,
Expand All @@ -27,7 +27,7 @@ without any warranty.
</keywords>
<translation/>
<url type="homepage">https://octave.sourceforge.io/doctest</url>
<url type="bugtracker">https://github.com/catch22/octave-doctest/issues/new</url>
<url type="bugtracker">https://github.com/gnu-octave/octave-doctest/issues/new</url>
<metadata_license>FSFAP</metadata_license>
<project_license>BSD-3-Clause</project_license>
<developer_name>Octave-Forge Community</developer_name>
Expand Down

0 comments on commit 27f2d8a

Please sign in to comment.