File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,6 @@ This section is divided into three sub-sections:
80
80
- API Documentation
81
81
- [ GDS CLI Design] ( ./dev/gds-cli-dev.md )
82
82
- [ C++ Documentation] ( ./api/c++/html/index.html )
83
- - [ ` fprime ` Python Documentation] ( ./api/python/fprime/html/index.html )
84
- - [ ` fprime-gds ` Python Documentation] ( ./api/python/fprime-gds/html/index.html )
85
83
86
84
87
85
Original file line number Diff line number Diff line change @@ -899,7 +899,7 @@ RECURSIVE = YES
899
899
EXCLUDE = ./docs/Architecture/ ./docs/UsersGuide/ ./docs/Tutorials/ ./docs/_data/ \
900
900
./docs/INSTALL.md ./docs/projects.md ./docs/index.md ./docs/_config.yml ./docs/features.md \
901
901
*CMakeFiles/* ./Gds ./Fw/Python ./ptf ./Autocoders ./cmake ./gtest ./Ref ./RPI ./metrics \
902
- STest ./mk ./README.md
902
+ STest ./mk ./README.md ./CONTRIBUTORS.md
903
903
904
904
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
905
905
# directories that are symbolic links (a Unix file system feature) are excluded
@@ -915,7 +915,7 @@ EXCLUDE_SYMLINKS = NO
915
915
# Note that the wildcards are matched against the file with absolute path, so to
916
916
# exclude all test directories for example use the pattern */test/*
917
917
918
- EXCLUDE_PATTERNS = */test/* */GTest/* */build-*/* */Autocoders/MagicDrawCompPlugin/* */cmake/*
918
+ EXCLUDE_PATTERNS = */test/* */GTest/* */build-*/* */Autocoders/MagicDrawCompPlugin/* */cmake/* */docs/v*.* */README.md
919
919
920
920
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
921
921
# (namespaces, classes, functions, etc.) that should be excluded from the
You can’t perform that action at this time.
0 commit comments