-
Notifications
You must be signed in to change notification settings - Fork 19
docs: remove texinfo #168
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
Closed
Closed
docs: remove texinfo #168
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
da24549
docs: remove doc/manual
ycexiao 2f77f79
docs: remove reference to doc/manual
ycexiao 1246aaf
docs: only include images in *Basic PDFmorph Workflow*
ycexiao aaa16a5
docs: add news
ycexiao 92e87e0
docs: add pdfmorph.pdf and references to it.
ycexiao File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
Binary file not shown.
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,8 @@ PDFmorph Tutorial | |
| ################# | ||
|
|
||
| Welcome! This will be a quick tutorial to accquaint users with PDFmorph | ||
| and some of what it can do. | ||
| and some of what it can do. For a more detailed tutorial, check out | ||
| our :download:`user manual <pdfmorph.pdf>`. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. please see above. no more texinfo so no more PDF version of the manual? Do we need to talk again to make sure our goals are aligned? |
||
|
|
||
| As we described in the README and installation instructions, please make | ||
| sure that you are familiar with working with your command line terminal | ||
|
|
||
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the pdf version won't exist any more shortly, right? Just the version in the online docs. Isn't this the goal of your project?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes there will only be the online version. I think I misunderstood your previous comment, which said there should be a link to the manual. So I recovered the older version of pdf.
Now I am a little unsure, do we need the pdf manual built by rst? Because the information already exists and is better rendered in the online documents. Or just leave the link to the online documents.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As guidance, maybe remember your goal and your target audience. It is a new user of PDFmorph. They have read the introduction and are excited to use it. What to do next? I think that person might like to given some possible "next steps" to get started. So if they see something like:
To get started, please visit the :ref:quick_start.I think it could be helpful, if when they click it and go there, there are nice and clear steps about how to get started. Did you test that "flow" as if you were a new user and see if you think it is easy to follow and makes sense? That is the task here that we are looking for.Also, because we want to remove the PDF/texinfo manual, we want to double check that there is nothing in there that is NOT in the rst version of the manual that we might lose and don't want to lose. That can be on another PR.
Have you used PDFmorph? Do you know what it is for and how it works? This is probably important or you won't be able to do this job well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for instructions. I see that the job here is more than just removing the files and replacing with the new ones. I will get into the repo itself and gain more insights about learning and using it through the old and new manuals.