[devdocsgjs/main: 44/239] Update Julia documentation (1.7.0)
- From: Andy Holmes <andyholmes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devdocsgjs/main: 44/239] Update Julia documentation (1.7.0)
- Date: Fri, 8 Apr 2022 07:47:34 +0000 (UTC)
commit a34296fdcb791ab470017145ad91e389687f8798
Author: Simon Legner <Simon Legner gmail com>
Date: Sun Dec 5 01:07:22 2021 +0100
Update Julia documentation (1.7.0)
lib/docs/scrapers/julia.rb | 11 +++++++++++
1 file changed, 11 insertions(+)
---
diff --git a/lib/docs/scrapers/julia.rb b/lib/docs/scrapers/julia.rb
index 8d5b4a3e..f7a03e53 100644
--- a/lib/docs/scrapers/julia.rb
+++ b/lib/docs/scrapers/julia.rb
@@ -11,6 +11,17 @@ module Docs
Licensed under the MIT License.
HTML
+ version '1.7' do
+ self.release = '1.7.0'
+ self.base_url = "https://docs.julialang.org/en/v#{release}/"
+ self.type = 'julia'
+
+ html_filters.push 'julia/entries', 'julia/clean_html'
+
+ options[:container] = '.docs-main'
+ options[:only_patterns] = [/\Amanual\//, /\Abase\//, /\Astdlib\//]
+ end
+
version '1.6' do
self.release = '1.6.0'
self.base_url = "https://docs.julialang.org/en/v#{release}/"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]