Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 330
Rewrite the docs#1052
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
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
Rewrite the docs #1052
Changes from all commits
d0e36288602fffb05c29c3b5341a2b5dd4d8cc75aaa05cbe02f5b68a308d216838671b58bac05ad10c2973dadc9f28a6ab60d54e00a347ddacf3f5ce4be299067279f3a0d107865c18f6195050fa4b1df3c0b071ce60b29656623a3c644ccfe45c543de3fd33aab58b8f58f8cc2c0281aec77d47c68a47302f13311aa58aab653c564432b2260b5e51ffc0d9106a128b505d03c9964f65ed13000a365342bef10d169e33efb848791e935765ee799830b6654b295d7bFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Diff view
Diff view
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| # http://editorconfig.org | ||
| root = true | ||
| [*] | ||
| indent_style = space | ||
| indent_size = 2 | ||
| insert_final_newline = true | ||
| trim_trailing_whitespace = true | ||
| charset = utf-8 | ||
| end_of_line = lf | ||
| [*.py] | ||
| indent_size = 4 | ||
| max_line_length = 120 | ||
| [*.md] | ||
| indent_size = 4 | ||
| [*.yml] | ||
| indent_size = 4 | ||
| [*.html] | ||
| max_line_length = off | ||
| [*.js] | ||
| max_line_length = off | ||
| [*.css] | ||
| indent_size = 4 | ||
| max_line_length = off | ||
| # Tests can violate line width restrictions in the interest of clarity. | ||
| [**/test_*.py] | ||
| max_line_length = off |
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| name: Publish Docs | ||
| on: | ||
| push: | ||
| branches: | ||
| - new-docs | ||
| jobs: | ||
| deploy: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v3 | ||
| with: | ||
| fetch-depth: 0 | ||
| - uses: actions/setup-python@v4 | ||
| with: | ||
| python-version: 3.x | ||
| - run: pip install -r docs/requirements.txt | ||
| - run: cd docs && mkdocs gh-deploy --force |
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| # Changelog | ||
| All notable changes to this project will be documented in this file. | ||
| <!--attr-start--> | ||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
| <!--attr-end--> | ||
| <!-- | ||
| Using the following categories, list your changes in this order: | ||
| - "Added" for new features. | ||
| - "Changed" for changes in existing functionality. | ||
| - "Deprecated" for soon-to-be removed features. | ||
| - "Removed" for now removed features. | ||
| - "Fixed" for any bug fixes. | ||
| - "Security" in case of vulnerabilities. | ||
| --> | ||
| <!--changelog-start--> | ||
| ## [Unreleased] | ||
| - Nothing (yet) | ||
| [unreleased]: https://github.com/reactive-python/reactpy/compare/1.0.0...HEAD |
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| ## The MIT License (MIT) | ||
| #### Copyright (c) Reactive Python and affiliates. | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.