@@ -758,37 +758,7 @@ Let's see if there was any output from the [odoc] invocations:
758
758
{[
759
759
# !compile_output;;
760
760
- : string list = [""]
761
- # !link_output;;
762
- - : string list =
763
- ["";
764
- "'../src/odoc/bin/main.exe' 'link' 'odoc_html_frontend.odoc' '-o' 'odoc_html_frontend.odocl' '-I' '.'";
765
- "odoc_html_frontend.odoc: File \"src/search/odoc_html_frontend.mli\", line 3, characters 15-25:";
766
- "odoc_html_frontend.odoc: Warning: Failed to resolve reference unresolvedroot(Entry).t Couldn't find \"Entry\"";
767
- "'../src/odoc/bin/main.exe' 'link' 'page-deps.odoc' '-o' 'page-deps.odocl' '-I' '.'";
768
- "page-deps.odoc: File \"src/fmt.mli\", line 6, characters 4-13:";
769
- "page-deps.odoc: Warning: Failed to resolve reference unresolvedroot(Format) Couldn't find \"Format\"";
770
- "page-deps.odoc: File \"deps.mld\", line 27, characters 0-79:";
771
- "page-deps.odoc: Warning: Failed to resolve reference unresolvedroot(Bi_vint) Parent_module: Lookup failure (root module): Bi_vint";
772
- "page-deps.odoc: File \"deps.mld\", line 27, characters 0-79:";
773
- "page-deps.odoc: Warning: Failed to resolve reference unresolvedroot(Bi_util) Parent_module: Lookup failure (root module): Bi_util";
774
- "page-deps.odoc: File \"deps.mld\", line 27, characters 0-79:";
775
- "page-deps.odoc: Warning: Failed to resolve reference unresolvedroot(Bi_stream) Parent_module: Lookup failure (root module): Bi_stream";
776
- "page-deps.odoc: File \"deps.mld\", line 27, characters 0-79:";
777
- "page-deps.odoc: Warning: Failed to resolve reference unresolvedroot(Bi_share) Parent_module: Lookup failure (root module): Bi_share";
778
- "page-deps.odoc: File \"deps.mld\", line 27, characters 0-79:";
779
- "page-deps.odoc: Warning: Failed to resolve reference unresolvedroot(Bi_outbuf) Parent_module: Lookup failure (root module): Bi_outbuf";
780
- "page-deps.odoc: File \"deps.mld\", line 27, characters 0-79:";
781
- "page-deps.odoc: Warning: Failed to resolve reference unresolvedroot(Bi_io) Parent_module: Lookup failure (root module): Bi_io";
782
- "page-deps.odoc: File \"deps.mld\", line 27, characters 0-79:";
783
- "page-deps.odoc: Warning: Failed to resolve reference unresolvedroot(Bi_inbuf) Parent_module: Lookup failure (root module): Bi_inbuf";
784
- "page-deps.odoc: File \"deps.mld\", line 27, characters 0-79:";
785
- "page-deps.odoc: Warning: Failed to resolve reference unresolvedroot(Bi_dump) Parent_module: Lookup failure (root module): Bi_dump";
786
- "page-deps.odoc: File \"src/fpath.mli\", line 8, characters 8-20:";
787
- "page-deps.odoc: Warning: Failed to resolve reference unresolvedroot(Map) Couldn't find \"Map\"";
788
- "page-deps.odoc: File \"src/fpath.mli\", line 7, characters 59-71:";
789
- "page-deps.odoc: Warning: Failed to resolve reference unresolvedroot(Set) Couldn't find \"Set\"";
790
- "page-deps.odoc: File \"src/fpath.mli\", line 7, characters 28-52:";
791
- "page-deps.odoc: Warning: Failed to resolve reference unresolvedroot(file_exts) Couldn't find \"file_exts\""]
761
+ # (* Not showing output from 'odoc link' as it is unstable. !link_output *);;
792
762
# !source_tree_output;;
793
763
- : string list = [""]
794
764
# !generate_output;;
@@ -809,6 +779,7 @@ index.html
809
779
interface.html
810
780
katex.min.css
811
781
katex.min.js
782
+ ocamlary
812
783
ocamldoc_differences.html
813
784
odoc.css
814
785
odoc_document
@@ -831,38 +802,6 @@ odoc_xref2
831
802
odoc_xref_test
832
803
parent_child_spec.html
833
804
source
834
- $ ls html/odoc/deps
835
- astring
836
- cmdliner
837
- fmt
838
- fpath
839
- index.html
840
- odoc-parser
841
- result
842
- stdlib
843
- tyxml
844
- yojson
845
- $ find html/odoc/deps | sort | tail -n 20
846
- html/odoc/deps/tyxml/Xml_wrap/NoWrap
847
- html/odoc/deps/tyxml/Xml_wrap/NoWrap/index.html
848
- html/odoc/deps/yojson
849
- html/odoc/deps/yojson/index.html
850
- html/odoc/deps/yojson/Yojson
851
- html/odoc/deps/yojson/Yojson/Basic
852
- html/odoc/deps/yojson/Yojson/Basic/index.html
853
- html/odoc/deps/yojson/Yojson/Basic/Util
854
- html/odoc/deps/yojson/Yojson/Basic/Util/index.html
855
- html/odoc/deps/yojson/Yojson/index.html
856
- html/odoc/deps/yojson/Yojson/Lexer_state
857
- html/odoc/deps/yojson/Yojson/Lexer_state/index.html
858
- html/odoc/deps/yojson/Yojson/Raw
859
- html/odoc/deps/yojson/Yojson/Raw/index.html
860
- html/odoc/deps/yojson/Yojson/Raw/Util
861
- html/odoc/deps/yojson/Yojson/Raw/Util/index.html
862
- html/odoc/deps/yojson/Yojson/Safe
863
- html/odoc/deps/yojson/Yojson/Safe/index.html
864
- html/odoc/deps/yojson/Yojson/Safe/Util
865
- html/odoc/deps/yojson/Yojson/Safe/Util/index.html
866
805
$ find html/odoc/odoc_html | sort
867
806
html/odoc/odoc_html
868
807
html/odoc/odoc_html/index.html
0 commit comments