Commit Graph
100 Commits
Author SHA1 Message Date
Yuri Sizov b90284285d Bump master version to 4.3 2023-11-29 14:31:56 +01:00
Yuri Sizov ce0f977510 Merge pull request #8444 from godotengine/classref/sync-8ebb3c7
classref: Sync with current master branch (8ebb3c7)
2023-11-10 16:12:05 +01:00
Yuri Sizov cd92be066d Update references to private class methods across the docs 2023-11-10 16:06:36 +01:00
Yuri Sizov ac728e8dd2 Update the state of C#/.NET support as of 4.2 2023-10-03 18:03:52 +02:00
Yuri Sizov 7e64017004 Improve introduction into buildsystem
And also attempt to improve navigation of the engine
development section of the contribution docs.
2023-10-03 14:43:51 +02:00
Yuri Sizov 7f20fec3c3 Fix formatting for a link on the Release Policy page 2023-07-27 15:56:13 +02:00
Yuri Sizov 54ca53928c Merge pull request #7663 from godotengine/classref/sync-a758388
classref: Sync with current master branch (a758388)
2023-07-15 11:53:24 +02:00
Yuri Sizov 82fac20c98 Update Godot version to 4.2 2023-07-06 09:41:07 +02:00
Yuri Sizov ccae259c15 Update Godot version to match what the master branch actually tracks 2023-06-29 16:49:04 +02:00
Yuri Sizov 71479a1f58 Merge pull request #7574 from YuriSizov/about-update-release-table
Update the information about upcoming and currently supported releases
2023-06-28 19:16:10 +02:00
Yuri Sizov 2ee172f11a Update the information about upcoming and currently supported releases 2023-06-28 17:52:43 +02:00
Yuri Sizov 5fa8f4171e Merge pull request #7573 from godotengine/classref/sync-c83f912
classref: Sync with current master branch (c83f912)
2023-06-28 17:28:01 +02:00
Yuri Sizov 82dde48a72 Merge pull request #7554 from godotengine/classref/sync-19e7490
classref: Sync with current master branch (19e7490)
2023-06-26 13:39:28 +02:00
Yuri Sizov 0606a8ed38 Move tutorial ZIPs to a dedicated repository 2023-04-26 10:42:20 +02:00
Yuri Sizov 01a92120ba Make classref workflow group unique 2023-04-25 12:10:44 +02:00
Yuri Sizov 67400139a2 Fix typo in the previous commit 2023-04-24 20:11:03 +02:00
Yuri Sizov 6d289e5253 Add support for platform docs
Ensures we can pick up changes introduced in https://github.com/godotengine/godot/pull/76251
2023-04-24 19:59:54 +02:00
Yuri Sizov f6bae08b8b Merge pull request #7186 from umarcor/umarcor/heading
[contributing/documentation/building_the_manual] fix top-level heading
2023-04-18 18:03:18 +02:00
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