Skip to content

Commit 332066f

Browse files
committed
fix(doc): Fix titles and minor corrections
1 parent c8f1fca commit 332066f

16 files changed

Lines changed: 44 additions & 47 deletions

doc/source/gsl-common.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
.. current-library:: dylan-gsl
2-
3-
The GSL-COMMON module
4-
*********************
1+
GSL-COMMON
2+
**********
53

4+
.. current-library:: dylan-gsl
65
.. current-module:: gsl-common
76

87

@@ -23,4 +22,4 @@ The GSL-COMMON module
2322

2423
.. macro:: with-c-double-array
2524

26-
.. macro:: with-gsl-check-success
25+
.. macro:: with-gsl-check-success

doc/source/gsl-error.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
The GSL-ERROR module
2-
********************
1+
GSL-ERROR
2+
*********
33

44
.. current-library:: dylan-gsl
55
.. current-module:: gsl-error

doc/source/gsl-ffi-block.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
The GSL-FFI-BLOCK module
2-
*****************************
1+
GSL-FFI-BLOCK
2+
*************
3+
34
.. current-library:: dylan-gsl
45
.. current-module:: gsl-ffi-block
56

@@ -39,4 +40,4 @@ Allocation functions
3940

4041
:signature: gsl-block-free (block) => ()
4142

42-
:parameter block: An instance of `<gsl-block*>`.
43+
:parameter block: An instance of `<gsl-block*>`.

doc/source/gsl-ffi-complex.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
The GSL-FFI-COMPLEX module
2-
**************************
1+
GSL-FFI-COMPLEX
2+
***************
3+
34
.. current-library:: dylan-gsl
45
.. current-module:: gsl-ffi-complex
56

doc/source/gsl-ffi-error.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
The GSL-FFI-ERROR module
2-
************************
1+
GSL-FFI-ERROR
2+
*************
33

44
.. current-library:: dylan-gsl
55
.. current-module:: gsl-ffi-error
@@ -83,4 +83,4 @@ Error functions
8383
:signature: gsl-strerror (status) => (message)
8484

8585
:parameter status: An instance of :class:`<c-int>`.
86-
:value message: An instance of :class:`<c-string>`.
86+
:value message: An instance of :class:`<c-string>`.

doc/source/gsl-ffi-math.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
The GSL-FFI-MATH module
2-
***********************
1+
GSL-FFI-MATH
2+
************
33

44
.. current-library:: dylan-gsl
55
.. current-module:: gsl-ffi-math
@@ -154,4 +154,4 @@ Elementary functions
154154

155155
:parameter x: An instance of ``export-type-for(<c-double>)``.
156156
:parameter n: An instance of ``export-type-for(<c-int>)``.
157-
:value frexp-xn: An instance of ``import-type-for(<c-double>)``.
157+
:value frexp-xn: An instance of ``import-type-for(<c-double>)``.

doc/source/gsl-ffi-rng.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
The GSL-FFI-RNG module
2-
**********************
1+
GSL-FFI-RNG
2+
***********
33

44
.. current-library:: dylan-gsl
55
.. current-module:: gsl-ffi-rng

doc/source/gsl-ffi-running-statistics.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
The GSL-FFI-RUNNING-STATISTICS module
2-
*************************************
1+
GSL-FFI-RUNNING-STATISTICS
2+
**************************
33

44
.. current-library:: dylan-gsl
55
.. current-module:: gsl-ffi-running-statistics

doc/source/gsl-ffi-statistics.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
The GSL-FFI-STATISTICS module
2-
*****************************
1+
GSL-FFI-STATISTICS
2+
******************
3+
34
.. current-library:: dylan-gsl
45
.. current-module:: gsl-ffi-statistics
56

@@ -591,4 +592,4 @@ Robust Scale Estimates
591592
:parameter n: An instance of `<c-size-t>`.
592593
:parameter work: An instance of `<c-double*>`.
593594
:parameter work-int: An instance of `<c-int*>`.
594-
:value qn: An instance of `<c-double>`.
595+
:value qn: An instance of `<c-double>`.

doc/source/gsl-ffi-vector.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
The GSL-FFI-VECTOR module
2-
*************************
1+
GSL-FFI-VECTOR
2+
**************
33

44
.. current-library:: dylan-gsl
55
.. current-module:: gsl-ffi-vector

0 commit comments

Comments
 (0)