Skip to content

Commit 65ec7aa

Browse files
committed
Move appendices to subdirectory
1 parent 32712ab commit 65ec7aa

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. ############################################################################
2-
.. File : doc/interface.rst
2+
.. File : doc/appendices/interface.rst
33
.. ############################################################################
44
55
.. highlight:: swig
@@ -15,39 +15,39 @@ flc
1515

1616
The primary file defines typemaps.
1717

18-
.. literalinclude:: ../include/flc.i
18+
.. literalinclude:: ../../include/flc.i
1919
:linenos:
2020

2121
flc_algorithm
2222
=============
2323

24-
.. literalinclude:: ../include/flc_algorithm.i
24+
.. literalinclude:: ../../include/flc_algorithm.i
2525
:linenos:
2626

2727
flc_chrono
2828
=============
2929

30-
.. literalinclude:: ../include/flc_chrono.i
30+
.. literalinclude:: ../../include/flc_chrono.i
3131
:linenos:
3232

3333
flc_random
3434
=============
3535

36-
.. literalinclude:: ../include/flc_random.i
36+
.. literalinclude:: ../../include/flc_random.i
3737
:linenos:
3838

3939
flc_string
4040
=============
4141

42-
.. literalinclude:: ../include/flc_string.i
42+
.. literalinclude:: ../../include/flc_string.i
4343
:linenos:
4444

4545
flc_vector
4646
=============
4747

48-
.. literalinclude:: ../include/flc_vector.i
48+
.. literalinclude:: ../../include/flc_vector.i
4949
:linenos:
5050

5151
.. ############################################################################
52-
.. end of doc/interface.rst
52+
.. end of doc/appendices/interface.rst
5353
.. ############################################################################
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
.. ############################################################################
2-
.. File : doc/license.rst
2+
.. File : doc/appendices/license.rst
33
.. ############################################################################
44
55
*******
66
License
77
*******
88

9-
.. include:: ../LICENSE
9+
.. include:: ../../LICENSE
1010

1111
.. ############################################################################
12-
.. end of doc/license.rst
12+
.. end of doc/appendices/license.rst
1313
.. ############################################################################

doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ which wrap the C++ library.
5151
:maxdepth: 2
5252
:caption: Appendices
5353

54-
interface.rst
55-
license.rst
54+
appendices/interface.rst
55+
appendices/license.rst
5656

0 commit comments

Comments
 (0)