Skip to content

Commit e4e2962

Browse files
authored
Merge pull request #2596 from WardF/remove-internal-flag-byterange-doc.wif
Expose user-facing documentation related to byterange DAP functionality.
2 parents 074cd5c + 78030b1 commit e4e2962

3 files changed

Lines changed: 8 additions & 13 deletions

File tree

docs/Doxyfile.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -809,13 +809,10 @@ INPUT = @abs_top_srcdir@/docs/mainpage.dox \
809809
@abs_top_srcdir@/RELEASE_NOTES.md \
810810
@abs_top_srcdir@/docs/install-fortran.md \
811811
@abs_top_srcdir@/docs/windows-binaries.md \
812-
@abs_top_srcdir@/docs/attribute_conventions.md \
813-
@abs_top_srcdir@/docs/file_format_specifications.md \
814-
@abs_top_srcdir@/docs/all-error-codes.md \
815812
@abs_top_srcdir@/docs/inmemory.md \
816813
@abs_top_srcdir@/docs/filters.md \
817814
@abs_top_srcdir@/docs/filter_quickstart.md \
818-
@abs_top_srcdir@/docs/byterange.dox \
815+
@abs_top_srcdir@/docs/byterange.md \
819816
@abs_top_srcdir@/docs/nczarr.md \
820817
@abs_top_srcdir@/docs/notes.md \
821818
@abs_top_srcdir@/docs/building-with-cmake.md \
@@ -829,6 +826,9 @@ INPUT = @abs_top_srcdir@/docs/mainpage.dox \
829826
@abs_top_srcdir@/docs/indexing.dox \
830827
@abs_top_srcdir@/docs/testserver.dox \
831828
@abs_top_srcdir@/docs/quantize.md \
829+
@abs_top_srcdir@/docs/attribute_conventions.md \
830+
@abs_top_srcdir@/docs/file_format_specifications.md \
831+
@abs_top_srcdir@/docs/all-error-codes.md \
832832
@abs_top_srcdir@/include/netcdf.h \
833833
@abs_top_srcdir@/include/netcdf_mem.h \
834834
@abs_top_srcdir@/include/netcdf_par.h \

docs/Doxyfile.user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ INPUT = \
748748
./docs/windows-binaries.md \
749749
./docs/attribute_conventions.md \
750750
./docs/file_format_specifications.md \
751-
./docs/byterange.dox \
751+
./docs/byterange.md \
752752
./docs/inmemory.md \
753753
./docs/auth.md \
754754
./docs/filters.md \
Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
/**
2-
@if INTERNAL
3-
4-
@page byterange Remote Dataset Access Using HTTP Byte Ranges
5-
6-
\tableofcontents
1+
NetCDF Byterange Support {#netcdf_byterange}
2+
================================
73

4+
[TOC]
85
<!-- Note that this file has the .dox extension, but is mostly markdown -->
96
<!-- Begin MarkDown -->
107

@@ -151,6 +148,4 @@ __Last Revised__: 12/30/2018
151148

152149
<!-- End MarkDown -->
153150

154-
@endif
155-
156151
*/

0 commit comments

Comments
 (0)