Skip to content

Commit

Permalink
readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
biojppm committed Apr 12, 2024
1 parent 04fe217 commit 8c3ed59
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ jobs:
submodules: recursive

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql.yml
queries: +security-and-quality

- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{ matrix.language }}"
4 changes: 4 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ build:
python:
install:
- requirements: doc/requirements.txt

submodules:
include: all
recursive: true
4 changes: 2 additions & 2 deletions doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ PROJECT_NUMBER = 0.5.0
# for a project that appears at the top of each page and should give viewer a
# quick idea about the purpose of the project. Keep the description short.

PROJECT_BRIEF =
PROJECT_BRIEF = parse and emit YAML, and do it fast

# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
# in the documentation. The maximum height of the logo should not exceed 55
Expand Down Expand Up @@ -668,7 +668,7 @@ SHOW_INCLUDE_FILES = YES
# which file to include in order to use the member.
# The default value is: NO.

SHOW_GROUPED_MEMB_INC = NO
SHOW_GROUPED_MEMB_INC = YES

# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
# files with double quotes in the documentation rather than with sharp brackets.
Expand Down
3 changes: 3 additions & 0 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ help:
cp -favr doxygen/html "$(BUILDDIR)/html"

doxy:
# ensure submodules are checked out
if [ ! -d ext/c4core/cmake/c4Project.cmake ] ; then echo "ERROR: submodules not present" ; fi
if [ ! -d ext/c4core/src/c4/charconv.hpp ] ; then echo "ERROR: submodules not present" ; fi
doxygen Doxyfile

clean:
Expand Down
2 changes: 1 addition & 1 deletion doc/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ doc_charconv for further details. For example:
<table>
<caption id="xtoa-i64">xtoa,int64_t</caption>
<tr><th>g++12, linux <th>Visual Studio 2019
<tr><td> \image html linux-x86_64-gxx12.1-Release/c4core-bm-charconv-xtoa-mega_bytes_per_second-i64.png <td> \image html windows-x86_64-vs2019-Release/c4core-bm-charconv-xtoa-mega_bytes_per_second-i64.png
<tr><td> \image html linux-x86_64-gxx12.1-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-i64.png <td> \image html windows-x86_64-vs2019-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-i64.png
</table>


2 changes: 1 addition & 1 deletion ext/c4core
Submodule c4core updated 41 files
+1 −0 doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-atof-mega_bytes_per_second-double.png
+1 −0 doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-atof-mega_bytes_per_second-float.png
+1 −0 doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-atox-mega_bytes_per_second-i16.png
+1 −0 doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-atox-mega_bytes_per_second-i32.png
+1 −0 doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-atox-mega_bytes_per_second-i64.png
+1 −0 doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-atox-mega_bytes_per_second-i8.png
+1 −0 doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-atox-mega_bytes_per_second-u16.png
+1 −0 doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-atox-mega_bytes_per_second-u32.png
+1 −0 doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-atox-mega_bytes_per_second-u64.png
+1 −0 doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-atox-mega_bytes_per_second-u8.png
+1 −0 doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-ftoa-mega_bytes_per_second-double.png
+1 −0 doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-ftoa-mega_bytes_per_second-float.png
+1 −0 doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-i16.png
+1 −0 doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-i32.png
+1 −0 doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-i64.png
+1 −0 doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-i8.png
+1 −0 doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-u16.png
+1 −0 doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-u32.png
+1 −0 doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-u64.png
+1 −0 doc/img/linux-x86_64-gxx12.1-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-u8.png
+1 −0 doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-atof-mega_bytes_per_second-double.png
+1 −0 doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-atof-mega_bytes_per_second-float.png
+1 −0 doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-atox-mega_bytes_per_second-i16.png
+1 −0 doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-atox-mega_bytes_per_second-i32.png
+1 −0 doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-atox-mega_bytes_per_second-i64.png
+1 −0 doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-atox-mega_bytes_per_second-i8.png
+1 −0 doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-atox-mega_bytes_per_second-u16.png
+1 −0 doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-atox-mega_bytes_per_second-u32.png
+1 −0 doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-atox-mega_bytes_per_second-u64.png
+1 −0 doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-atox-mega_bytes_per_second-u8.png
+1 −0 doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-ftoa-mega_bytes_per_second-double.png
+1 −0 doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-ftoa-mega_bytes_per_second-float.png
+1 −0 doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-i16.png
+1 −0 doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-i32.png
+1 −0 doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-i64.png
+1 −0 doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-i8.png
+1 −0 doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-u16.png
+1 −0 doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-u32.png
+1 −0 doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-u64.png
+1 −0 doc/img/windows-x86_64-vs2019-Release-c4core-bm-charconv-xtoa-mega_bytes_per_second-u8.png
+3 −3 src/c4/charconv.hpp

0 comments on commit 8c3ed59

Please sign in to comment.