Skip to content

Commit

Permalink
final polish
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemapfel committed Jul 22, 2022
1 parent a3da7f0 commit ffe51a5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/build_docs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#bin/bash

# needs to be executed inside jluna/docs
# only works on my machine, if you are not a developer of jluna, why are you snooping through my doc?

doxygen
sphinx-build -Ea -j 4 -b html -Dbreathe_projects.jluna=doxygen/xml . ./out

16 changes: 16 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,20 @@ In summary, the only fully functional equivalent for jluna is the Julia C-API, a
C / C++ as the host language. It is therefore the superior choice in projects where Julia plays an auxiliary rule while C++
is more dominant, as jluna provides clearer design, more documentation and overall ease-of-use when compared to the C-API.

----

FAQ: Is it done / fast yet?
***************************

Julia is feature-complete as of 0.9.0. This release also included `extensive benchmarking <./benchmarks.html>`_, quantifying
jlunas performance and proving its capability for high performance. Correctness is assured through automated testing.

0.9.x will be upgraded to 1.0 in winter 2022, even if no new features are implemented. This is to give the community time
make possible suggestions / corrections. Regardless, jluna is already ready to be used in release applications.

-----





0 comments on commit ffe51a5

Please sign in to comment.