Update Erlang documentation (19.1, 18.3)

pull/501/head
Thibaut Courouble 8 years ago
parent 6fdf81e649
commit d42f30c86a

@ -4,10 +4,13 @@ module Docs
def get_name def get_name
name = at_css('h1').content.strip name = at_css('h1').content.strip
name << " (#{type.remove('Guide: ')})" if name == '1 Introduction' name << " (#{type.remove('Guide: ')})" if name == '1 Introduction'
name.sub! %r{\A(\d+)}, '\1.'
name name
end end
def get_type def get_type
name = at_css('h1').content.strip
if subpath.start_with?('lib/') if subpath.start_with?('lib/')
type = subpath[/lib\/(.+?)[\-\/]/, 1] type = subpath[/lib\/(.+?)[\-\/]/, 1]
type << "/#{name}" if type == 'stdlib' && entry_nodes.length >= 10 type << "/#{name}" if type == 'stdlib' && entry_nodes.length >= 10

@ -41,7 +41,7 @@ module Docs
HTML HTML
version '19' do version '19' do
self.release = '19.0' self.release = '19.1'
self.dir = '/Users/Thibaut/DevDocs/Docs/Erlang19' self.dir = '/Users/Thibaut/DevDocs/Docs/Erlang19'
end end

Loading…
Cancel
Save