This repository was archived by the owner on Feb 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
Miscellaneous fixes #12
Open
ivilata
wants to merge
36
commits into
ipfs:master
Choose a base branch
from
ivilata:misc-fixes
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Also harmonize "Internet" casing and "content-addressed" appearances. License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
Also fix word case in titles using braces. License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
…graphy This avoids encoding problems. License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
…nal styles This is mostly compatible with the ``abbr`` BibTeX style but also supports ``@online`` references. License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
Also fix "Sybil attack" capitalization. License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
Replaced hardwired section links with proper ``cleveref`` references. Also harmonized capitalization of mentions to the Web. License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
Obtained from <http://syronex.com/jmr/w3c-biblio>. License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
And remove manual indentation so that it looks consistent over the document. License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
Some cause quite overfull hboxes but that should be solved in other way (e.g. restructuring lines or making the fonts of particular blocks smaller). License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
This should be solved in other way (e.g. restructuring lines or making the fonts of particular blocks smaller). Fortunately, it doesn't run over the next column. License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
This is needed e.g. to generate the sigmoid function graph. License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
Since 2**23 doesn't completely cover 10 million nodes, I went for 2**20 which covers 1 million nodes (as suggested by @RichardLitt). License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
thank you very much! I wont be able to look at this in depth for some time (there are a lot of stylistic changes that i'll have to compile and compare, etc). but i promise to start DRAFT 4 with this PR. |
Cool, thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
As indicated in issue #11, this PR incorporates several minor corrections for consistency, missing or badly capitalized bibliography entries, and others.