HackerRank (YC S11) DMCA’ed the SymPy Docs

HackerRank (YC S11) DMCA’ed the SymPy Docs

This is another beautiful !

NOTE: The contents of this repository are generated automatically. To make
modifications to the SymPy documentation, edit the RST sources in the doc
directory of the main SymPy
repo. Pull requests should
only be made to this repo if you are modifying old version builds of the docs,
or for emergency hotfixes.

This git repository contains all the generated SymPy documentation. It is
hosted at http://docs.sympy.org/ automatically by github.

To build the docs in SymPy, cd into the SymPy clone, and do

cd doc
make clean
make html

Then the built docs are in _build/html. To update the docs here, there are
several things.

Development docs
NOTE: The doctr command that runs on Travis on the sympy/sympy repo does
this automatically. There is usually not a need to do this manually.

Build the docs from the latest SymPy master. Then, do

rm -rf dev/
cp -R ../path/to/sympy/doc/_build/html dev/

Then

Finally, you need to make sure the index of the different docs on the left
of index.html remains intact. Run

Release docs
NOTE: This should be done automatically by the SymPy release script. It
should only be done manually if the release script doesn’t do it correctly for
some reason.

First, completely remove the old release docs

Checkout the SymPy release tag and build the docs as above. Then do
a
cp -R ../path/to/sympy/doc/_build/html latest/

Then run

And add the results

git add -A dev/ latest/ releases.txt

Making redirects
The generate_redirects.py script can generate redirects from one path to
another.

We used to host old versions of the docs on this, but now we only host the
latest and development docs. The old docs that were there have redirects to
the latest docs. This is only done so that old links can continue to work. It
is not necessary to add redirects for future versions.

Pull requests
If you are making a significant change to the documentation in a pull request,
feel free to use this site to upload a live version of it. Just create a
directory with a reasonable name and put your docs there. If you share the
link with a lot of people before the pull request is merged, you might want to
sue the generate_redirects.py script to convert the special directory into a
redirect to dev once the pull request is merged.

Pushing
Just push the branch up to GitHub. The pages will be updated automatically.
If you don’t have push access, fork this repo and make a pull request.

Automation
If you want to write a script to automate some or all of this process, that
would be great. Just send a pull request. The script should probably go in
the SymPy repo, as part of the build script for the release process.

Read More
Share this on knowasiak.com to discuss with people on this topicSign up on Knowasiak.com now if you’re not registered yet.

Related Articles

x86 Is an Octal Machine

# source:http://reocities.com/SiliconValley/heights/7052/opcode.txt From: mark@omnifest.uwm.edu (Mark Hopkins) Newsgroups: alt.lang.asm Subject: A Summary of the 80486 Opcodes and Instructions (1) The 80×86 is an Octal Machine This is a follow-up and revision of an article posted in alt.lang.asm on 7-5-92 concerning the 80×86 instruction encoding. The only proper way to understand 80×86 coding is to realize that…

Corruption in Ukraine

Corruption is widespread in Ukrainian society.[1][2] In 2012 Ernst & Young put Ukraine among the three most-corrupt nations of the world—alongside Colombia and Brazil.[3] In 2015 The Guardian called Ukraine “the most corrupt nation in Europe”.[4] According to a poll conducted by Ernst & Young in 2017, experts considered Ukraine to be the ninth-most corrupt…

A curated list of warez and piracy links

A curated list of arrrrrrrrr! Preamble Over the past couple of years, I’ve accumulated bookmarks, saved Reddit posts, and GitHub stars all related to piracy in some form or another. This list is my attempt to add structure to those resources and share them. Everything you need to get started on your pirate voyage can…