Closed jloizu closed 5 years ago
Hi Joaquim,
I will give a quick reply by phone first.
Type ‘make pdfs’, and can you compile all the pdfs correctly?
Instead of putting all the documentations at Stuart’s directory, you can track all the documentations in the branch ‘gh-pages’ and it will automatically show on the website https://princetonuniversity.github.io/SPEC/subroutines.html
I think I did this quite a long time ago and forgot to update that website. I can help do it if you have any questions.
On Jul 25, 2018, at 4:27 AM, Joaquim notifications@github.com wrote:
I made some changes in the source regarding the latex documentation. Usually, I go to
https://w3.pppl.gov/~shudson/Spec/subroutines.html
to have a look at the documentation, which I think is compiled from the source. How is this updated according to the new source? Or perhaps the better question is: how to I compile the source so that it generates the documentation in my local repository?
Sorry for my ignorance.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
Hi,
In my Makefile, I have some instructions for constructing the online documentation, which I have included below. I fully agree that any of us should be able to update the documentation, and that perhaps the documentation should be kept somewhere other than my own webpage.
pdfs: $(addsuffix .pdf,$(HFILES)) head.html ifeq ($(USER),shudson) cat head.html > $(WEBDIR)/Spec/subroutines.html for file in $(HFILES) ; do cp $${file}.pdf $(WEBDIR)/Spec/. ; grep "!title" $${file}.h | cut -c 7- | \ awk -v file=$${file} -F!\ '{print "
$(WEBDIR)/Spec/subroutines.html ; \ done echo "
I made some changes in the source regarding the latex documentation. Usually, I go to
https://w3.pppl.gov/~shudson/Spec/subroutines.html
to have a look at the documentation, which I think is compiled from the source. How is this updated according to the new source? Or perhaps the better question is: how to I compile the source so that it generates the documentation in my local repository?
Sorry for my ignorance.