Skip to content

Commit 81e4f24

Browse files
committed
Update package name in doxygen
Fill in missing docs in units Isolate yggdrasil docs Add yggdrasil docs for types, units, schema
1 parent 89a34e7 commit 81e4f24

File tree

27 files changed

+2597
-3683
lines changed

27 files changed

+2597
-3683
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Because YggdrasilRapidJSON continues to merge updates from RapidJSON, the RapidJ
99

1010
* Updates to docs to document YggdrasilRapidJSON specific features and remove RapidJSON specific information
1111
* Workflow to deploy docs on tags (or docs branch)
12+
* Added to example/yggdrasil/yggdrasil.cpp (complex numbers)
13+
* Fixed corner cases for units operations include type promotion
14+
* Added additional units tests
15+
* Added to example/yggdrasil/units.cpp for missing operators
1216

1317
## 1.1.0.0 - 2025-09-24
1418

TODO.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
* Store scalars in standard yggdrasil data
99
* Version yggdrasil storage format
1010
* Update yggdrasil data format to have human readable header
11+
* Add to yggdrasil example (& docs)
12+
* python types
13+
* 3D geometry types
14+
* SchemaNormalizingReader
15+
* Update to use Document.Populate where appropriate
16+
* Add units docs
17+
* Link in docs to RapidJSON docs
18+
* Prune docs to just YggdrasilRapidJSON extension stuff
1119

1220
### IN PROGRESS
1321
* Add docstrings to new methods

conda.recipe/recipe.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ about:
7070
yggdrasil
7171
license: MIT
7272
license_file: license.txt
73+
documentation: https://cropsinsilico.github.io/yggdrasil-rapidjson/
7374

7475
extra:
7576
recipe-maintainers:

doc/Doxyfile.in

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
3232
# title of most generated pages and in a few other places.
3333
# The default value is: My Project.
3434

35-
PROJECT_NAME = RapidJSON
35+
PROJECT_NAME = YggdrasilRapidJSON
3636

3737
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
3838
# could be handy for archiving the generated documentation or if some version
@@ -768,17 +768,9 @@ INPUT = readme.md \
768768
CHANGELOG.md \
769769
include/rapidjson/rapidjson.h \
770770
include/ \
771-
doc/features.md \
772-
doc/tutorial.md \
773-
doc/pointer.md \
774-
doc/stream.md \
775-
doc/encoding.md \
776-
doc/dom.md \
777-
doc/sax.md \
771+
doc/yggdrasil.md \
778772
doc/schema.md \
779-
doc/performance.md \
780-
doc/internals.md \
781-
doc/faq.md
773+
doc/units.md
782774

783775
# This tag can be used to specify the character encoding of the source files
784776
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses

doc/dom.md

Lines changed: 0 additions & 281 deletions
This file was deleted.

0 commit comments

Comments
 (0)