File tree Expand file tree Collapse file tree 9 files changed +65
-1
lines changed Expand file tree Collapse file tree 9 files changed +65
-1
lines changed Original file line number Diff line number Diff line change 1
1
BSD 3-Clause License
2
2
3
- Copyright (c) 2016, QIIME 2 Development Team
3
+ Copyright (c) 2016-2017 , QIIME 2 development team.
4
4
All rights reserved.
5
5
6
6
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 13
13
# All configuration values have a default; values that are commented out
14
14
# serve to show the default.
15
15
16
+ # ----------------------------------------------------------------------------
17
+ # Copyright (c) 2016-2017, QIIME 2 development team.
18
+ #
19
+ # Distributed under the terms of the Modified BSD License.
20
+ #
21
+ # The full license is in the file LICENSE, distributed with this software.
22
+ # ----------------------------------------------------------------------------
23
+
16
24
# If extensions (or modules to document with autodoc) are in another directory,
17
25
# add these directories to sys.path here. If the directory is relative to the
18
26
# documentation root, use os.path.abspath to make it absolute, like shown here.
Original file line number Diff line number Diff line change
1
+ # ----------------------------------------------------------------------------
2
+ # Copyright (c) 2016-2017, QIIME 2 development team.
3
+ #
4
+ # Distributed under the terms of the Modified BSD License.
5
+ #
6
+ # The full license is in the file LICENSE, distributed with this software.
7
+ # ----------------------------------------------------------------------------
Original file line number Diff line number Diff line change
1
+ # ----------------------------------------------------------------------------
2
+ # Copyright (c) 2016-2017, QIIME 2 development team.
3
+ #
4
+ # Distributed under the terms of the Modified BSD License.
5
+ #
6
+ # The full license is in the file LICENSE, distributed with this software.
7
+ # ----------------------------------------------------------------------------
8
+
1
9
import collections
2
10
import os
3
11
import os .path
Original file line number Diff line number Diff line change
1
+ # ----------------------------------------------------------------------------
2
+ # Copyright (c) 2016-2017, QIIME 2 development team.
3
+ #
4
+ # Distributed under the terms of the Modified BSD License.
5
+ #
6
+ # The full license is in the file LICENSE, distributed with this software.
7
+ # ----------------------------------------------------------------------------
8
+
9
+
1
10
def setup (app ):
2
11
app .add_javascript ('external-links.js' )
3
12
return {'version' : '0.0.1' }
Original file line number Diff line number Diff line change
1
+ # ----------------------------------------------------------------------------
2
+ # Copyright (c) 2016-2017, QIIME 2 development team.
3
+ #
4
+ # Distributed under the terms of the Modified BSD License.
5
+ #
6
+ # The full license is in the file LICENSE, distributed with this software.
7
+ # ----------------------------------------------------------------------------
8
+
1
9
from .extension import setup
2
10
3
11
__all__ = ['setup' ]
Original file line number Diff line number Diff line change
1
+ # ----------------------------------------------------------------------------
2
+ # Copyright (c) 2016-2017, QIIME 2 development team.
3
+ #
4
+ # Distributed under the terms of the Modified BSD License.
5
+ #
6
+ # The full license is in the file LICENSE, distributed with this software.
7
+ # ----------------------------------------------------------------------------
8
+
1
9
import os
2
10
import os .path
3
11
import shutil
Original file line number Diff line number Diff line change
1
+ # ----------------------------------------------------------------------------
2
+ # Copyright (c) 2016-2017, QIIME 2 development team.
3
+ #
4
+ # Distributed under the terms of the Modified BSD License.
5
+ #
6
+ # The full license is in the file LICENSE, distributed with this software.
7
+ # ----------------------------------------------------------------------------
8
+
1
9
from docutils import nodes
2
10
from docutils .parsers .rst import Directive
3
11
from sphinx .util .compat import make_admonition
Original file line number Diff line number Diff line change
1
+ # ----------------------------------------------------------------------------
2
+ # Copyright (c) 2016-2017, QIIME 2 development team.
3
+ #
4
+ # Distributed under the terms of the Modified BSD License.
5
+ #
6
+ # The full license is in the file LICENSE, distributed with this software.
7
+ # ----------------------------------------------------------------------------
8
+
1
9
from docutils import nodes
2
10
from docutils .parsers .rst import Directive
3
11
from sphinx .util .compat import make_admonition
You can’t perform that action at this time.
0 commit comments