Commit Graph
100 Commits
Author SHA1 Message Date
Yuri Sizov 1af0c5cbe4 Add a CI action to sync up the class reference 2023-04-14 16:30:25 +02:00
Yuri Sizov 8433917b9d Merge pull request #6917 from SGauvin/patch-1
Correct information about supported scripting languages
2023-03-07 11:16:29 +01:00
Yuri Sizov 92f539dce2 Merge pull request #6881 from timothyqiu/autoload
Fix Autoload capitalization inconsistency
2023-03-06 18:53:29 +01:00
Yuri Sizov d14d924470 Display Godot version more clearly 2023-03-02 20:19:50 +01:00
Yuri SizovandJustin McGettigan f45c014fb1 Update admonition styling
Co-authored-by: Justin McGettigan <jwmcgettigan@gmail.com>
2023-03-01 16:09:59 +01:00
Yuri Sizov 6fae64fce7 Merge pull request #6826 from YuriSizov/web-improve-naming-navigation
Improve naming and organization of some manual articles
2023-02-26 22:53:53 +01:00
Yuri Sizov d524544e07 Improve naming and organization of some manual articles
HTML5/Web moved to their own subfolder
Global Illumination moved to their own subfolder
UI, IO, Inputs sections titles adjusted
2D, 3D tutorials grouped to improve navigation
2023-02-26 22:50:18 +01:00
Yuri Sizov af256254cd classref: Sync with current master branch (0cd148313) 2023-02-26 22:49:28 +01:00
Yuri Sizov d91b6d4058 Merge pull request #6820 from hughowens/UpdateTutorialTextMonoToDotnet
Update references to "Mono" menu item to "Dotnet"
2023-02-26 16:24:33 +01:00
Yuri Sizov 12c22db9cc Merge pull request #6817 from YuriSizov/web-mark-4.0-status
Add a warning that docs are WIP and a status flag for articles
2023-02-26 15:10:02 +01:00
Yuri Sizov 978a13bb0a Mark potentially outdated pages with a WIP warning 2023-02-26 14:21:15 +01:00
Yuri Sizov ff4f111677 Add a warning that docs are WIP and a status flag for articles
By default (no flag) articles are considered up-to-date, with the end goal to have no
articles marked as outdated.
Use `:article_outdated: True` at the top of an article to mark it as being outdated.
2023-02-26 12:57:38 +01:00
Yuri Sizov 2b63c6759d Merge pull request #6814 from YuriSizov/web-use-templates-not-js
Move the latest branch warning from JS into templates
2023-02-25 20:46:55 +01:00
Yuri Sizov 1da407b921 Move the latest branch warning into templates 2023-02-24 19:42:51 +01:00
Yuri Sizov e7c7cf1510 Allow specifying a list of files for the make command
This allows doing targetted rebuilds to cut down on the build time significantly,
if you know that you don't need to regenerate every page.

Usage: make html SPHINXOPTS=-j12 FILELIST=index.rst
2023-02-24 19:21:36 +01:00
Yuri Sizov 16eacf62c8 Merge pull request #6813 from YuriSizov/ci-enable-error-reporting
Enable error reporting on the CI and address the remaining errors
2023-02-24 19:20:53 +01:00
Yuri Sizov 9473b6c9e3 Enable error reporting on the CI and address the remaining errors 2023-02-24 17:35:32 +01:00
Yuri Sizov f951304fbe Fix heading type in the list of features (regression from #6796 and #6773) 2023-02-24 16:06:41 +01:00
Yuri Sizov 6115f9bef9 Merge pull request #6773 from Calinou/update-list-of-features-4.0.rc1
Update List of features for Godot 4.0.rc1
2023-02-22 20:34:30 +03:00
Yuri Sizov 9f2470d126 Merge pull request #6402 from Calinou/add-variable-rate-shading
Add a page on variable rate shading (VRS)
2023-02-22 20:34:09 +03:00
Yuri Sizov b9953aeaea Merge pull request #6796 from ivanday/features_heading
Remove "features" subheading on "list of features" page in about section and promote its subheading to one level above
2023-02-22 20:01:05 +03:00
Yuri Sizov 471ee84a9f Merge pull request #6737 from YuriSizov/no-road-no-map
Update ways to contribute and propose ideas in the FAQ
2023-02-07 18:57:52 +03:00
Yuri Sizov 380f6cd673 Update ways to contribute and propose ideas in the FAQ 2023-02-06 15:46:59 +01:00
Yuri Sizov c2683480e8 Merge pull request #6696 from Piralein/csharp-refcount
Update and add C# RefCounted example in "Scenes versus Scripts"
2023-02-05 16:11:06 +03:00
Yuri Sizov 4e9b3ab73b Merge pull request #6717 from Flavelius/patch-1
Fix wrong registration method names for 3D gizmo plugins
2023-02-04 22:17:37 +03:00
Yuri Sizov 39ba707179 Merge pull request #6730 from raulsntos/dotnet/variant
Add a dedicated page about the C# Variant type
2023-02-04 20:37:54 +03:00
Yuri Sizov 6d5adf61a8 Merge pull request #6677 from raulsntos/dotnet/array-docs
C#: Add table with equivalent Array methods
2023-02-04 19:56:16 +03:00
Yuri Sizov 41ccb262aa Merge pull request #6721 from raulsntos/dotnet/globalscope-docs
C#: Add table with equivalent GlobalScope methods
2023-02-04 19:35:32 +03:00
Yuri Sizov 5b59294b8d Merge pull request #6720 from notPelf/patch-1
Clarify ternary operator in the style guide
2023-02-03 18:20:14 +03:00
Yuri Sizov da6dad7b18 Merge pull request #6678 from raulsntos/dotnet/quaternion-docs
C#: Remove outdated Quaternion documentation
2023-01-28 23:51:29 +03:00
Yuri Sizov e2df72255a Merge pull request #6680 from raulsntos/dotnet/plane-docs
C#: Remove Plane section from C# differences page
2023-01-28 22:45:21 +03:00
Yuri Sizov d0cc4cbbd8 Merge pull request #6679 from raulsntos/dotnet/color-docs
Add Color section to C# differences page
2023-01-28 22:36:44 +03:00
Yuri Sizov 80cd6efb0a Merge pull request #6688 from DarkKilauea/nav-agent-use-callable
Update for Callable in NavigationAgent callbacks
2023-01-28 22:30:46 +03:00
Yuri Sizov 3c3c65d4d1 Merge pull request #6686 from raulsntos/dotnet/defines
C#: Add TOOLS define and remove custom features
2023-01-27 20:36:58 +03:00
Yuri Sizov 2090596dcc Merge pull request #6673 from dalexeev/fix-code-cdi2d
Fix code examples on "Custom drawing in 2D" page
2023-01-27 20:29:49 +03:00
Yuri Sizov c4e4a1a249 Merge pull request #6657 from winston-yallow/fix-gizmo-plugin-tutorial
Use correct function names and arguments for editor gizmos
2023-01-24 22:27:11 +03:00
Yuri Sizov 1aa2809284 Merge pull request #6619 from Acrosicious/patch-1
Fix spelling error in a Navigation tutorial
2023-01-16 19:49:36 +03:00
Yuri Sizov d1b3edacf7 Merge pull request #6606 from paulloz/csharp/fix-code-blocks-getting-started
Update & fix C# blocks under getting_started/
2023-01-14 19:53:14 +03:00
Yuri Sizov 3b4328fb52 Update <kbd> style overrides 2023-01-14 19:07:41 +03:00
Yuri Sizov 64a60696bf Pin additional build requirements to avoid syntax highlighting issues 2023-01-14 18:49:07 +03:00
Yuri Sizov c337204562 Fix formatting issues reported by the builder 2023-01-14 17:40:27 +03:00
Yuri Sizov a09f44bea7 Merge pull request #6601 from paulloz/csharp/fix-code-blocks-tutorials-scripting
Update & fix C# blocks under tutorials/scripting/
2023-01-13 23:29:34 +03:00
Yuri Sizov c5f066b27e Merge pull request #6343 from alcomposer/patch-1
Replace the hint_albedo hint with source_color in the shading reference
2023-01-13 16:52:33 +03:00
Yuri Sizov f59ef9dfd3 Merge pull request #6580 from Piralein/update-first-2d
Update code samples in The Main Game Scene tutorial, remove randomize calls
2023-01-13 16:31:20 +03:00
Yuri Sizov 821b2e8d9e Merge pull request #6597 from Piralein/first-3d
Update more C# code samples in Getting Started
2023-01-13 16:00:15 +03:00
Yuri Sizov a20c7f494e Merge pull request #6581 from Piralein/partial🔑
Update C# code samples in Getting Started and Tutorials
2023-01-13 15:59:11 +03:00
Yuri Sizov 0ba3029d24 Remove breadcrumb styling adjustments after the base theme update 2023-01-10 18:12:39 +03:00
Yuri SizovandCalebJohn 6c08ab05d2 Split general debugging and architecture diagram documentation
Co-authored-by: CalebJohn <git@calebjohn.ca>
2023-01-10 03:26:04 +03:00
Yuri Sizov 02d1e1b5e2 Fix links to sections in the Introduction 2023-01-10 02:47:41 +03:00
Yuri Sizov dbfe3b1d26 Reorganize documentation for contributors
- Merge Community/Contributing and Engine Development into one top-level section, Contributing.
- Structure it in a way that gives equal priority to various ways to contribute, including documentation.
- Rename several articles to be more comprehensive and in line with the overall state of the documentation.
- Rewrite the guide for class reference contributions.
2023-01-10 01:49:30 +03:00
Yuri Sizov 3f8fd6d127 Rename Tutorials to Manual, move migration guide to a higher level (#6509) 2023-01-05 15:37:47 -08:00
Yuri Sizov 945853908b Merge pull request #6532 from AndrewPerson/patch-1
Fixed incorrect Texture type in example
2022-12-30 20:27:28 +03:00
Yuri Sizov 97e69ebc72 Merge pull request #6481 from Piralein/gd-export
Update GDScript Export Docs
2022-12-30 02:17:59 +03:00
Yuri Sizov 8d38e7501d Add a custom local template for the RTD panel 2022-12-29 19:06:54 +03:00
Yuri Sizov 98e96ced67 Make the navigation sidebar less crowded and noisy 2022-12-29 19:05:50 +03:00
Yuri Sizov 90e9d64e78 Merge pull request #6530 from YuriSizov/fix-midword-regex
Simplify midword break regex to avoid unsupported features
2022-12-29 19:03:12 +03:00
Yuri Sizov da5f51317c Merge pull request #6522 from YuriSizov/fix-more-formatting
Fix reported formatting issues and property references
2022-12-29 19:01:30 +03:00
Yuri Sizov 52903b7778 Simplify midword break regex to avoid unsupported features 2022-12-29 18:54:29 +03:00
Yuri Sizov d5fc4b2866 Merge pull request #6525 from 31/dev/31/resource-constructor-cs
Fix Resource scripting blocks and C# examples
2022-12-29 17:49:14 +03:00
Yuri Sizov 6b9ec31b0a Fix reported formatting issues and property references 2022-12-27 21:25:42 +03:00
Yuri Sizov 32a3cd2a29 Merge pull request #6438 from adamscott/fix-midword-link-wrapping-issues
Fix midword link wrapping issues using Javascript
2022-12-27 20:47:19 +03:00
Yuri Sizov e2076762e1 Merge pull request #6510 from YuriSizov/home-update-structure
Update the structure of the home page
2022-12-26 16:56:25 +03:00
Yuri Sizov 7dafd84edf Merge pull request #6378 from Calinou/improve-bisecting-regressions
Improve the Bisecting regressions page
2022-12-26 16:55:15 +03:00
Yuri Sizov b5318a6c11 Fix formatting issues from recent PRs (#6511) 2022-12-24 20:54:18 +01:00
Yuri Sizov 058f325193 Hide excessive elements from the RTD panel, improve the looks 2022-12-24 22:31:26 +03:00
Yuri Sizov ff6bf3edd3 Update the structure of the home page
- Improve phrasing of certain paragraphs
- Break up into subsections
- Hide the table of content at the bottom of it to reduce visual noise
- Correctly reference that translated docs apply to the stable branch, not the latest branch
- Fix styling of breadcrumbs
2022-12-24 21:31:56 +03:00
Yuri Sizov 519e2ae11e Fix Introduction to the buildsystem links in CLI documentation (#6483) 2022-12-12 18:29:22 +01:00
Yuri Sizov 15719033bd Adjust global table styles for better spacing and head styling 2022-12-12 20:17:26 +03:00
Yuri Sizov 8d1b37f591 Merge pull request #6459 from YuriSizov/frontend-ligatures-will-be-shot
Disable font ligatures globally
2022-12-06 21:38:35 +03:00
Yuri Sizov 88e2d3893e Disable font ligatures globally 2022-12-06 20:08:14 +03:00
Yuri Sizov faaf0dddab Improve the new class reference look based on feedback 2022-12-06 13:58:29 +03:00
Yuri Sizov a7745c4cc4 classref: Sync with current master branch (f87858a8f) 2022-12-05 20:38:58 +03:00
Yuri Sizov 913ff5e602 Merge pull request #6445 from YuriSizov/frontend-classref-fitness
Improve styling of class reference pages
2022-12-05 20:30:38 +03:00
Yuri Sizov 093acc43c6 Dynamically adjust the compatibility notice in the latest docs 2022-12-05 15:26:31 +03:00
Yuri Sizov 7c8e820228 Improve styling of class reference pages
- General improvements to the page layout and style
- Improved styling for all class (properties, signals, annotations, theme properties, methods, operators, constructors, enumerations, constants)
- Improved styling for tabs, code tabs, standalone code blocks, and tables
2022-12-01 16:30:19 +03:00
Yuri Sizov 7f0c2e4a1d Merge pull request #6412 from YuriSizov/frontend-search-results-islands
Improve the styling of the search results page
2022-11-24 18:26:43 +03:00
Yuri Sizov 40ef9dd7cc Merge pull request #6410 from YuriSizov/frontend-patch-the-holes-in-starboard
Fix styling issues in the sidebar
2022-11-24 18:26:08 +03:00
Yuri Sizov fbd4ba87b5 Improve the styling of the search results page 2022-11-22 22:07:38 +03:00
Yuri Sizov f8bab050a5 Fix styling issues in the sidebar 2022-11-22 04:55:33 +03:00
Yuri Sizov b3f571cf54 Merge pull request #6407 from YuriSizov/frontend-remove-search-highlight
Remove search highlights from the page and the history
2022-11-22 01:29:26 +03:00
Yuri Sizov 6209300684 Merge pull request #6406 from YuriSizov/frontend-hit-that-expand-button
Make the TOC expand button easier to click
2022-11-22 01:29:05 +03:00
Yuri Sizovandthe-sink 0209919fc2 Remove search highlights from the page and the history
Co-authored-by: the-sink <lucianedean@gmail.com>
2022-11-21 22:13:24 +03:00
Yuri Sizov 2ca8b1b5c9 Make the TOC expand button easier to click 2022-11-21 21:39:15 +03:00
Yuri Sizov c77e4a8046 Correct exceptions for the class reference badge 2022-11-21 14:49:52 +03:00
Yuri Sizov 0a9683edbc Add cache-busting to custom web assets 2022-11-21 13:45:32 +03:00
Yuri Sizov 22cb03f89a Make the maximum page width slightly bigger 2022-11-20 23:08:18 +03:00
Yuri SizovandPatchcoat 4096508fb6 Change the square logo for a wide one (#6397)
Co-authored-by: Patchcoat <spiencewelch@gmail.com>
2022-11-20 12:10:09 +01:00
Yuri Sizov 9d973f83cb Adjust the class reference badge to use an icon 2022-11-20 04:17:18 +03:00
Yuri Sizov c38fdc2da5 Hide the ref badge from RTD's version selector 2022-11-19 22:23:38 +03:00
Yuri Sizov b8ab762814 Update position of the Ethical banner when folding changes 2022-11-19 20:56:08 +03:00
Yuri Sizov 3cb71819bf Update class reference index with better grouping
See godotengine/godot#68831.
2022-11-18 18:36:23 +03:00
Yuri Sizov a5bf20bb6d Add support for split class reference 2022-11-17 21:20:41 +03:00
Yuri Sizov b68c505789 Make sidebar categories collapsible 2022-11-17 20:50:33 +03:00
Yuri Sizov 0b65dbcd63 Add styling for call-to-action notes on the class reference 2022-11-17 20:07:13 +03:00
Yuri SizovandHugo Locurcio 81a4cc2002 Fix the styling of the HTML shell reference (#6119)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-08-31 16:35:48 +02:00
Yuri Sizov 21f92e43d6 Add a link to doc writing guidelines to the header (#5947) 2022-07-18 23:42:20 +02:00
Yuri Sizov 7887b2d7ce Apply code review suggestion 2022-01-28 14:25:53 +03:00
Yuri Sizov 4f67dc3cac Reorganize and update the "BBCode in RichTextLabel" article 2021-09-16 03:52:07 +03:00
Yuri Sizov f057ffdd92 Merge pull request #5235 from Calinou/release-policy-3.4-q4
Change estimated release date for Godot 3.4 and Godot 4.0
2021-09-15 21:26:30 +03:00
Yuri Sizov 0cb5e6e005 Add a new GUI skinning tutorial and improve theme editor tutorial 2021-08-18 23:17:32 +03:00