-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Bring Docs Branch up-to-date with Master #104
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
Merged
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
Rename sample scenes
Remove more 3b1b files
Restore --save_pngs
Add setup.py
Added DocStrings for Camera type objects, and updated DocStrings for Scene type objects.
Relative imports
Rename to manim
Replace manimlib imports with manim
Fix scene_file_writer import
-DIR variables have been moved into their own file to avoid overwriting user changes in the future (dirs.py) -Initialization of directories has been moved to config.py, and a bunch of bugs associated to file structure generation have been fixed -Global dir variable handling has been removed. Instead initialize_directories, if needed, overwrites the values from dirs.py at runtime -Dirs are now only taken from dirs.py directly -In constants.py high quality has gotten its own short argument (-e), and the quality argument explanations have been improved -Deprecated media_dir.txt has been removed -Deprecated if statements in scene_file_writer.py have been removed
-Removed an unnecessary line -Removed media_dir.txt again because GitHub Desktop had re-added it
Travis setup
Fix missing spaces and capitalize some words in usage message
added AddTextLetterByLetter
Pycairo install Made Easy Using single Command
This is temporary. It will be added shortly.
Update name of PyCairo Installation script.
Remove unnecessary files
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
infrastructure
Anything related to our infrastructure
pr:deprecation
Deprecation, or removal of deprecated code
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.
The import mechanism etc have changed in Master since the last commit to Docs.