File tree Expand file tree Collapse file tree 4 files changed +31
-3
lines changed Expand file tree Collapse file tree 4 files changed +31
-3
lines changed Original file line number Diff line number Diff line change
1
+ .. -*- mode: rst; fill-column: 79 -*-
2
+ .. ex: set sts=4 ts=4 sw=4 et tw=79:
3
+ ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ###
4
+ #
5
+ # See COPYING file distributed along with the NiBabel package for the
6
+ # copyright and license terms.
7
+ #
8
+ ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ###
9
+
10
+ .. _chap_devdiscuss :
11
+
12
+ *********************
13
+ Developer discussions
14
+ *********************
15
+
16
+ Some discussions of usecases and other design issues. Most of these don't apply
17
+ to the current codebase, and are only for discussion of future directions.
18
+
19
+ .. toctree ::
20
+ :maxdepth: 2
21
+
22
+ usecases/index
23
+ refactoring/index
24
+ data_pkg_design
Original file line number Diff line number Diff line change 13
13
NiBabel Developer Guidelines
14
14
****************************
15
15
16
+ NiBabel source code
17
+ ===================
18
+
16
19
.. toctree ::
17
20
:maxdepth: 2
18
21
19
22
gitwash/index
20
- refactoring/index
21
23
22
24
Documentation
23
25
=============
@@ -86,10 +88,11 @@ Merges
86
88
------
87
89
88
90
For easy tracking of what changes were absorbed during merge, we
89
- advice to enable merge summary within git:
91
+ advise that you enable merge summaries within git:
90
92
91
93
git-config merge.summary true
92
94
95
+ See :ref: `configure-git ` for more detail.
93
96
94
97
Changelog
95
98
=========
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ Documentation
15
15
* :ref: `User Documentation <manual >` (manual)
16
16
* :ref: `API Documentation <api >` (comprehensive reference)
17
17
* :ref: `Developer Guidelines <chap_devguide >` (for those who want to contribute)
18
+ * :ref: `Developer discussions <chap_devdiscuss >` (arcane discussions about code
19
+ design)
18
20
* :ref: `Development Changelog <changelog >` (see what has changed)
19
21
* :ref: `genindex ` (access by keywords)
20
22
* :ref: `search ` (online and offline full-text search)
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ NiBabel Manual
8
8
9
9
installation
10
10
gettingstarted
11
- usecases/index
12
11
dicom/dicom
13
12
legal
14
13
changelog
You can’t perform that action at this time.
0 commit comments