-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change documentation to markdown #101
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
No executable files ending in get.py are being installed.
* examples: allow custom formula filename in cmake * [#7] example experiment: formula with arbitrary precision support * MP example: add swap idiom and other improvements * add debug information to cpp examples compilation
* typo * experiment to benchmark arbitrary precision math * was running 3 benchmarks * update #112 (#113) * install google benchmark globally in exmaples infrastructure * update exmaples readme * disable frequency scaling during benchmark * remove i/o from benchmark loop * benchmark several different bit lengths * Basis for discussion on available math libraries * notes Co-authored-by: Alberto Gonzalez <[email protected]>
gnofract4d-logo.png is size 640x640. Individual icons created using ImageMagick, e.g.: magick gnofract4d-logo.png -strip -resize 256x256 logo/256x256/gnofract4d.png Install the 48x48 icon into pixmaps.
Report linting and testing results separately. Only run pylint once.
* tidy worker initialization * remove unused typedef * worker: improve AA comparison * fix docker test script * remove duplicate extern declaration * workers: refactor common members into base * remove some completed todo's * organize fractfunc initialization and members * unravel coupling: pointfunc - site * refactor: extract calculation options into a struct to ease initializers * remove duplicate * move rgba type basic operations to its type definition * remove some temporaries in stworker->work * review worker member names * remove unneeded worker alloc members * remove pointFunc factory * update some old-fashion idioms on fractfunc and stats * prefix fractfunc private members * avoid clearing fates twice when autoupdating iters and period tolerance * reorganize and narrow down public/private worker interface * remove unused, mark experimental and review old fashioned code on stfractworker * calcoptions: add some comments and move asynchronous back to where it belongs * prevent uninitialized members on fractFunc * remove initialization success flag on workers * fix comment * reorganize fractfunct members and remove unused
new directory 'manual' generates standalone HTML for manual
edyoung
changed the title
WIP: create draft of documentation in markdown
Change documentation to markdown
Jun 6, 2020
It's more trouble than it is worth. Getting access violations when calling it from setup.py. Since this doesn't change much anyway, easier to maintain commands.html manually
distutils to setuptools make doc generation a custom build step
Closed
@edyoung I think you removed |
Oops, will restore when I have some time. |
cjmayo
added a commit
to cjmayo/gnofract4d
that referenced
this pull request
Oct 13, 2020
Used in the section "Viewing in Four Dimensions". Deleted in: ae9f710 ("Change documentation to markdown (fract4d#101)", 2020-06-07)
cjmayo
added a commit
that referenced
this pull request
Oct 15, 2020
cjmayo
added a commit
to cjmayo/gnofract4d
that referenced
this pull request
Dec 11, 2020
Not used since: ae9f710 ("Change documentation to markdown (fract4d#101)", 2020-06-07)
cjmayo
added a commit
to cjmayo/gnofract4d
that referenced
this pull request
Dec 11, 2020
Not used since: ae9f710 ("Change documentation to markdown (fract4d#101)", 2020-06-07)
edyoung
pushed a commit
that referenced
this pull request
Dec 13, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We now have a directory 'manual/content' containing the docs in markdown format. Setup.py uses hugo to generate html docs in manual/public. The generated doc and associated files are installed when you run setup.py installed.
TODO: